From 41aa03400522289f67d3c1a13d74291eef20f23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MeWebStudio=20-=20Muharrem=20ER=C4=B0N?= Date: Thu, 14 Oct 2021 18:34:36 +0300 Subject: [PATCH] fix for php8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dfbd5d7..5842b31 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "illuminate/config": "~5.7|~5.8|^6.0|^7.0|^8.0", "mews/pos": "^0.4.3" },