Skip to content

Commit 15121ef

Browse files
committed
WIP
1 parent 1bce1cd commit 15121ef

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

composer.json

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,29 @@
1616
}
1717
],
1818
"require" : {
19-
"php" : ">=7.4",
19+
"php" : ">=8.1",
2020
"ext-json": "*",
21-
"thecodingmachine/graphqlite" : "^5.0",
22-
"thecodingmachine/graphqlite-symfony-validator-bridge" : "^5.0",
23-
"symfony/framework-bundle": "^5.4 || ^6",
24-
"symfony/validator": "^5.4 || ^6",
25-
"symfony/translation": "^5.4 || ^6",
21+
"thecodingmachine/graphqlite" : "^6.0",
22+
"thecodingmachine/graphqlite-symfony-validator-bridge" : "6.0.x-dev",
23+
"symfony/framework-bundle": "^6",
24+
"symfony/validator": "^6",
25+
"symfony/translation": "^6",
2626
"doctrine/annotations": "^1.13",
2727
"symfony/psr-http-message-bridge": "^2.0",
2828
"nyholm/psr7": "^1.1",
2929
"laminas/laminas-diactoros": "^2.2.2",
3030
"overblog/graphiql-bundle": "^0.2 || ^0.3",
3131
"thecodingmachine/cache-utils": "^1",
32-
"symfony/console": "^5.4 || ^6"
32+
"symfony/console": "^6"
3333
},
3434
"require-dev": {
35-
"symfony/security-bundle": "^5.4 || ^6",
36-
"symfony/yaml": "^5.4 || ^6",
37-
"phpstan/phpstan": "^0.12.90",
35+
"symfony/security-bundle": "^6",
36+
"symfony/yaml": "^6",
3837
"beberlei/porpaginas": "^1.2",
3938
"php-coveralls/php-coveralls": "^2.1.0",
40-
"symfony/phpunit-bridge": "^5.4 || ^6",
41-
"thecodingmachine/phpstan-strict-rules": "^v0.12.1",
42-
"composer/package-versions-deprecated": "^1.8",
43-
"phpstan/phpstan-webmozart-assert": "^0.12.12"
39+
"symfony/phpunit-bridge": "^6",
40+
"thecodingmachine/phpstan-strict-rules": "^v0.12",
41+
"composer/package-versions-deprecated": "^1.8"
4442
},
4543
"conflict": {
4644
"mouf/classname-mapper": "<1.0.2",
@@ -62,7 +60,7 @@
6260
},
6361
"extra": {
6462
"branch-alias": {
65-
"dev-master": "5.0.x-dev"
63+
"dev-master": "6.0.x-dev"
6664
}
6765
},
6866
"prefer-stable": true

0 commit comments

Comments
 (0)