From d849ee1446ca891f88194ced08b9d8e52f79f408 Mon Sep 17 00:00:00 2001 From: royalphp <6890594+royalphp@users.noreply.github.com> Date: Thu, 15 Apr 2021 15:20:17 +0300 Subject: [PATCH] added PHP 8.0 support, fixed Signed-off-by: royalphp <6890594+royalphp@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 39b64ee..32bd07b 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ } }, "require": { - "php": "^7.1 || ~8.0.0", + "php": "^7.3 || ~8.0.0", "laminas/laminas-zendframework-bridge": "^1.0", "mezzio/mezzio-authentication": "^1.0", "psr/container": "^1.0",