diff --git a/CHANGELOG.md b/CHANGELOG.md index b399d18d183927a0d5af9afb66b6796f7573cf6b..8433a5ebde0d96324d9fdc2e71eb46d07ca8874d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +4.0.2 (30/11/2021) +------------------ +- Utilisation d'Unicaen 4 minimum + 4.0.1 (24/11/2021) ------------------ - Mise à la norme PSR 4 diff --git a/composer.json b/composer.json index 704e43c420710950e0223f1548796dfc2f603136..e50f71e36a6b17f60d800fd9fb656daa43629c15 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } ], "require" : { - "unicaen/auth": "dev-laminas_migration" + "unicaen/auth": ">=4.0.0" }, "require-dev" : { "phpunit/phpunit": "^5.7"