From d8e3ee49ba0b9c5d25536056589446a515548be7 Mon Sep 17 00:00:00 2001 From: Dave Long Date: Mon, 13 Nov 2023 10:11:34 +0000 Subject: [PATCH] Allow Symfony 7. --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 332ff0b..7279e64 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ "php": ">=7.2", "ext-json": "*", "behat/mink": "^1.9", - "symfony/error-handler": "^4.4 || ^5.0 || ^6.0", - "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0", + "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0", "phpunit/phpunit": "^8.5.22 || ^9.5.11", "yoast/phpunit-polyfills": "^1.0" }, @@ -30,11 +30,11 @@ "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-symfony": "^1.3", - "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0" + "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "conflict": { - "symfony/http-foundation": "<4.4 || >=7", - "symfony/http-kernel": "<4.4 || >=7" + "symfony/http-foundation": "<4.4 || >=8", + "symfony/http-kernel": "<4.4 || >=8" }, "bin": [