From 2fdc657c2632eeb575d6770b88c2ef02f57e528a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:31:02 +0000 Subject: [PATCH] Bump symfony/process from 7.0.4 to 7.1.7 Bumps [symfony/process](https://github.com/symfony/process) from 7.0.4 to 7.1.7. - [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/v7.0.4...v7.1.7) --- updated-dependencies: - dependency-name: symfony/process dependency-type: direct:production ... 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 26c3d66..d296d02 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "symfony/intl": "7.0.*", "symfony/mime": "7.0.*", "symfony/monolog-bundle": "^3.0", - "symfony/process": "7.0.*", + "symfony/process": "7.1.*", "symfony/property-access": "7.0.*", "symfony/property-info": "7.0.*", "symfony/runtime": "7.0.*", diff --git a/composer.lock b/composer.lock index c29f122..64d813d 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": "935f8ea84ad9d8a319b4bf06f06ef693", + "content-hash": "66312d00e71b477633853e8335222fb5", "packages": [ { "name": "api-platform/core", @@ -5361,16 +5361,16 @@ }, { "name": "symfony/process", - "version": "v7.0.4", + "version": "v7.1.7", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9" + "reference": "9b8a40b7289767aa7117e957573c2a535efe6585" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/0e7727191c3b71ebec6d529fa0e50a01ca5679e9", - "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9", + "url": "https://api.github.com/repos/symfony/process/zipball/9b8a40b7289767aa7117e957573c2a535efe6585", + "reference": "9b8a40b7289767aa7117e957573c2a535efe6585", "shasum": "" }, "require": { @@ -5402,7 +5402,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v7.0.4" + "source": "https://github.com/symfony/process/tree/v7.1.7" }, "funding": [ { @@ -5418,7 +5418,7 @@ "type": "tidelift" } ], - "time": "2024-02-22T20:27:20+00:00" + "time": "2024-11-06T09:25:12+00:00" }, { "name": "symfony/property-access", @@ -10135,5 +10135,5 @@ "ext-imagick": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }