.gitignore
0 → 100644
+2
−0
.gitlab-ci.yml
0 → 100644
+23
−0
CHANGELOG.md
0 → 100644
+6
−0
Module.php
0 → 100644
+36
−0
composer.json
0 → 100644
+26
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "unicaen/auth-token",
|
||
"description": "Authentification à l'aide d'un token",
|
||
"repositories": [
|
||
{
|
||
"type": "composer",
|
||
"url": "https://gest.unicaen.fr/packagist"
|
||
}
|
||
],
|
||
"require": {
|
||
"unicaen/app": "^3.0",
|
||
"unicaen/auth": "^3.0",
|
||
"ramsey/uuid": "^3.7"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^5.6"
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"UnicaenAuthToken": "src/"
|
||
},
|
||
"classmap": [
|
||
"./Module.php"
|
||
]
|
||
}
|
||
} |
Loading