-
- Downloads
add language middleware that sets the system's language from a given...
Closes #1568 Merge request studip/studip!993
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- composer.lock 58 additions, 2 deletionscomposer.lock
- lib/classes/JsonApi/Middlewares/Language.php 89 additions, 0 deletionslib/classes/JsonApi/Middlewares/Language.php
- lib/classes/JsonApi/middleware.php 3 additions, 0 deletionslib/classes/JsonApi/middleware.php
... | @@ -48,6 +48,7 @@ | ... | @@ -48,6 +48,7 @@ |
"php-di/php-di": "6.3.4", | "php-di/php-di": "6.3.4", | ||
"symfony/console": "5.3.6", | "symfony/console": "5.3.6", | ||
"symfony/process": "^5.4", | "symfony/process": "^5.4", | ||
"jumbojett/openid-connect-php": "^0.9.2" | "jumbojett/openid-connect-php": "^0.9.2", | ||
"willdurand/negotiation": "^3.1" | |||
} | } | ||
} | } |
lib/classes/JsonApi/Middlewares/Language.php
0 → 100644
Please register or sign in to comment