From af04521d77c557fcad6aaffec9d25b4e0c7b574f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:20:11 +0000 Subject: [PATCH] Update dependency symfony/process to v7 | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | packagist | symfony/process | 6.4.2 | 7.0.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c1f4c88..454af40 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "laminas/laminas-stratigility": "^3.9.0", "mezzio/mezzio": "^3.13.0", "mezzio/mezzio-router": "^3.9.0", - "symfony/process": "^6.0.11" + "symfony/process": "^6.0.11 || ^7.0.0" }, "require-dev": { "laminas/laminas-coding-standard": "~2.5.0",