|
17 | 17 | },
|
18 | 18 | "require-dev": {
|
19 | 19 | "phpunit/phpunit": "^9.5",
|
20 |
| - "symfony/console": "^4.3|^5|^6.0", |
21 |
| - "symfony/dependency-injection": "^4.3|^5|^6.0", |
22 |
| - "symfony/config": "^4.3|^5|^6.0", |
23 |
| - "symfony/event-dispatcher": "^4.3|^5|^6.0", |
24 |
| - "symfony/http-kernel": "^4.3|^5|^6.0", |
25 |
| - "symfony/yaml": "^4.3|^5|^6.0", |
| 20 | + "symfony/console": "^5.1|^6.0", |
| 21 | + "symfony/dependency-injection": "^5.1|^6.0", |
| 22 | + "symfony/config": "^5.1|^6.0", |
| 23 | + "symfony/event-dispatcher": "^5.1|^6.0", |
| 24 | + "symfony/http-kernel": "^5.1|^6.0", |
| 25 | + "symfony/yaml": "^5.1|^6.0", |
26 | 26 | "enqueue/amqp-ext": "0.10.x-dev",
|
27 | 27 | "enqueue/amqp-lib": "0.10.x-dev",
|
28 | 28 | "enqueue/amqp-bunny": "0.10.x-dev",
|
|
42 | 42 | "enqueue/dsn": "0.10.x-dev"
|
43 | 43 | },
|
44 | 44 | "suggest": {
|
45 |
| - "symfony/console": "^2.8|^3|^4|^5|^6.0 If you want to use cli commands", |
46 |
| - "symfony/dependency-injection": "^4.3|^5|^6.0", |
47 |
| - "symfony/config": "^4.3|^5|^6.0", |
| 45 | + "symfony/console": "^5.1|^6.0 If you want to use cli commands", |
| 46 | + "symfony/dependency-injection": "^5.1|^6.0", |
| 47 | + "symfony/config": "^5.1|^6.0", |
48 | 48 | "enqueue/amqp-ext": "AMQP transport (based on php extension)",
|
49 | 49 | "enqueue/stomp": "STOMP transport",
|
50 | 50 | "enqueue/fs": "Filesystem transport",
|
|
0 commit comments