From 7976c1f629946bb64fff5b2691230e34ad4f7242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:28:32 +0000 Subject: [PATCH] Update symfony/process requirement from ^6.0|^7.0 to ^8.0.8 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.8) --- updated-dependencies: - dependency-name: symfony/process dependency-version: 8.0.8 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..431977c 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.8" }, "require-dev": { "laravel/pint": "^1.13",