From dd0a6761f31fa4e7616316938a83aa9097e10157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:55:43 +0000 Subject: [PATCH] Bump symfony/process from 5.2.4 to 5.4.46 Bumps [symfony/process](https://github.com/symfony/process) from 5.2.4 to 5.4.46. - [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/v5.2.4...v5.4.46) --- updated-dependencies: - dependency-name: symfony/process dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 65 ++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 34 deletions(-) diff --git a/composer.lock b/composer.lock index 50ea039..a050092 100644 --- a/composer.lock +++ b/composer.lock @@ -690,19 +690,6 @@ "reference": "4c7579b93543e4346287f4a46b93aab46209722f", "shasum": "" }, - "archive": { - "exclude": [ - "/.editorconfig", - "/.github", - "/.gitattributes", - "/.gitignore", - "/.scrutinizer.yml", - "/tests", - "/php*.dist", - "/psalm.xml", - "/scripts" - ] - }, "require": { "dflydev/dot-access-data": "^3.0", "ext-mbstring": "*", @@ -740,6 +727,19 @@ "League\\Configuration\\Tests\\Unit\\": "tests/unit" } }, + "archive": { + "exclude": [ + "/.editorconfig", + "/.github", + "/.gitattributes", + "/.gitignore", + "/.scrutinizer.yml", + "/tests", + "/php*.dist", + "/psalm.xml", + "/scripts" + ] + }, "scripts": { "fix": [ "vendor/bin/phpcbf" @@ -1979,38 +1979,35 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.22.1", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91" + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91", - "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.22-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -2042,7 +2039,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" }, "funding": [ { @@ -2058,7 +2055,7 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/service-contracts", @@ -4934,21 +4931,21 @@ }, { "name": "symfony/process", - "version": "v5.2.4", + "version": "v5.4.46", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f" + "reference": "01906871cb9b5e3cf872863b91aba4ec9767daf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f", - "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f", + "url": "https://api.github.com/repos/symfony/process/zipball/01906871cb9b5e3cf872863b91aba4ec9767daf4", + "reference": "01906871cb9b5e3cf872863b91aba4ec9767daf4", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -4976,7 +4973,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.2.4" + "source": "https://github.com/symfony/process/tree/v5.4.46" }, "funding": [ { @@ -4992,7 +4989,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:15:41+00:00" + "time": "2024-11-06T09:18:28+00:00" }, { "name": "symfony/stopwatch", @@ -5180,5 +5177,5 @@ "platform-overrides": { "php": "7.2.5" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.6.0" }