From 451b296393acc2bc2c0af3ec1466c7e0ab68a96e Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 19 Apr 2021 12:48:42 +0100 Subject: [PATCH] Bump PHP minimum version to 5.6 --- composer.json | 2 +- phpcs.xml.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 60b1a39..1efa63f 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "authors": [], "require": { - "php": ">=5.4", + "php": ">=5.6", "wp-cli/wp-cli": "^2" }, "require-dev": { diff --git a/phpcs.xml.dist b/phpcs.xml.dist index b5316ad..589c567 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -38,7 +38,7 @@ - +