From 96ad952bf60c00cd8b0b085805447c1589809d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 07:56:38 +0000 Subject: [PATCH 1/3] build(deps-dev): bump symfony/process from 7.3.4 to 8.0.0 Bumps [symfony/process](https://github.com/symfony/process) from 7.3.4 to 8.0.0. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/process/compare/v7.3.4...v8.0.0) --- updated-dependencies: - dependency-name: symfony/process dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c4d1875..f4a1c4e 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^12.0", - "symfony/process": "^5.2 || ^7.0" + "symfony/process": "^5.2 || ^7.0 || ^8.0" }, "provide": { "psr/http-message-implementation": "2.0", diff --git a/composer.lock b/composer.lock index 1cfac4f..92e2d52 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "af6361152d79a3e5a37e645e2881b717", + "content-hash": "869cfa070012c01166fe4a2e24342c7d", "packages": [], "packages-dev": [ { @@ -3922,20 +3922,20 @@ }, { "name": "symfony/process", - "version": "v7.3.4", + "version": "v8.0.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "f24f8f316367b30810810d4eb30c543d7003ff3b" + "reference": "a0a750500c4ce900d69ba4e9faf16f82c10ee149" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/f24f8f316367b30810810d4eb30c543d7003ff3b", - "reference": "f24f8f316367b30810810d4eb30c543d7003ff3b", + "url": "https://api.github.com/repos/symfony/process/zipball/a0a750500c4ce900d69ba4e9faf16f82c10ee149", + "reference": "a0a750500c4ce900d69ba4e9faf16f82c10ee149", "shasum": "" }, "require": { - "php": ">=8.2" + "php": ">=8.4" }, "type": "library", "autoload": { @@ -3963,7 +3963,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v7.3.4" + "source": "https://github.com/symfony/process/tree/v8.0.0" }, "funding": [ { @@ -3983,7 +3983,7 @@ "type": "tidelift" } ], - "time": "2025-09-11T10:12:26+00:00" + "time": "2025-10-16T16:25:44+00:00" }, { "name": "symfony/service-contracts", From 1f7913366e882465d063628613c06bbf6a451914 Mon Sep 17 00:00:00 2001 From: Rancoud Date: Mon, 1 Dec 2025 16:06:28 +0100 Subject: [PATCH 2/3] simplify composer.json for symfony/process --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f4a1c4e..d0545e0 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^12.0", - "symfony/process": "^5.2 || ^7.0 || ^8.0" + "symfony/process": "^8.0" }, "provide": { "psr/http-message-implementation": "2.0", From 547dc74238bc13f5f11edf1551d1e4dccc1d12bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rancoud?= Date: Mon, 1 Dec 2025 22:35:21 +0100 Subject: [PATCH 3/3] composer update symfony/process --- composer.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 92e2d52..ff130a4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "869cfa070012c01166fe4a2e24342c7d", + "content-hash": "912ed6d0cca4dab8aa0bae3c65da9cdb", "packages": [], "packages-dev": [ {