Skip to content

Commit ae4511a

Browse files
committed
📦 Switch to original and stable version of validator-bridge
1 parent de1eb05 commit ae4511a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php" : ">=8.1",
2020
"ext-json": "*",
2121
"thecodingmachine/graphqlite" : "^8",
22-
"thecodingmachine/graphqlite-symfony-validator-bridge": "dev-graphqlite-8 as v7.1.0",
22+
"thecodingmachine/graphqlite-symfony-validator-bridge": "^7.1.1",
2323
"symfony/config": "^6.4 || ^7",
2424
"symfony/console": "^6.4 || ^7",
2525
"symfony/framework-bundle": "^6.4 || ^7",
@@ -52,12 +52,6 @@
5252
"suggest": {
5353
"symfony/security-bundle": "To use #[Logged] or #[Right] attributes"
5454
},
55-
"repositories": [
56-
{
57-
"type": "git",
58-
"url": "https://github.com/andrew-demb/graphqlite-symfony-validator-bridge.git"
59-
}
60-
],
6155
"autoload" : {
6256
"psr-4" : {
6357
"TheCodingMachine\\GraphQLite\\Bundle\\" : "src"

0 commit comments

Comments
 (0)