File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " >=8.1" ,
20
20
"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" ,
23
23
"symfony/config" : " ^6.4 || ^7" ,
24
24
"symfony/console" : " ^6.4 || ^7" ,
25
25
"symfony/framework-bundle" : " ^6.4 || ^7" ,
54
54
"suggest" : {
55
55
"symfony/security-bundle" : " To use #[Logged] or #[Right] attributes"
56
56
},
57
+ "repositories" : [
58
+ {
59
+ "type" : " git" ,
60
+ "url" : " https://github.com/andrew-demb/graphqlite-symfony-validator-bridge.git"
61
+ }
62
+ ],
57
63
"autoload" : {
58
64
"psr-4" : {
59
65
"TheCodingMachine\\ GraphQLite\\ Bundle\\ " : " src"
You can’t perform that action at this time.
0 commit comments