Skip to content

Commit dcba8e5

Browse files
authored
Merge pull request #80 from enricobono/support-symfony-6
Support both Symfony 6 and 7
2 parents 73ffeae + 32aef94 commit dcba8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require" : {
2020
"php" : ">=8.1",
2121
"thecodingmachine/graphqlite" : "^7.0 || ^8.0",
22-
"symfony/validator": "^7"
22+
"symfony/validator": "^6.4 || ^7"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^11",

0 commit comments

Comments
 (0)