From 0fc8a091b76476f5c44a4c5727fdae5090e608dd Mon Sep 17 00:00:00 2001 From: Enrico Bono Date: Tue, 21 Jan 2025 18:18:08 +0100 Subject: [PATCH] Support both Symfony 6 and 7 --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 59b6100..618b596 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,16 @@ "homepage" : "http://mouf-php.com" } ], + "repositories": [{ + "type": "vcs", + "url": "https://github.com/enricobono/graphqlite-symfony-validator-bridge" + } + ], "require" : { "php" : ">=8.1", "ext-json": "*", "thecodingmachine/graphqlite" : "^8", - "thecodingmachine/graphqlite-symfony-validator-bridge": "^7.1.1", + "thecodingmachine/graphqlite-symfony-validator-bridge": "dev-support-symfony-6", "symfony/config": "^6.4 || ^7", "symfony/console": "^6.4 || ^7", "symfony/framework-bundle": "^6.4 || ^7",