Skip to content

Commit

Permalink
Bump interdependency to ^6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simplebus-bot committed Feb 16, 2021
1 parent c20a96e commit 460e1d4
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"name": "simple-bus/rabbitmq-bundle-bridge",
"type": "symfony-bundle",
"description": "Use OldSoundRabbitMQBundle with SimpleBus/AsynchronousBundle",
"keywords": [
"RabbitMQ",
"messages",
"message bus",
"event bus",
"command bus"
],
"keywords": ["RabbitMQ", "messages", "message bus", "event bus", "command bus"],
"homepage": "http://github.com/SimpleBus/RabbitMQBundleBridge",
"license": "MIT",
"authors": [
Expand All @@ -29,16 +23,16 @@
"require": {
"php": "^7.4 || ^8.0",
"emag-tech-labs/rabbitmq-bundle": "^2.3",
"simple-bus/asynchronous": "^3.0",
"simple-bus/asynchronous-bundle": "^3.0",
"simple-bus/message-bus": "^3.0.3",
"simple-bus/asynchronous": "^6.0",
"simple-bus/asynchronous-bundle": "^6.0",
"simple-bus/message-bus": "^6.0",
"symfony/monolog-bundle": "^3.4"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.11",
"matthiasnoback/phpunit-asynchronicity": "^2.0",
"phpunit/phpunit": "^9.3",
"simple-bus/jms-serializer-bundle-bridge": "~3.0",
"simple-bus/jms-serializer-bundle-bridge": "^6.0",
"symfony/console": "^4.4 || ^5.2",
"symfony/finder": "^4.4 || ^5.2",
"symfony/process": "^4.4 || ^5.2",
Expand Down

0 comments on commit 460e1d4

Please sign in to comment.