From b969088d73dcca5ac279ef8596f7f1bb4cef4d84 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 4 Jun 2022 01:31:50 +0300 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f6b1237..d2d45f5 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "seoservice2020/phpmorphy": "^2.2.2", "illuminate/support": "^7.0|^8.0" }, @@ -40,4 +40,4 @@ } } } -} \ No newline at end of file +}