We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c48367 commit 67d2b07Copy full SHA for 67d2b07
1 file changed
composer.json
@@ -18,8 +18,8 @@
18
"require" : {
19
"php" : ">=8.1",
20
"ext-json": "*",
21
- "thecodingmachine/graphqlite" : "dev-master as 7.1",
22
- "thecodingmachine/graphqlite-symfony-validator-bridge" : "^6.0 || ^7.0",
+ "thecodingmachine/graphqlite" : "^8",
+ "thecodingmachine/graphqlite-symfony-validator-bridge": "dev-graphqlite-8 as v7.1.0",
23
"symfony/config": "^6.4 || ^7",
24
"symfony/console": "^6.4 || ^7",
25
"symfony/framework-bundle": "^6.4 || ^7",
@@ -54,6 +54,12 @@
54
"suggest": {
55
"symfony/security-bundle": "To use #[Logged] or #[Right] attributes"
56
},
57
+ "repositories": [
58
+ {
59
+ "type": "git",
60
+ "url": "https://github.com/andrew-demb/graphqlite-symfony-validator-bridge.git"
61
+ }
62
+ ],
63
"autoload" : {
64
"psr-4" : {
65
"TheCodingMachine\\GraphQLite\\Bundle\\" : "src"
0 commit comments