Skip to content

Commit 710bc2c

Browse files
committed
📦 Use stable graphqlite (v8). Use dev version of graphqlite validator bridge (unreleased, unmerged)
1 parent d29a8fc commit 710bc2c

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/framework-bundle": "^6.4 || ^7.0",
2424
"symfony/validator": "^6.4 || ^7.0",
2525
"symfony/translation": "^6.4 || ^7.0",
@@ -51,6 +51,12 @@
5151
"suggest": {
5252
"symfony/security-bundle": "To use #[Logged] or #[Right] attributes"
5353
},
54+
"repositories": [
55+
{
56+
"type": "git",
57+
"url": "https://github.com/andrew-demb/graphqlite-symfony-validator-bridge.git"
58+
}
59+
],
5460
"autoload" : {
5561
"psr-4" : {
5662
"TheCodingMachine\\GraphQLite\\Bundle\\" : "src"

0 commit comments

Comments
 (0)