Skip to content

Commit f697f5d

Browse files
committed
✨ Allow Symfony 8
1 parent dcba8e5 commit f697f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"require" : {
2020
"php" : ">=8.1",
2121
"thecodingmachine/graphqlite" : "^7.0 || ^8.0",
22-
"symfony/validator": "^6.4 || ^7"
22+
"symfony/validator": "^6.4 || ^7.0 || ^8.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^11",
2626
"mouf/picotainer": "^1.1",
2727
"phpstan/phpstan": "^2",
2828
"php-coveralls/php-coveralls": "^2.1.0",
29-
"symfony/translation": "^7",
29+
"symfony/translation": "^7.0 || ^8.0",
3030
"doctrine/coding-standard": "^12"
3131
},
3232
"scripts": {

0 commit comments

Comments
 (0)