From ae485d92f05f7ea118714b9e7dbf66da927cdaf6 Mon Sep 17 00:00:00 2001 From: Andrey Shelamkoff Date: Fri, 21 Jan 2022 21:12:52 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 43d6a3b..b4fd78a 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ ] }, "require": { - "php": ">= 7.4 | >= 8.0", - "bermudaphp/config": "^1.0", + "php": "^7.4|^8.0|^8.1", + "bermudaphp/config": "^1.1.1", "psr/http-server-middleware": "^1.0.1", "psr/http-factory": "^1.0.1" }