-
- Downloads
Merge branch 'master' into release-1.1.0
Showing
- Module.php 5 additions, 5 deletionsModule.php
- composer.json 6 additions, 5 deletionscomposer.json
- composer.lock 0 additions, 6269 deletionscomposer.lock
- config/module.config.php 3 additions, 3 deletionsconfig/module.config.php
- src/UnicaenAuthentification/Authentication/Adapter/AbstractAdapter.php 5 additions, 5 deletions...thentification/Authentication/Adapter/AbstractAdapter.php
- src/UnicaenAuthentification/Authentication/Adapter/AbstractDb.php 3 additions, 3 deletions...aenAuthentification/Authentication/Adapter/AbstractDb.php
- src/UnicaenAuthentification/Authentication/Adapter/AbstractFactory.php 5 additions, 5 deletions...thentification/Authentication/Adapter/AbstractFactory.php
- src/UnicaenAuthentification/Authentication/Adapter/AdapterChain.php 2 additions, 2 deletions...nAuthentification/Authentication/Adapter/AdapterChain.php
- src/UnicaenAuthentification/Authentication/Adapter/Cas.php 4 additions, 4 deletionssrc/UnicaenAuthentification/Authentication/Adapter/Cas.php
- src/UnicaenAuthentification/Authentication/Adapter/CasAdapterFactory.php 1 addition, 1 deletion...entification/Authentication/Adapter/CasAdapterFactory.php
- src/UnicaenAuthentification/Authentication/Adapter/Db.php 2 additions, 2 deletionssrc/UnicaenAuthentification/Authentication/Adapter/Db.php
- src/UnicaenAuthentification/Authentication/Adapter/DbAdapterFactory.php 1 addition, 1 deletion...hentification/Authentication/Adapter/DbAdapterFactory.php
- src/UnicaenAuthentification/Authentication/Adapter/Ldap.php 10 additions, 10 deletionssrc/UnicaenAuthentification/Authentication/Adapter/Ldap.php
- src/UnicaenAuthentification/Authentication/Adapter/LdapAdapterFactory.php 1 addition, 1 deletion...ntification/Authentication/Adapter/LdapAdapterFactory.php
- src/UnicaenAuthentification/Authentication/Adapter/LocalAdapter.php 3 additions, 3 deletions...nAuthentification/Authentication/Adapter/LocalAdapter.php
- src/UnicaenAuthentification/Authentication/Adapter/LocalAdapterFactory.php 2 additions, 2 deletions...tification/Authentication/Adapter/LocalAdapterFactory.php
- src/UnicaenAuthentification/Authentication/Adapter/Shib.php 5 additions, 5 deletionssrc/UnicaenAuthentification/Authentication/Adapter/Shib.php
- src/UnicaenAuthentification/Authentication/Adapter/ShibAdapterFactory.php 3 additions, 3 deletions...ntification/Authentication/Adapter/ShibAdapterFactory.php
- src/UnicaenAuthentification/Authentication/AuthenticationServiceFactory.php 1 addition, 1 deletion...ification/Authentication/AuthenticationServiceFactory.php
- src/UnicaenAuthentification/Authentication/RedirectCallback.php 5 additions, 5 deletions...icaenAuthentification/Authentication/RedirectCallback.php
... | ... | @@ -8,10 +8,11 @@ |
} | ||
], | ||
"require": { | ||
"unicaen/app": "^3.0", | ||
"unicaen/bjy-authorize": "^3.0", | ||
"unicaen/app": "^4.0.3", | ||
"unicaen/bjy-authorize": "^4.0", | ||
"jasig/phpcas": "^1.3", | ||
"ramsey/uuid": "^3.7" | ||
"ramsey/uuid": "^3.7", | ||
"laminas/laminas-dependency-plugin": "^2.1" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^5.6" | ||
... | ... |
composer.lock
deleted
100644 → 0
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Please register or sign in to comment