From a146a48a51f9e28fcf9a2867d2293cc58f679a61 Mon Sep 17 00:00:00 2001 From: Mathieu De Zutter <mathieu@dezutter.org> Date: Fri, 8 Dec 2023 22:37:36 +0100 Subject: [PATCH] Support Symfony 7 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index af1935c..230aad5 100644 --- a/composer.json +++ b/composer.json @@ -4,14 +4,14 @@ "license": "MIT", "require": { "php-pm/php-pm": "^2.0", - "symfony/http-foundation": "^4.2.12|^5.0.4|^6.0", - "symfony/http-kernel": "^4.0|^5.1.5|^6.0", + "symfony/http-foundation": "^4.2.12|^5.0.4|^6.0|^7.0", + "symfony/http-kernel": "^4.0|^5.1.5|^6.0|^7.0", "guzzlehttp/psr7": "^1.5|^2.0" }, "require-dev": { "phpunit/phpunit": "^9.5", - "symfony/framework-bundle": "^4.1.12|^5.0|^6.0", - "symfony/yaml": "^4.0|^5.0|^6.0", + "symfony/framework-bundle": "^4.1.12|^5.0|^6.0|^7.0", + "symfony/yaml": "^4.0|^5.0|^6.0|^7.0", "doctrine/annotations": "^1.6" }, "autoload": {