From 8f893553e8b299026c7926368a0e2881c5111702 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Sat, 11 Jan 2020 10:42:26 +0200 Subject: [PATCH] Match the overall PHP compatability (#322) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f657ff90..b654e59d 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "issues": "https://github.com/WordPress/two-factor/issues" }, "require": { - "php": ">=5.4" + "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^1.0",