From 5b80e717f10335f45fd32cea716871f6813d45d2 Mon Sep 17 00:00:00 2001
From: Bertrand GAUTHIER <bertrand.gauthier@unicaen.fr>
Date: Thu, 26 Jan 2023 16:48:20 +0100
Subject: [PATCH] PHP 8 requis

---
 CHANGELOG.md  | 4 ++++
 composer.json | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0221225..844bc26 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 b2758b5..544c94e 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",
-- 
GitLab