Skip to content

Commit 054e9ad

Browse files
committed
Properly drop old PHP and Symfony versions
1 parent fdd4ab8 commit 054e9ad

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://enqueue.forma-pro.com/",
77
"license": "MIT",
88
"require": {
9-
"php": "^7.3|^8.0",
9+
"php": "^7.4|^8.0",
1010
"queue-interop/amqp-interop": "^0.8.2",
1111
"queue-interop/queue-interop": "^0.8",
1212
"enqueue/null": "^0.10",
@@ -17,12 +17,12 @@
1717
},
1818
"require-dev": {
1919
"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",
2626
"enqueue/amqp-ext": "0.10.x-dev",
2727
"enqueue/amqp-lib": "0.10.x-dev",
2828
"enqueue/amqp-bunny": "0.10.x-dev",
@@ -42,9 +42,9 @@
4242
"enqueue/dsn": "0.10.x-dev"
4343
},
4444
"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",
4848
"enqueue/amqp-ext": "AMQP transport (based on php extension)",
4949
"enqueue/stomp": "STOMP transport",
5050
"enqueue/fs": "Filesystem transport",

0 commit comments

Comments
 (0)