Skip to content

Commit

Permalink
Update because of the BC break.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jan 14, 2016
1 parent fc268e9 commit 5d12511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies, you need to require
```json
{
"require": {
"hoa/dispatcher": "~0.0"
"hoa/dispatcher": "~1.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
"dev-master": "1.x-dev"
}
}
}

0 comments on commit 5d12511

Please sign in to comment.