diff --git a/composer.json b/composer.json index 023e912f..62414402 100644 --- a/composer.json +++ b/composer.json @@ -64,6 +64,9 @@ "phpunit/phpunit": ">=8", "vimeo/psalm": "^4.23" }, + "conflict": { + "symfony/process": ">=6, <6.4.14" + }, "suggest": { "doctrine/annotations": "^1.7 || ^2.0" },