diff --git a/composer.json b/composer.json index a7a6820..d943938 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require" : { "php" : ">=8.1", "ext-json": "*", - "thecodingmachine/graphqlite" : "dev-symfony7-pack as 7.1", + "thecodingmachine/graphqlite" : "dev-master as 7.1", "thecodingmachine/graphqlite-symfony-validator-bridge" : "^6.0 || ^7.0", "symfony/config": "^6.4 || ^7", "symfony/console": "^6.4 || ^7", @@ -69,11 +69,5 @@ "dev-master": "6.0.x-dev" } }, - "repositories": [ - { - "type": "git", - "url": "https://github.com/andrew-demb/graphqlite.git" - } - ], "prefer-stable": true }