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

Commit 4a77544

Browse files
author
Cliff Odijk
committed
Updated the composer.json to represent the latest version
https://github.com/SimpleBus/MessageBus/issues/72
1 parent 0a6e372 commit 4a77544

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
],
1414
"require": {
1515
"php": "^5.6 || ^7.0",
16-
"simple-bus/message-bus": "~2.0",
17-
"simple-bus/asynchronous-bundle": "~2.0",
18-
"simple-bus/asynchronous": "~2.0",
16+
"simple-bus/message-bus": "~3.0",
17+
"simple-bus/asynchronous-bundle": "~3.0",
18+
"simple-bus/asynchronous": "~3.0",
1919
"bernard/bernard-bundle": "2.0.*@dev",
2020
"bernard/bernard": "1.0.*@dev"
2121
},

doc/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Add the following to your composer.json:
55
```javascript
66
{
77
"require": {
8-
"simple-bus/bernard-bundle-bridge": "~1.0",
9-
"simple-bus/jms-serializer-bundle-bridge": "~2.0"
8+
"simple-bus/bernard-bundle-bridge": "~2.0",
9+
"simple-bus/jms-serializer-bundle-bridge": "~3.0"
1010
}
1111
}
1212
```

0 commit comments

Comments
 (0)