Skip to content

Commit f50476b

Browse files
committed
chore: bump dependencies for symfony and graphqlite
1 parent 48f9578 commit f50476b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
],
1919
"require" : {
2020
"php" : ">=8.1",
21-
"thecodingmachine/graphqlite" : "^6.0",
22-
"symfony/validator": "^6" ,
21+
"thecodingmachine/graphqlite" : "^6.0|^7.0",
22+
"symfony/validator": "^6|^7",
2323
"doctrine/annotations": "^1.13 || ^2.0.1"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^9.6.5",
2727
"mouf/picotainer": "^1.1",
2828
"phpstan/phpstan": "^1.8",
2929
"php-coveralls/php-coveralls": "^2.1.0",
30-
"symfony/translation": "^6",
31-
"doctrine/coding-standard": "^11.1"
30+
"symfony/translation": "^6|^7",
31+
"doctrine/coding-standard": "^11.1|^12.0"
3232
},
3333
"scripts": {
3434
"phpstan": "phpstan analyse src/ -c phpstan.neon --level=7 --no-progress",

0 commit comments

Comments
 (0)