Skip to content

Commit 3acd7ec

Browse files
committed
Bump interdependency to ^6.0
1 parent 4a2afaa commit 3acd7ec

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

composer.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
"name": "simple-bus/symfony-bridge",
33
"type": "symfony-bundle",
44
"description": "Bridge for using command buses and event buses in Symfony projects",
5-
"keywords": [
6-
"Symfony",
7-
"Doctrine",
8-
"event bus",
9-
"command bus"
10-
],
5+
"keywords": ["Symfony", "Doctrine", "event bus", "command bus"],
116
"homepage": "http://github.com/SimpleBus/SymfonyBridge",
127
"license": "MIT",
138
"authors": [
@@ -27,7 +22,7 @@
2722
],
2823
"require": {
2924
"php": "^7.4 || ^8.0",
30-
"simple-bus/message-bus": "^3.0.3",
25+
"simple-bus/message-bus": "^6.0",
3126
"symfony/config": "^4.4.17 || ^5.2",
3227
"symfony/dependency-injection": "^4.4.17 || ^5.2",
3328
"symfony/http-kernel": "^4.4 || ^5.2",
@@ -42,7 +37,7 @@
4237
"ergebnis/composer-normalize": "^2.11",
4338
"ocramius/proxy-manager": "^2.11.1",
4439
"phpunit/phpunit": "^9.3",
45-
"simple-bus/doctrine-orm-bridge": "^5.0",
40+
"simple-bus/doctrine-orm-bridge": "^6.0",
4641
"symfony/framework-bundle": "^4.4 || ^5.2",
4742
"symfony/monolog-bridge": "^4.4 || ^5.2",
4843
"symfony/monolog-bundle": "^3.4",

0 commit comments

Comments
 (0)