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 /composer.json | |
| parent | 3727cd49d096a22eebe4b202f5f398be821ccccb (diff) | |
update symfony/process to v6.4.20, fixes #5547
Closes #5547
Merge request studip/studip!4168
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 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", |
