From 6392ef66b087b74ba1044d02f909c1cca27a9d91 Mon Sep 17 00:00:00 2001 From: Johnie Hjelm Date: Sun, 1 May 2016 14:33:58 +0200 Subject: [PATCH] Updated PHP version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e438d0a..3c61d4d 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": ">=5.4" + "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "~4.0"