From a0ed64b3c89893ea046d1906487717a03f80eaed Mon Sep 17 00:00:00 2001 From: jedrzejchalubek Date: Mon, 28 Nov 2016 14:48:09 +0100 Subject: [PATCH] Dump PHP version on composer.json to >= 5.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 42f65d1..a1e2036 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0+", "type": "wordpress-plugin", "require": { - "php": ">=5.4" + "php": ">=5.6" }, "autoload": { "psr-4": {