From b8d7b23848ebc23493bad646c09e64b440ac4148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:33:21 +0000 Subject: [PATCH] Bump symfony/process from 6.0.19 to 6.4.14 Bumps [symfony/process](https://github.com/symfony/process) from 6.0.19 to 6.4.14. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md) - [Commits](https://github.com/symfony/process/compare/v6.0.19...v6.4.14) --- updated-dependencies: - dependency-name: symfony/process dependency-type: direct:production ... 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 4964ff99..f3100bc8 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "symfony/messenger": "6.0.*", "symfony/monolog-bundle": "^3.1", "symfony/notifier": "6.0.*", - "symfony/process": "6.0.*", + "symfony/process": "6.4.*", "symfony/property-access": "6.0.*", "symfony/property-info": "6.0.*", "symfony/proxy-manager-bridge": "6.0.*", diff --git a/composer.lock b/composer.lock index 1a386e54..efe36156 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": "6d8dbbf76adee951d6466d92facf46d0", + "content-hash": "7ba18b01cc5b3c32f48db67044f4dcf6", "packages": [ { "name": "composer/package-versions-deprecated", @@ -6970,20 +6970,20 @@ }, { "name": "symfony/process", - "version": "v6.0.19", + "version": "v6.4.14", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "2114fd60f26a296cc403a7939ab91478475a33d4" + "reference": "25214adbb0996d18112548de20c281be9f27279f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/2114fd60f26a296cc403a7939ab91478475a33d4", - "reference": "2114fd60f26a296cc403a7939ab91478475a33d4", + "url": "https://api.github.com/repos/symfony/process/zipball/25214adbb0996d18112548de20c281be9f27279f", + "reference": "25214adbb0996d18112548de20c281be9f27279f", "shasum": "" }, "require": { - "php": ">=8.0.2" + "php": ">=8.1" }, "type": "library", "autoload": { @@ -7011,7 +7011,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.0.19" + "source": "https://github.com/symfony/process/tree/v6.4.14" }, "funding": [ { @@ -7027,7 +7027,7 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:36:10+00:00" + "time": "2024-11-06T09:25:01+00:00" }, { "name": "symfony/property-access", @@ -11614,5 +11614,5 @@ "ext-sodium": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }