From e9474f6f7bee94bf13579c7e708fb9bcf8e685e5 Mon Sep 17 00:00:00 2001 From: DerManoMann Date: Fri, 29 Nov 2024 13:34:40 +1300 Subject: [PATCH] Add security exclusion --- composer.json | 3 +++ 1 file changed, 3 insertions(+) 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" },