-
- Downloads
2.2.0
Showing
- composer.json 2 additions, 2 deletionscomposer.json
- composer.lock 644 additions, 281 deletionscomposer.lock
- src/UnicaenOauth/Cas/CasService.php 2 additions, 3 deletionssrc/UnicaenOauth/Cas/CasService.php
- src/UnicaenOauth/Cas/CasServiceFactory.php 4 additions, 1 deletionsrc/UnicaenOauth/Cas/CasServiceFactory.php
{ | ||
"name": "unicaen/unicaen-oauth", | ||
"description": "Serveur OAuth2 authentifiant soit via LDAP, soit via CAS", | ||
"minimum-stability": "dev", | ||
"license": "proprietary", | ||
"authors": [ | ||
{ | ||
... | ... | @@ -16,9 +15,10 @@ |
} | ||
], | ||
"require": { | ||
"zendframework/zend-servicemanager": "~2.4 || ^2.5 || ^7.0", | ||
"zendframework/zend-authentication": "~2.4 || ^2.5 || ^7.0", | ||
"zfcampus/zf-oauth2": "^1.4.0", | ||
"unicaen/unicaen-ldap": "^2.0.0", | ||
"unicaen/unicaen-ldap": "~2.1", | ||
"jasig/phpcas": "^1.3.4" | ||
}, | ||
"autoload": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment