From c00057b8b5d3a449241324dafa0a4e581cbfcc0f Mon Sep 17 00:00:00 2001 From: "martins.briedis" Date: Thu, 16 Mar 2017 11:27:22 +0200 Subject: [PATCH] Increase PHP version requirement to 5.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 00d5d62..8346a48 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } ], "require": { - "php": ">=5.4.0", + "php": ">=5.5.0", "illuminate/support": "~4.0|~5.0", "mockery/mockery": "^0.9.9" },