From 93b88586e50c05b7375a547031f535bf1ea970f5 Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Sat, 9 Nov 2024 04:07:26 +0100 Subject: [PATCH] fix: Require supported Symfony versions and adjust PHP requirement as a follow up (#104) Signed-off-by: Joas Schilling --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 85aaded..2e9bf73 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ } ], "require": { - "php": ">=8.0.2", - "symfony/console": "~6.3 || ^7.0" + "php": ">=8.1", + "symfony/console": "~6.4 || ^7.1" }, "require-dev": { "phpunit/phpunit": "^9.5",