|
2 | 2 | "name": "simple-bus/symfony-bridge", |
3 | 3 | "type": "symfony-bundle", |
4 | 4 | "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"], |
11 | 6 | "homepage": "http://github.com/SimpleBus/SymfonyBridge", |
12 | 7 | "license": "MIT", |
13 | 8 | "authors": [ |
|
27 | 22 | ], |
28 | 23 | "require": { |
29 | 24 | "php": "^7.4 || ^8.0", |
30 | | - "simple-bus/message-bus": "^3.0.3", |
| 25 | + "simple-bus/message-bus": "^6.0", |
31 | 26 | "symfony/config": "^4.4.17 || ^5.2", |
32 | 27 | "symfony/dependency-injection": "^4.4.17 || ^5.2", |
33 | 28 | "symfony/http-kernel": "^4.4 || ^5.2", |
|
42 | 37 | "ergebnis/composer-normalize": "^2.11", |
43 | 38 | "ocramius/proxy-manager": "^2.11.1", |
44 | 39 | "phpunit/phpunit": "^9.3", |
45 | | - "simple-bus/doctrine-orm-bridge": "^5.0", |
| 40 | + "simple-bus/doctrine-orm-bridge": "^6.0", |
46 | 41 | "symfony/framework-bundle": "^4.4 || ^5.2", |
47 | 42 | "symfony/monolog-bridge": "^4.4 || ^5.2", |
48 | 43 | "symfony/monolog-bundle": "^3.4", |
|
0 commit comments