From d89257da162601bc9869e138260d40696c6a7f48 Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Thu, 16 May 2024 14:51:42 -0400 Subject: [PATCH 1/2] Minor udpdates to README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89bd360..e20e85d 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ of zfc-rbac v2, please use [LM-Commons/LmcRbacMvc](https://github.com/LM-Commons ## Requirements -- PHP 7.2 or higher +- PHP 7.3 or higher + +**Note:** PHP 7.3 and 8.0 are no longer actively tested ## Optional - [DoctrineModule](https://github.com/doctrine/DoctrineModule): if you want to use some built-in role and permission providers. -- [Laminas\DeveloperTools](https://github.com/zendframework/Laminas\DeveloperTools): if you want to have useful stats added to -the Laminas Developer toolbar. ## Upgrade From 8e549f2a35d51946e5ce9470d3765fba973dc2a8 Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Thu, 16 May 2024 14:52:29 -0400 Subject: [PATCH 2/2] Updates to depenendcies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c411fba..ec1c03b 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ } ], "require": { - "php": "^7.3 || ^8.0", + "php": "^7.3 || ^8.0 || ^8.1 || ^8.2 || ^8.3", "laminas/laminas-servicemanager": "^3.3", "laminas/laminas-stdlib": "^3.1", "doctrine/persistence": "^2.0 || ^3.0"