From fe50d45f0d4036c956e692d2e4238fea5eeab3a0 Mon Sep 17 00:00:00 2001 From: Arne De Smedt Date: Fri, 28 Nov 2025 15:36:03 +0100 Subject: [PATCH] Update symfony/process version constraint to include 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a3de053..6979e26 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "php": "^8.0", "ext-pcre": "*", "symfony/polyfill-mbstring": "^1.7", - "symfony/process": "^5.4 || ^6.0 || ^7.0" + "symfony/process": "^5.4 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "ext-fileinfo": "*",