diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 18:33:39 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 18:33:39 +0000 |
| commit | c114586c105b59bb4b3ed5c0fce176860e2aed41 (patch) | |
| tree | db02e0a20de52fa1caa5d9567639b9486076b7dd | |
| parent | 01eda888e61ee44f11f1053a5294006ec8c9a36d (diff) | |
update psy/psysh to 0.12.3, fixes #4165
Closes #4165
Merge request studip/studip!3004
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | composer.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 2b6a076..e26f5d0 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "symfony/polyfill-php82": "1.29.0", "symfony/polyfill-php83": "1.29.0", "phpoffice/phpspreadsheet": "^1.19", - "psy/psysh": "^0.12.2", + "psy/psysh": "0.12.3", "okvpn/clock-lts": "^1.0", "vlucas/phpdotenv": "^5.6", "edu-sharing/auth-plugin": "8.0.x-dev", diff --git a/composer.lock b/composer.lock index 91982be..747ee48 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": "6dd38e8a7fdaba26efc3a97346e78c0c", + "content-hash": "7a93548fcbb49075da2a6c6662c9f5d0", "packages": [ { "name": "algo26-matthias/idna-convert", |
