From c9c4532f2e45a2d4f80e10d2495710c0ad000df1 Mon Sep 17 00:00:00 2001 From: Choraimy Kroonstuiver Date: Mon, 25 Mar 2019 18:32:26 +0100 Subject: [PATCH] Lower PHP requirement from 7.1.3 to 7.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c3af698..e0a50fe 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^7.1.3", + "php": "^7.1", "illuminate/support": ">=5.1,<5.9", "illuminate/validation": ">=5.1,<5.9", "sirprize/postal-code-validator": "^1.3"