From 406cbbca39cf1d5f4a86f00fa0784ccf3b5864ea Mon Sep 17 00:00:00 2001 From: thecaliskan <13554944+thecaliskan@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:54:30 +0300 Subject: [PATCH] Allow symfony/process 7.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 48f044ec..2e97b325 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "php": "^8.0", "spatie/image": "^1.5.3|^2.0", "spatie/temporary-directory": "^1.1|^2.0", - "symfony/process": "^4.2|^5.0|^6.0", + "symfony/process": "^4.2|^5.0|^6.0|^7.0", "ext-json": "*" }, "require-dev": {