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 +}