From 537e725862713ec9d857cc0c26e19f6323cfc66c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:36:31 +0000 Subject: [PATCH] build(deps-dev): bump symfony/process in /tools/cs-fixer Bumps [symfony/process](https://github.com/symfony/process) from 7.4.3 to 8.0.5. - [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/compare/v7.4.3...v8.0.5) --- updated-dependencies: - dependency-name: symfony/process dependency-version: 8.0.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tools/cs-fixer/composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/cs-fixer/composer.lock b/tools/cs-fixer/composer.lock index d607d8dc0..d94f1a084 100644 --- a/tools/cs-fixer/composer.lock +++ b/tools/cs-fixer/composer.lock @@ -2367,20 +2367,20 @@ }, { "name": "symfony/process", - "version": "v7.4.3", + "version": "v8.0.5", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "2f8e1a6cdf590ca63715da4d3a7a3327404a523f" + "reference": "b5f3aa6762e33fd95efbaa2ec4f4bc9fdd16d674" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/2f8e1a6cdf590ca63715da4d3a7a3327404a523f", - "reference": "2f8e1a6cdf590ca63715da4d3a7a3327404a523f", + "url": "https://api.github.com/repos/symfony/process/zipball/b5f3aa6762e33fd95efbaa2ec4f4bc9fdd16d674", + "reference": "b5f3aa6762e33fd95efbaa2ec4f4bc9fdd16d674", "shasum": "" }, "require": { - "php": ">=8.2" + "php": ">=8.4" }, "type": "library", "autoload": { @@ -2408,7 +2408,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v7.4.3" + "source": "https://github.com/symfony/process/tree/v8.0.5" }, "funding": [ { @@ -2428,7 +2428,7 @@ "type": "tidelift" } ], - "time": "2025-12-19T10:00:43+00:00" + "time": "2026-01-26T15:08:38+00:00" }, { "name": "symfony/service-contracts",