diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-25 13:34:06 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-25 13:34:06 +0200 |
| commit | ff1e0ddc340500a1b99c008a1d8c5b800fa10b04 (patch) | |
| tree | 1f06f8fb3a9044419601a28a83ad4acf7b8ca500 | |
| parent | 3727cd49d096a22eebe4b202f5f398be821ccccb (diff) | |
update symfony/process to v6.4.20, fixes #5547
Closes #5547
Merge request studip/studip!4168
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | composer.lock | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json index 9c1c64c..7479a06 100644 --- a/composer.json +++ b/composer.json @@ -109,7 +109,7 @@ "slim/slim": "4.13.0", "php-di/php-di": "7.0.0", "symfony/console": "6.4.7", - "symfony/process": "6.4.7", + "symfony/process": "6.4.20", "jumbojett/openid-connect-php": "1.0.0", "league/oauth2-server": "8.5.4", "willdurand/negotiation": "^3.1", diff --git a/composer.lock b/composer.lock index 46d3f6f..ee15ee9 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": "31e15901b1c7be62096e6dc685a2339b", + "content-hash": "9566df460e5702f442672e0873731183", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -5825,16 +5825,16 @@ }, { "name": "symfony/process", - "version": "v6.4.7", + "version": "v6.4.20", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "cdb1c81c145fd5aa9b0038bab694035020943381" + "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/cdb1c81c145fd5aa9b0038bab694035020943381", - "reference": "cdb1c81c145fd5aa9b0038bab694035020943381", + "url": "https://api.github.com/repos/symfony/process/zipball/e2a61c16af36c9a07e5c9906498b73e091949a20", + "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20", "shasum": "" }, "require": { @@ -5866,7 +5866,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.7" + "source": "https://github.com/symfony/process/tree/v6.4.20" }, "funding": [ { @@ -5882,7 +5882,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:22:46+00:00" + "time": "2025-03-10T17:11:00+00:00" }, { "name": "symfony/service-contracts", |
