From fc974d087c4f9680471b91f7e19f624b0ff3bb5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Golon?= Date: Tue, 16 Jan 2018 16:38:31 +0100 Subject: [PATCH] Decrease required PHP version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0718b7a..1714c73 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": ">=7.1", + "php": ">=7.0", "hydreflab/jedi-faker": "~1.0", "illuminate/support": "~5.5" },