From 65f2fea57184f8c5c3dd3113db225ecad4f37f0c Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Mon, 20 Dec 2021 18:50:09 +0300 Subject: [PATCH] #4 Remove redundant version declaration --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6597d49..bc527c2 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^8.0|^8.1", + "php": "^8.0", "illuminate/support": "^8.0", "illuminate/console": "^8.0", "illuminate/cache": "^8.0"