|
6 | 6 | "homepage": "https://enqueue.forma-pro.com/", |
7 | 7 | "license": "MIT", |
8 | 8 | "require": { |
9 | | - "php": "^7.3|^8.0", |
| 9 | + "php": "^7.4|^8.0", |
10 | 10 | "queue-interop/amqp-interop": "^0.8.2", |
11 | 11 | "queue-interop/queue-interop": "^0.8", |
12 | 12 | "enqueue/null": "^0.10", |
|
17 | 17 | }, |
18 | 18 | "require-dev": { |
19 | 19 | "phpunit/phpunit": "^9.5", |
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", |
| 20 | + "symfony/console": "^5.41|^6.0", |
| 21 | + "symfony/dependency-injection": "^5.4|^6.0", |
| 22 | + "symfony/config": "^5.4|^6.0", |
| 23 | + "symfony/event-dispatcher": "^5.4|^6.0", |
| 24 | + "symfony/http-kernel": "^5.4|^6.0", |
| 25 | + "symfony/yaml": "^5.4|^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": "^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", |
| 45 | + "symfony/console": "^5.4|^6.0 If you want to use cli commands", |
| 46 | + "symfony/dependency-injection": "^5.4|^6.0", |
| 47 | + "symfony/config": "^5.4|^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