-
- Downloads
Migration Laminas suite
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- src/UnicaenAuthentification/Authentication/Adapter/AbstractFactory.php 1 addition, 1 deletion...thentification/Authentication/Adapter/AbstractFactory.php
- src/UnicaenAuthentification/Authentication/Adapter/AdapterChainServiceFactory.php 1 addition, 1 deletion...ion/Authentication/Adapter/AdapterChainServiceFactory.php
- src/UnicaenAuthentification/Authentication/Adapter/CasAdapterFactory.php 1 addition, 1 deletion...entification/Authentication/Adapter/CasAdapterFactory.php
- src/UnicaenAuthentification/Authentication/Adapter/DbAdapterFactory.php 1 addition, 1 deletion...hentification/Authentication/Adapter/DbAdapterFactory.php
- src/UnicaenAuthentification/Authentication/Adapter/LdapAdapterFactory.php 1 addition, 1 deletion...ntification/Authentication/Adapter/LdapAdapterFactory.php
- src/UnicaenAuthentification/Authentication/Adapter/LocalAdapterFactory.php 1 addition, 1 deletion...tification/Authentication/Adapter/LocalAdapterFactory.php
- src/UnicaenAuthentification/Authentication/Adapter/ShibAdapterFactory.php 1 addition, 1 deletion...ntification/Authentication/Adapter/ShibAdapterFactory.php
- src/UnicaenAuthentification/Authentication/AuthenticationServiceFactory.php 1 addition, 1 deletion...ification/Authentication/AuthenticationServiceFactory.php
- src/UnicaenAuthentification/Authentication/RedirectCallbackFactory.php 1 addition, 1 deletion...thentification/Authentication/RedirectCallbackFactory.php
- src/UnicaenAuthentification/Authentication/Storage/AuthFactory.php 1 addition, 1 deletion...enAuthentification/Authentication/Storage/AuthFactory.php
- src/UnicaenAuthentification/Authentication/Storage/ChainServiceFactory.php 1 addition, 1 deletion...tification/Authentication/Storage/ChainServiceFactory.php
- src/UnicaenAuthentification/Authentication/Storage/DbFactory.php 1 addition, 1 deletion...caenAuthentification/Authentication/Storage/DbFactory.php
- src/UnicaenAuthentification/Authentication/Storage/LdapFactory.php 1 addition, 1 deletion...enAuthentification/Authentication/Storage/LdapFactory.php
- src/UnicaenAuthentification/Authentication/Storage/ShibFactory.php 1 addition, 1 deletion...enAuthentification/Authentication/Storage/ShibFactory.php
- src/UnicaenAuthentification/Authentication/Storage/UsurpationFactory.php 1 addition, 1 deletion...entification/Authentication/Storage/UsurpationFactory.php
- src/UnicaenAuthentification/Controller/AuthControllerFactory.php 1 addition, 1 deletion...caenAuthentification/Controller/AuthControllerFactory.php
- src/UnicaenAuthentification/Controller/UtilisateurControllerFactory.php 1 addition, 1 deletion...hentification/Controller/UtilisateurControllerFactory.php
- src/UnicaenAuthentification/Event/EventManagerFactory.php 1 addition, 1 deletionsrc/UnicaenAuthentification/Event/EventManagerFactory.php
- src/UnicaenAuthentification/Form/CasLoginFormFactory.php 1 addition, 1 deletionsrc/UnicaenAuthentification/Form/CasLoginFormFactory.php
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"unicaen/app": "^4.0.3", | "unicaen/app": "^4.0", | ||
"unicaen/bjy-authorize": "^4.0", | "unicaen/bjy-authorize": "^4.0", | ||
"jasig/phpcas": "^1.3", | "jasig/phpcas": "^1.3", | ||
"ramsey/uuid": "^3.7", | "ramsey/uuid": "^3.7", | ||
... | ... |
Please register or sign in to comment