From e113156f87d69cd0db7c05615681924f354a4ea5 Mon Sep 17 00:00:00 2001 From: Swapnil Bhavsar Date: Sat, 21 Mar 2020 18:21:42 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Lower=20the=20PHP=20requirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5bee172..747a83a 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^7.1", + "php": "^7.0", "google/recaptcha": "^1.2", "illuminate/support": "^5.1|^6.0|^7.0" },