From fa7e096f571c71a3022823843f3ba7de13f4d18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 02:47:44 +0000 Subject: [PATCH] composer: bump symfony/process from 6.4.x-dev to 8.1.0 Bumps [symfony/process](https://github.com/symfony/process) from 6.4.x-dev to 8.1.0. - [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.0) --- updated-dependencies: - dependency-name: symfony/process dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 683335a..6c04a5f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "ext-yaml": "*", "ext-simplexml": "*", "vitexsoftware/ease-fluentpdo": "dev-main", - "symfony/process": "^6.0", + "symfony/process": "^8.1", "vitexsoftware/multiflexi-core": "dev-main", "phplucidframe/console-table": "^1.4", "confirm-it-solutions/php-zabbix-api": "^3.0", diff --git a/composer.lock b/composer.lock index b9cd846..320c10c 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": "56bb39b46cda06cde3cef99e1fa15e32", + "content-hash": "4015dea4852fe8ad6fc378c196addb11", "packages": [ { "name": "brick/math", @@ -2930,20 +2930,20 @@ }, { "name": "symfony/process", - "version": "6.4.x-dev", + "version": "v8.1.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "a2482d77ed6707fe9683fd401b48bf23f00ca00a" + "reference": "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/a2482d77ed6707fe9683fd401b48bf23f00ca00a", - "reference": "a2482d77ed6707fe9683fd401b48bf23f00ca00a", + "url": "https://api.github.com/repos/symfony/process/zipball/c4a9e58f235a6bf7f97ffbfedae2687353ac79e5", + "reference": "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.4.1" }, "type": "library", "autoload": { @@ -2971,7 +2971,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/6.4" + "source": "https://github.com/symfony/process/tree/v8.1.0" }, "funding": [ { @@ -2991,7 +2991,7 @@ "type": "tidelift" } ], - "time": "2026-06-05T06:18:55+00:00" + "time": "2026-05-29T05:06:50+00:00" }, { "name": "symfony/service-contracts", @@ -7971,5 +7971,5 @@ "ext-simplexml": "*" }, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }