diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 20:16:25 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 20:16:25 +0000 |
| commit | a6f5d03ee02468013a5873011c8765bfbb40fe2f (patch) | |
| tree | 0fc589cd83e07214f7d5b5d70ddb2f3bd6936bba | |
| parent | 7934661383f805b658beb25c1cc9006fb25be4bd (diff) | |
update symfony/process to 6.4.7, fixes #4176
Closes #4176
Merge request studip/studip!3014
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | composer.lock | 17 |
2 files changed, 9 insertions, 10 deletions
diff --git a/composer.json b/composer.json index 35d1135..f48cd95 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "slim/slim": "4.13.0", "php-di/php-di": "7.0.0", "symfony/console": "6.4.7", - "symfony/process": "^5.4", + "symfony/process": "6.4.7", "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 eab25e7..aa7c3f8 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": "a283983fa61709d51f067555c0f8aea8", + "content-hash": "0ad301d5d24df185fd5982cd805d4a98", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -4234,21 +4234,20 @@ }, { "name": "symfony/process", - "version": "v5.4.36", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "4fdf34004f149cc20b2f51d7d119aa500caad975" + "reference": "cdb1c81c145fd5aa9b0038bab694035020943381" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/4fdf34004f149cc20b2f51d7d119aa500caad975", - "reference": "4fdf34004f149cc20b2f51d7d119aa500caad975", + "url": "https://api.github.com/repos/symfony/process/zipball/cdb1c81c145fd5aa9b0038bab694035020943381", + "reference": "cdb1c81c145fd5aa9b0038bab694035020943381", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1" }, "type": "library", "autoload": { @@ -4276,7 +4275,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.4.36" + "source": "https://github.com/symfony/process/tree/v6.4.7" }, "funding": [ { @@ -4292,7 +4291,7 @@ "type": "tidelift" } ], - "time": "2024-02-12T15:49:53+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/service-contracts", |
