We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1eb05 commit ae4511aCopy full SHA for ae4511a
composer.json
@@ -19,7 +19,7 @@
19
"php" : ">=8.1",
20
"ext-json": "*",
21
"thecodingmachine/graphqlite" : "^8",
22
- "thecodingmachine/graphqlite-symfony-validator-bridge": "dev-graphqlite-8 as v7.1.0",
+ "thecodingmachine/graphqlite-symfony-validator-bridge": "^7.1.1",
23
"symfony/config": "^6.4 || ^7",
24
"symfony/console": "^6.4 || ^7",
25
"symfony/framework-bundle": "^6.4 || ^7",
@@ -52,12 +52,6 @@
52
"suggest": {
53
"symfony/security-bundle": "To use #[Logged] or #[Right] attributes"
54
},
55
- "repositories": [
56
- {
57
- "type": "git",
58
- "url": "https://github.com/andrew-demb/graphqlite-symfony-validator-bridge.git"
59
- }
60
- ],
61
"autoload" : {
62
"psr-4" : {
63
"TheCodingMachine\\GraphQLite\\Bundle\\" : "src"
0 commit comments