.gitignore
0 → 100644
+2
−0
+7
−8
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "unicaen/oauth",
|
||
"description": "Serveur OAuth2 authentifiant soit via LDAP, soit via CAS",
|
||
"license": "proprietary",
|
||
"repositories": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://svn.unicaen.fr/svn/UnicaenLdap"
|
||
"type": "composer",
|
||
"url": "https://gest.unicaen.fr/packagist"
|
||
}
|
||
],
|
||
"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/ldap": "~2.1",
|
||
"jasig/phpcas": "^1.3.4"
|
||
"zendframework/zend-servicemanager": "^3.4",
|
||
"zendframework/zend-authentication": "^2.7",
|
||
"zfcampus/zf-oauth2": "^1.5",
|
||
"unicaen/ldap": "^3.1",
|
||
"jasig/phpcas": "^1.4"
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
+532
−773
File changed.
Preview size limit exceeded, changes collapsed.
composer.phar
deleted100644 → 0
−1.1 MiB
+24
−24
Loading