Skip to content

Commit

Permalink
Support both Symfony 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobono committed Jan 21, 2025
1 parent 73ffeae commit 32aef94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require" : {
"php" : ">=8.1",
"thecodingmachine/graphqlite" : "^7.0 || ^8.0",
"symfony/validator": "^7"
"symfony/validator": "^6.4 || ^7"
},
"require-dev": {
"phpunit/phpunit": "^11",
Expand Down

0 comments on commit 32aef94

Please sign in to comment.