From 8cb07f45acacf2d796cb010ad01f6ae820ceb2c3 Mon Sep 17 00:00:00 2001 From: thecaliskan <13554944+thecaliskan@users.noreply.github.com> Date: Sat, 16 Dec 2023 17:56:11 +0300 Subject: [PATCH] Allow Symfony 7.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ab6f850..ac51320 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": "^8.1", - "symfony/process": "^6.3.2" + "symfony/process": "^6.3.2|^7.0" }, "require-dev": { "pestphp/pest": "^2.16",