Loading CHANGELOG.md +6 −2 Original line number Diff line number Diff line CHANGELOG ========= ll-php8 (//2022) 6.0.6 (23/03/2023) ------------------ - Adaptation des gabarits pour usage Authentification/Privilege/Utilisateur à la place de Auth 6.0.5 (02/12/2022) ------------------ - Adaptation à PHP8 - Suppression des paraméétrages de config, trop complexes - Suppression des paramétrages de config, trop complexes - Ajout de la génération de configs à placer dans module.config.php 6.0.4 (15/12/2021) Loading code/template/Assertion.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace <namespace>; use Application\Provider\Privilege\Privileges; use UnicaenAuth\Assertion\AbstractAssertion; use UnicaenPrivilege\Assertion\AbstractAssertion; use Laminas\Permissions\Acl\Resource\ResourceInterface; Loading code/template/ControllerConfig.php +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace <namespace>; use UnicaenAuth\Guard\PrivilegeController; use UnicaenPrivilege\Guard\PrivilegeController; return [ Loading Loading
CHANGELOG.md +6 −2 Original line number Diff line number Diff line CHANGELOG ========= ll-php8 (//2022) 6.0.6 (23/03/2023) ------------------ - Adaptation des gabarits pour usage Authentification/Privilege/Utilisateur à la place de Auth 6.0.5 (02/12/2022) ------------------ - Adaptation à PHP8 - Suppression des paraméétrages de config, trop complexes - Suppression des paramétrages de config, trop complexes - Ajout de la génération de configs à placer dans module.config.php 6.0.4 (15/12/2021) Loading
code/template/Assertion.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace <namespace>; use Application\Provider\Privilege\Privileges; use UnicaenAuth\Assertion\AbstractAssertion; use UnicaenPrivilege\Assertion\AbstractAssertion; use Laminas\Permissions\Acl\Resource\ResourceInterface; Loading
code/template/ControllerConfig.php +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace <namespace>; use UnicaenAuth\Guard\PrivilegeController; use UnicaenPrivilege\Guard\PrivilegeController; return [ Loading