-
- Downloads
add illuminate/collections, fixes #4314
Closes #4314 Merge request studip/studip!3118
... | @@ -62,7 +62,8 @@ | ... | @@ -62,7 +62,8 @@ |
"vlucas/phpdotenv": "^5.6", | "vlucas/phpdotenv": "^5.6", | ||
"edu-sharing/auth-plugin": "8.0.x-dev", | "edu-sharing/auth-plugin": "8.0.x-dev", | ||
"psr/cache": "3.0.0", | "psr/cache": "3.0.0", | ||
"laravel-json-api/neomerx-json-api": "5.0.2" | "laravel-json-api/neomerx-json-api": "5.0.2", | ||
"illuminate/collections": "^10.48" | |||
}, | }, | ||
"replace": { | "replace": { | ||
"symfony/polyfill-php73": "*", | "symfony/polyfill-php73": "*", | ||
... | ... |
Please register or sign in to comment