We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcba8e5 commit f697f5dCopy full SHA for f697f5d
composer.json
@@ -19,14 +19,14 @@
19
"require" : {
20
"php" : ">=8.1",
21
"thecodingmachine/graphqlite" : "^7.0 || ^8.0",
22
- "symfony/validator": "^6.4 || ^7"
+ "symfony/validator": "^6.4 || ^7.0 || ^8.0"
23
},
24
"require-dev": {
25
"phpunit/phpunit": "^11",
26
"mouf/picotainer": "^1.1",
27
"phpstan/phpstan": "^2",
28
"php-coveralls/php-coveralls": "^2.1.0",
29
- "symfony/translation": "^7",
+ "symfony/translation": "^7.0 || ^8.0",
30
"doctrine/coding-standard": "^12"
31
32
"scripts": {
0 commit comments