diff --git a/CHANGELOG.md b/CHANGELOG.md index 0221225a3f7ba0f7b12c7c23b476aabe0a97ca35..844bc26d2df0c7d9ac2aeaa9797313c915940ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +5.0.0 +----- +- PHP 8 requis + 4.0.1 (10/12/2021) ------------------ - PHP 7.4 minimum requis diff --git a/composer.json b/composer.json index b2758b570e951abd403fabd56aaa7facfd66a2c8..544c94e089abeec76429f9f3cd53741c98b42af5 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A generic user registration and authentication module for ZF2. Supports Laminas\\Db and Doctrine2.", "type": "library", "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "laminas/laminas-authentication": "^2.9", "laminas/laminas-crypt": "^3.6", "laminas/laminas-form": "^3.1",