Skip to content

Commit 19d77ae

Browse files
author
Sander Marechal
committed
Allow Symfony 4-7
1 parent 8922d92 commit 19d77ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"require": {
1919
"php": "^7.0|^8.0",
2020
"ext-intl": "*",
21-
"symfony/options-resolver": "^5.0|^6.0",
22-
"symfony/property-access": "^5.0|^6.0",
21+
"symfony/options-resolver": "^4.0|^5.0|^6.0|^7.0",
22+
"symfony/property-access": "^4.0|^5.0|^6.0|^7.0",
2323
"twig/twig": "^2.0|^3.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)