From c114586c105b59bb4b3ed5c0fce176860e2aed41 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+studip@gmail.com>
Date: Wed, 15 May 2024 18:33:39 +0000
Subject: [PATCH] update psy/psysh to 0.12.3, fixes #4165

Closes #4165

Merge request studip/studip!3004
---
 composer.json | 2 +-
 composer.lock | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 2b6a0760c7c..e26f5d0d3d5 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 91982be3494..747ee4866b0 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",
-- 
GitLab