-
- Downloads
Suppression de la dépendance avec unicaen/app (l'envoi du jeton par mail est...
Suppression de la dépendance avec unicaen/app (l'envoi du jeton par mail est désormais à la charge de l'appli).
Showing
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- composer.json 1 addition, 8 deletionscomposer.json
- config/module.config.php 3 additions, 0 deletionsconfig/module.config.php
- src/UnicaenAuthToken/Controller/TokenController.php 18 additions, 34 deletionssrc/UnicaenAuthToken/Controller/TokenController.php
- src/UnicaenAuthToken/Controller/TokenControllerFactory.php 1 addition, 5 deletionssrc/UnicaenAuthToken/Controller/TokenControllerFactory.php
- src/UnicaenAuthToken/Mvc/RedirectResponse.php 94 additions, 0 deletionssrc/UnicaenAuthToken/Mvc/RedirectResponse.php
- src/UnicaenAuthToken/Mvc/RedirectResponseFactory.php 25 additions, 0 deletionssrc/UnicaenAuthToken/Mvc/RedirectResponseFactory.php
- view/unicaen-auth-token/token/partial/add-button.phtml 2 additions, 1 deletionview/unicaen-auth-token/token/partial/add-button.phtml
... | @@ -8,11 +8,9 @@ | ... | @@ -8,11 +8,9 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"unicaen/app": "^6.0", | |||
"unicaen/authentification": "^6.2", | "unicaen/authentification": "^6.2", | ||
"unicaen/privilege": "^6.0", | "unicaen/privilege": "^6.0", | ||
"ramsey/uuid": "^3.7", | "ramsey/uuid": "^3.7" | ||
"laminas/laminas-dependency-plugin": "^2.1" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^8.0" | "phpunit/phpunit": "^8.0" | ||
... | @@ -26,10 +24,5 @@ | ... | @@ -26,10 +24,5 @@ |
"classmap": [ | "classmap": [ | ||
"./Module.php" | "./Module.php" | ||
] | ] | ||
}, | |||
"config": { | |||
"allow-plugins": { | |||
"laminas/laminas-dependency-plugin": true | |||
} | |||
} | } | ||
} | } |
Please register or sign in to comment