From 32aef940b13ed0b3e13b4b60531716b9e7431aaa Mon Sep 17 00:00:00 2001 From: Enrico Bono Date: Tue, 21 Jan 2025 17:06:22 +0100 Subject: [PATCH] Support both Symfony 6 and 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 090df04..96d8f72 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require" : { "php" : ">=8.1", "thecodingmachine/graphqlite" : "^7.0 || ^8.0", - "symfony/validator": "^7" + "symfony/validator": "^6.4 || ^7" }, "require-dev": { "phpunit/phpunit": "^11",