From 7656574262b41a72b54890fc6f5167cdbb6bf37c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 07:40:12 +0000 Subject: [PATCH] build(deps-dev): bump symfony/process from 5.4.47 to 7.2.5 Bumps [symfony/process](https://github.com/symfony/process) from 5.4.47 to 7.2.5. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/process/compare/v5.4.47...v7.2.5) --- updated-dependencies: - dependency-name: symfony/process dependency-version: 7.2.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index db6eee6..c4d1875 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" + "symfony/process": "^5.2 || ^7.0" }, "provide": { "psr/http-message-implementation": "2.0", diff --git a/composer.lock b/composer.lock index 0cf85eb..61921c5 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": "23754e19cfaceef692911b1445f7adb6", + "content-hash": "af6361152d79a3e5a37e645e2881b717", "packages": [], "packages-dev": [ { @@ -3698,21 +3698,20 @@ }, { "name": "symfony/process", - "version": "v5.4.47", + "version": "v7.2.5", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "5d1662fb32ebc94f17ddb8d635454a776066733d" + "reference": "87b7c93e57df9d8e39a093d32587702380ff045d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/5d1662fb32ebc94f17ddb8d635454a776066733d", - "reference": "5d1662fb32ebc94f17ddb8d635454a776066733d", + "url": "https://api.github.com/repos/symfony/process/zipball/87b7c93e57df9d8e39a093d32587702380ff045d", + "reference": "87b7c93e57df9d8e39a093d32587702380ff045d", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.2" }, "type": "library", "autoload": { @@ -3740,7 +3739,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.4.47" + "source": "https://github.com/symfony/process/tree/v7.2.5" }, "funding": [ { @@ -3756,7 +3755,7 @@ "type": "tidelift" } ], - "time": "2024-11-06T11:36:42+00:00" + "time": "2025-03-13T12:21:46+00:00" }, { "name": "symfony/service-contracts", @@ -4043,7 +4042,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { @@ -4051,6 +4050,6 @@ "ext-curl": "*", "ext-mbstring": "*" }, - "platform-dev": {}, - "plugin-api-version": "2.6.0" + "platform-dev": [], + "plugin-api-version": "2.3.0" }