From c352c99a85f5f3b955a679976e31228404dcc63b Mon Sep 17 00:00:00 2001 From: Pavel Omelchenko Date: Mon, 1 Jul 2024 14:49:55 +0300 Subject: [PATCH] bump php version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0723d42..bd9b1d1 100755 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "issues": "https://github.com/smartcatai/SmartCAT-API/issues" }, "require": { - "php": "^7.4 | ^8.0", + "php": "^7.4 | >=8.0", "guzzlehttp/psr7": "^2.0", "symfony/serializer": "^2.0 || ^3.0 || ^4.0 || ^5.0", "nesbot/carbon": "^2.42",