user_saml/3rdparty/composer.json
Björn Schiessle 53fe18a99f
allow redirect to the logout if it comes from the same server
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-09-25 15:56:36 +02:00

11 lines
200 B
JSON

{
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true
},
"require": {
"onelogin/php-saml": "2.10.5",
"firebase/php-jwt": "^4.0"
}
}