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 /composer.json | |
| parent | 7934661383f805b658beb25c1cc9006fb25be4bd (diff) | |
update symfony/process to 6.4.7, fixes #4176
Closes #4176
Merge request studip/studip!3014
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 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", |
