Skip to content
This repository has been archived by the owner on Dec 26, 2017. It is now read-only.

Commit

Permalink
Updated the composer.json to represent the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmodijk committed Aug 28, 2017
1 parent 0a6e372 commit 4a77544
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"require": {
"php": "^5.6 || ^7.0",
"simple-bus/message-bus": "~2.0",
"simple-bus/asynchronous-bundle": "~2.0",
"simple-bus/asynchronous": "~2.0",
"simple-bus/message-bus": "~3.0",
"simple-bus/asynchronous-bundle": "~3.0",
"simple-bus/asynchronous": "~3.0",
"bernard/bernard-bundle": "2.0.*@dev",
"bernard/bernard": "1.0.*@dev"
},
Expand Down
4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Add the following to your composer.json:
```javascript
{
"require": {
"simple-bus/bernard-bundle-bridge": "~1.0",
"simple-bus/jms-serializer-bundle-bridge": "~2.0"
"simple-bus/bernard-bundle-bridge": "~2.0",
"simple-bus/jms-serializer-bundle-bridge": "~3.0"
}
}
```
Expand Down

0 comments on commit 4a77544

Please sign in to comment.