aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2024-05-14 07:22:47 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-14 07:22:47 +0000
commit40bdfaf4415ff9f46e63435fc5e61049649802f2 (patch)
treef3ae85d9edaef23db555a829571ff968c21f9af5 /composer.json
parent636039e25ccc6c33ae758bdb3ddfca4f68327948 (diff)
made Stud.IP cache compatible with PSR-6, re #3701
Merge request studip/studip!2570
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index e4d1902..009a7a0 100644
--- a/composer.json
+++ b/composer.json
@@ -62,7 +62,8 @@
"psy/psysh": "^0.12.2",
"okvpn/clock-lts": "^1.0",
"vlucas/phpdotenv": "^5.6",
- "edu-sharing/auth-plugin": "8.0.x-dev"
+ "edu-sharing/auth-plugin": "8.0.x-dev",
+ "psr/cache": "^1.0"
},
"replace": {
"symfony/polyfill-php73": "*",