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