diff --git a/composer.json b/composer.json index d943938..61b70a5 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "require" : { "php" : ">=8.1", "ext-json": "*", - "thecodingmachine/graphqlite" : "dev-master as 7.1", - "thecodingmachine/graphqlite-symfony-validator-bridge" : "^6.0 || ^7.0", + "thecodingmachine/graphqlite" : "^8", + "thecodingmachine/graphqlite-symfony-validator-bridge": "dev-graphqlite-8 as v7.1.0", "symfony/config": "^6.4 || ^7", "symfony/console": "^6.4 || ^7", "symfony/framework-bundle": "^6.4 || ^7", @@ -54,6 +54,12 @@ "suggest": { "symfony/security-bundle": "To use #[Logged] or #[Right] attributes" }, + "repositories": [ + { + "type": "git", + "url": "https://github.com/andrew-demb/graphqlite-symfony-validator-bridge.git" + } + ], "autoload" : { "psr-4" : { "TheCodingMachine\\GraphQLite\\Bundle\\" : "src"