From 7367225c3e9e70ea75a2d7efdd5b817cf1664061 Mon Sep 17 00:00:00 2001 From: QWp6t Date: Sun, 4 Dec 2016 11:20:10 -0800 Subject: [PATCH] Require PHP >= 5.6.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7831d67..a38b260 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ } }, "require": { - "php": ">=5.5.0", + "php": ">=5.6.4", "composer/installers": "~1.0", "illuminate/view": "^5.3" },