diff --git a/composer.lock b/composer.lock index 4a34d4b8..b588f2d3 100644 --- a/composer.lock +++ b/composer.lock @@ -6445,11 +6445,16 @@ }, { "name": "symfony/process", - "version": "v7.1.5", + "version": "v7.1.7", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "9b8a40b7289767aa7117e957573c2a535efe6585" + }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/5c03ee6369281177f07f7c68252a280beccba847", - "reference": "5c03ee6369281177f07f7c68252a280beccba847", + "url": "https://api.github.com/repos/symfony/process/zipball/9b8a40b7289767aa7117e957573c2a535efe6585", + "reference": "9b8a40b7289767aa7117e957573c2a535efe6585", "shasum": "" }, "require": { @@ -6464,6 +6469,7 @@ "/Tests/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -6479,7 +6485,24 @@ ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", - "time": "2024-09-19T21:48:23+00:00" + "support": { + "source": "https://github.com/symfony/process/tree/v7.1.7" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-11-06T09:25:12+00:00" }, { "name": "symfony/property-access", @@ -8781,6 +8804,6 @@ "php": ">=8.2", "ext-json": "*" }, - "platform-dev": {}, + "platform-dev": [], "plugin-api-version": "2.6.0" }