From 8c2473c787a91c8eacb2298b3023d60a573ead0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:38:01 +0000 Subject: [PATCH] Update symfony/process requirement from ^6.4 || ^7.4 to ^8.1.6 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.2/CHANGELOG.md) - [Commits](https://github.com/symfony/process/commits/v8.1.6) --- updated-dependencies: - dependency-name: symfony/process dependency-version: 8.1.6 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 5dc0e37..4239652 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "rector/rector": "^2.6", "squizlabs/php_codesniffer": "^3.13", "symfony/console": "^6.4 || ^7.4", - "symfony/process": "^6.4 || ^7.4", + "symfony/process": "^8.1.6", "symfony/yaml": "^6.4 || ^7.4", "vimeo/psalm": "^6.17" },