CHANGELOG.md
0 → 100644
+38
−0
Module.php
0 → 100644
+79
−0
README.md
0 → 100644
+24
−0
autoload_classmap.php
0 → 100644
+88
−0
composer.json
0 → 100644
+27
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "unicaen/auth",
|
||
"description": "Module d'authentification pour les applications Unicaen",
|
||
"repositories": [
|
||
{
|
||
"type": "composer",
|
||
"url": "https://gest.unicaen.fr/packagist"
|
||
}
|
||
],
|
||
"require": {
|
||
"unicaen/app": "^3.0",
|
||
"unicaen/bjy-authorize": "^3.0",
|
||
"jasig/phpcas": "^1.3",
|
||
"ramsey/uuid": "^3.7"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^5.6"
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"UnicaenAuthentification": "src/"
|
||
},
|
||
"classmap": [
|
||
"./Module.php"
|
||
]
|
||
}
|
||
} |
Loading