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 48f9578 commit f50476bCopy full SHA for f50476b
composer.json
@@ -18,17 +18,17 @@
18
],
19
"require" : {
20
"php" : ">=8.1",
21
- "thecodingmachine/graphqlite" : "^6.0",
22
- "symfony/validator": "^6" ,
+ "thecodingmachine/graphqlite" : "^6.0|^7.0",
+ "symfony/validator": "^6|^7",
23
"doctrine/annotations": "^1.13 || ^2.0.1"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "^9.6.5",
27
"mouf/picotainer": "^1.1",
28
"phpstan/phpstan": "^1.8",
29
"php-coveralls/php-coveralls": "^2.1.0",
30
- "symfony/translation": "^6",
31
- "doctrine/coding-standard": "^11.1"
+ "symfony/translation": "^6|^7",
+ "doctrine/coding-standard": "^11.1|^12.0"
32
33
"scripts": {
34
"phpstan": "phpstan analyse src/ -c phpstan.neon --level=7 --no-progress",
0 commit comments