Skip to content
Snippets Groups Projects
Commit 2bcbbcc4 authored by David Surville's avatar David Surville
Browse files

Migration Laminas suite

parent 8576e6f0
No related branches found
No related tags found
No related merge requests found
Pipeline #16940 passed
Showing
with 20 additions and 20 deletions
......@@ -8,7 +8,7 @@
}
],
"require": {
"unicaen/app": "^4.0.3",
"unicaen/app": "^4.0",
"unicaen/bjy-authorize": "^4.0",
"jasig/phpcas": "^1.3",
"ramsey/uuid": "^3.7",
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenApp\Exception\LogicException;
use UnicaenAuthentification\Options\ModuleOptions;
use UnicaenAuthentification\Service\User;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use ZfcUser\Authentication\Adapter\Exception\OptionsNotFoundException;
use ZfcUser\Options\ModuleOptions;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenApp\Mapper\Ldap\People as LdapPeopleMapper;
use UnicaenAuthentification\Options\ModuleOptions;
use UnicaenAuthentification\Service\User;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenAuthentification\Options\ModuleOptions;
use Laminas\Authentication\Storage\Session;
use ZfcUser\Mapper\UserInterface as UserMapperInterface;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenApp\Mapper\Ldap\People as LdapPeopleMapper;
use UnicaenAuthentification\Options\ModuleOptions;
use UnicaenAuthentification\Service\User;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenAuthentification\Options\ModuleOptions;
use Laminas\Authentication\Storage\Session;
use Laminas\EventManager\EventManager;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenAuthentification\Options\ModuleOptions;
use UnicaenAuthentification\Service\ShibService;
use UnicaenAuthentification\Service\User;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenAuthentification\Authentication\Storage\Chain;
use Laminas\Authentication\AuthenticationService;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\Mvc\Application;
use Laminas\Router\RouteInterface;
use Laminas\ServiceManager\FactoryInterface;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Storage;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\Authentication\Storage\Session;
use Laminas\Session\Exception\RuntimeException;
use Laminas\Session\SessionManager;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Storage;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenAuthentification\Event\EventManager;
use UnicaenAuthentification\Options\ModuleOptions;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Storage;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenAuthentification\Authentication\Adapter\Db as DbAdapter;
use UnicaenAuthentification\Options\ModuleOptions;
use Laminas\Authentication\Storage\Session;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Storage;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenApp\Mapper\Ldap\People as LdapPeopleMapper;
use UnicaenAuthentification\Authentication\Adapter\Ldap as LdapAdapter;
use UnicaenAuthentification\Options\ModuleOptions;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Storage;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenAuthentification\Options\ModuleOptions;
use UnicaenAuthentification\Service\ShibService;
use Laminas\Authentication\Storage\Session;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Authentication\Storage;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenAuthentification\Options\ModuleOptions;
use Laminas\Authentication\Storage\Session;
use Laminas\Session\SessionManager;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Controller;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenAuthentification\Form\LoginForm;
use UnicaenAuthentification\Options\ModuleOptions;
use UnicaenAuthentification\Service\ShibService;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Controller;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use UnicaenApp\Mapper\Ldap\People as LdapPeopleMapper;
use UnicaenAuthentification\Options\ModuleOptions;
use UnicaenAuthentification\Service\ShibService;
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Event;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
/**
* Description of EventManagerFactory
......
......@@ -2,7 +2,7 @@
namespace UnicaenAuthentification\Form;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
class CasLoginFormFactory implements FactoryInterface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment