Commit 2bcbbcc4 authored by David Surville's avatar David Surville
Browse files

Migration Laminas suite

parent 8576e6f0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;

+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;
Loading