Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Update because of the BC break.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Aug 30, 2017
1 parent 37060e6 commit dbf27f9
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 @@ -37,7 +37,7 @@ your dependencies, you need to
require [`hoa/exception`](https://packagist.org/packages/hoa/exception):

```sh
$ composer require hoa/exception '~1.0'
$ composer require hoa/exception '~2.0'
```

For more installation procedures, please read [the Source
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-master": "2.x-dev"
}
}
}

0 comments on commit dbf27f9

Please sign in to comment.