Skip to content

Commit 67d2b07

Browse files
committed
📦 Use stable graphqlite (v8). Use dev version of graphqlite validator bridge (unreleased, unmerged)
1 parent 8c48367 commit 67d2b07

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"require" : {
1919
"php" : ">=8.1",
2020
"ext-json": "*",
21-
"thecodingmachine/graphqlite" : "dev-master as 7.1",
22-
"thecodingmachine/graphqlite-symfony-validator-bridge" : "^6.0 || ^7.0",
21+
"thecodingmachine/graphqlite" : "^8",
22+
"thecodingmachine/graphqlite-symfony-validator-bridge": "dev-graphqlite-8 as v7.1.0",
2323
"symfony/config": "^6.4 || ^7",
2424
"symfony/console": "^6.4 || ^7",
2525
"symfony/framework-bundle": "^6.4 || ^7",
@@ -54,6 +54,12 @@
5454
"suggest": {
5555
"symfony/security-bundle": "To use #[Logged] or #[Right] attributes"
5656
},
57+
"repositories": [
58+
{
59+
"type": "git",
60+
"url": "https://github.com/andrew-demb/graphqlite-symfony-validator-bridge.git"
61+
}
62+
],
5763
"autoload" : {
5864
"psr-4" : {
5965
"TheCodingMachine\\GraphQLite\\Bundle\\" : "src"

0 commit comments

Comments
 (0)