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 4a2afaa commit 3acd7ec
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"name": "simple-bus/symfony-bridge",
"type": "symfony-bundle",
"description": "Bridge for using command buses and event buses in Symfony projects",
"keywords": [
"Symfony",
"Doctrine",
"event bus",
"command bus"
],
"keywords": ["Symfony", "Doctrine", "event bus", "command bus"],
"homepage": "http://github.com/SimpleBus/SymfonyBridge",
"license": "MIT",
"authors": [
Expand All @@ -27,7 +22,7 @@
],
"require": {
"php": "^7.4 || ^8.0",
"simple-bus/message-bus": "^3.0.3",
"simple-bus/message-bus": "^6.0",
"symfony/config": "^4.4.17 || ^5.2",
"symfony/dependency-injection": "^4.4.17 || ^5.2",
"symfony/http-kernel": "^4.4 || ^5.2",
Expand All @@ -42,7 +37,7 @@
"ergebnis/composer-normalize": "^2.11",
"ocramius/proxy-manager": "^2.11.1",
"phpunit/phpunit": "^9.3",
"simple-bus/doctrine-orm-bridge": "^5.0",
"simple-bus/doctrine-orm-bridge": "^6.0",
"symfony/framework-bundle": "^4.4 || ^5.2",
"symfony/monolog-bridge": "^4.4 || ^5.2",
"symfony/monolog-bundle": "^3.4",
Expand Down

0 comments on commit 3acd7ec

Please sign in to comment.