From 1bc248211ee15eb6637efda210e0a967297ab149 Mon Sep 17 00:00:00 2001 From: decaseal Date: Fri, 16 Jul 2021 16:22:21 +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 c7b8249..e8dc924 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require":{ - "php":"^7.0", + "php":">=7.0", "ext-mbstring":"*" }, "autoload":{ @@ -24,4 +24,4 @@ "Topvisor\\TopvisorSDK\\":"src/" } } -} \ No newline at end of file +}