Skip to content

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 2835ef0 commit 0314465
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"require": {
"php": "^5.6 || ^7.0",
"beberlei/assert": "~2.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",
"php-amqplib/rabbitmq-bundle": "~1.0",
"symfony/monolog-bundle": "~2.3 || ~3.0"
},
"require-dev": {
"matthiasnoback/phpunit-asynchronicity": "~1.0",
"phpunit/phpunit": "~4.0",
"simple-bus/jms-serializer-bundle-bridge": "~2.0",
"simple-bus/jms-serializer-bundle-bridge": "~3.0",
"symfony/console": "~2.0 || ~3.0",
"symfony/finder": "~2.0 || ~3.0",
"symfony/process": "~2.0 || ~3.0",
Expand Down

0 comments on commit 0314465

Please sign in to comment.