Skip to content

Commit 43b956a

Browse files
committed
Properly drop old PHP and Symfony versions
1 parent e6eae25 commit 43b956a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
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/queue-interop": "^0.8",
1111
"enqueue/dsn": "^0.10",
12-
"symfony/filesystem": "^5.1|^6.0",
12+
"symfony/filesystem": "^5.4|^6.0",
1313
"makasim/temp-file": "^0.2@stable"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^9.5",
1717
"enqueue/null": "0.10.x-dev",
1818
"enqueue/test": "0.10.x-dev",
1919
"queue-interop/queue-spec": "^0.6.2",
20-
"symfony/dependency-injection": "^5.1|^6.0",
21-
"symfony/yaml": "^5.1|^6.0"
20+
"symfony/dependency-injection": "^5.4|^6.0",
21+
"symfony/yaml": "^5.4|^6.0"
2222
},
2323
"support": {
2424
"email": "[email protected]",

0 commit comments

Comments
 (0)