From 29c889ba20677518ef526a1198f2994af0e0f80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 01:40:36 +0000 Subject: [PATCH] Bump symfony/process from 6.4.0-RC1 to 7.0.2 Bumps [symfony/process](https://github.com/symfony/process) from 6.4.0-RC1 to 7.0.2. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/process/compare/v6.4.0-RC1...v7.0.2) --- updated-dependencies: - dependency-name: symfony/process 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 6769bff..5cb5136 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "symfony/framework-bundle": "6.4.*", "symfony/http-client": "6.4.*", "symfony/monolog-bundle": "^3.7", - "symfony/process": "6.4.*", + "symfony/process": "7.0.*", "symfony/property-access": "6.4.*", "symfony/property-info": "6.4.*", "symfony/proxy-manager-bridge": "^6.3", diff --git a/composer.lock b/composer.lock index 7d79b2f..134956b 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": "cb94bedd33c6e4842d4c05c8ec6bdf57", + "content-hash": "ef59d440e53273285471e3f1bb970381", "packages": [ { "name": "brick/math", @@ -5725,20 +5725,20 @@ }, { "name": "symfony/process", - "version": "v6.4.0-RC1", + "version": "v7.0.2", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "a91571ff5df8825fcc74569d99cddc7242f479b7" + "reference": "acd3eb5cb02382c1cb0287ba29b2908cc6ffa83a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/a91571ff5df8825fcc74569d99cddc7242f479b7", - "reference": "a91571ff5df8825fcc74569d99cddc7242f479b7", + "url": "https://api.github.com/repos/symfony/process/zipball/acd3eb5cb02382c1cb0287ba29b2908cc6ffa83a", + "reference": "acd3eb5cb02382c1cb0287ba29b2908cc6ffa83a", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "type": "library", "autoload": { @@ -5766,7 +5766,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/process/tree/v7.0.2" }, "funding": [ { @@ -5782,7 +5782,7 @@ "type": "tidelift" } ], - "time": "2023-11-04T20:16:32+00:00" + "time": "2023-12-24T09:15:37+00:00" }, { "name": "symfony/property-access", @@ -11928,5 +11928,5 @@ "ext-sodium": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }