From f6ca3f7f78435a5d7fc0f6ffb3717090907ea3d6 Mon Sep 17 00:00:00 2001 From: roble Date: Tue, 21 Jul 2026 20:13:39 +0100 Subject: [PATCH] fix: Update symfony/process version constraint to support Symfony 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 277ab72..b35edf3 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "illuminate/support": "^13.0", "laravel/installer": "^5.14", "laravel/prompts": "^0.3", - "symfony/process": "^7.0" + "symfony/process": "^8.0" }, "require-dev": { "phpunit/phpunit": "^11.0"