From a757051e353a700756b7fccb563f8304094427cc Mon Sep 17 00:00:00 2001 From: Tom Maaswinkel Date: Fri, 10 Jun 2022 12:27:34 +0200 Subject: [PATCH] Allow Symfony 6 to be used This change allows the bundle to be used with Symfony 6 (which is already added to thecodingmachine/graphqlite@dev-master and thecodingmachine/graphqlite-bundle) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2e18e0a..bf3e4d2 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require" : { "php" : ">=7.2", "thecodingmachine/graphqlite" : "^5.0", - "symfony/validator": "^4.2 | ^5", + "symfony/validator": "^4.2 | ^5 | ^6", "doctrine/annotations": "^1.6" }, "require-dev": {