Skip to content

Commit eb0e031

Browse files
committed
chore: prepare for v7
1 parent 3d48c7e commit eb0e031

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
],
1919
"require" : {
2020
"php" : ">=8.1",
21-
"thecodingmachine/graphqlite" : "^6.0|^7.0",
22-
"symfony/validator": "^6|^7"
21+
"thecodingmachine/graphqlite" : "^7.0",
22+
"symfony/validator": "^7"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.6.5",
2626
"mouf/picotainer": "^1.1",
2727
"phpstan/phpstan": "^1.8",
2828
"php-coveralls/php-coveralls": "^2.1.0",
29-
"symfony/translation": "^6|^7",
29+
"symfony/translation": "^7",
3030
"doctrine/coding-standard": "^11.1|^12.0"
3131
},
3232
"scripts": {
@@ -47,7 +47,7 @@
4747
},
4848
"extra": {
4949
"branch-alias": {
50-
"dev-master": "6.0.x-dev"
50+
"dev-master": "7.0.x-dev"
5151
}
5252
},
5353
"minimum-stability": "dev",

0 commit comments

Comments
 (0)