From 22c1312ce2d61a1dec5802a69e1ce8c3d51643f9 Mon Sep 17 00:00:00 2001 From: wakebit <32976842+wakebit@users.noreply.github.com> Date: Thu, 31 Mar 2022 23:28:35 +0500 Subject: [PATCH] fix typo in php version requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b8d284..22e07d5 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } }, "require": { - "php": "^7.2|^7.3|7.4|^8.0|^8.1", + "php": "^7.2|^7.3|^7.4|^8.0|^8.1", "cycle/annotated": "^2.0", "cycle/migrations": "^1.0", "cycle/orm": "^1.1",