fix: allow symfony 7

This commit is contained in:
Shyim
2023-12-13 16:51:13 +01:00
committed by GitHub
parent b770cdf2ba
commit 622a3ad355
+1 -1
View File
@@ -15,7 +15,7 @@
],
"require": {
"php": ">= 8.1",
"symfony/process": "^5.3|^6.0"
"symfony/process": "^5.3|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",