From decd448fcdc5db01e8200a7a639447934bb4e376 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Mon, 17 Jan 2022 10:45:34 +0000 Subject: [PATCH] Support Symfony 6. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 84b435a..aacf343 100644 --- a/composer.json +++ b/composer.json @@ -11,12 +11,12 @@ ], "require": { "php": ">=7.2.0", - "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0", - "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0" + "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0|~6.0", + "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0|~6.0" }, "require-dev": { "phpunit/phpunit": "~8.0", - "symfony/routing": "^5.0" + "symfony/routing": "^5.0|^6.0" }, "scripts": { "test": "phpunit --coverage-text"