From bdc322a1ad53b3d32c2745d7476292256c715d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 03:23:38 +0000 Subject: [PATCH] Update symfony/process requirement from ^6.0|^7.0 to ^8.0.11 Updates the requirements on [symfony/process](https://github.com/symfony/process) to permit the latest version. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/8.1/CHANGELOG.md) - [Commits](https://github.com/symfony/process/commits/v8.0.11) --- updated-dependencies: - dependency-name: symfony/process dependency-version: 8.0.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c829257..8cf7182 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "php": "^8.1", "ext-json": "*", "ext-spl": "*", - "symfony/process": "^6.0|^7.0" + "symfony/process": "^8.0.11" }, "require-dev": { "laravel/pint": "^1.13",