From 437b6a630ea9f5d2cd831bab89e01b2e46a5885b Mon Sep 17 00:00:00 2001 From: thecaliskan <13554944+thecaliskan@users.noreply.github.com> Date: Sat, 16 Dec 2023 18:03:39 +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 365625f..ab9a23e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ ], "require": { "php": "^8.1", - "symfony/process": "^6.3" + "symfony/process": "^6.3|^7.0" }, "require-dev": { "laravel/pint": "^1.13",