From 37983bf675c5baca09d19d6705170489d0df0002 Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Thu, 2 Jan 2020 20:56:46 +0100 Subject: [PATCH] Dropping support for older PHP versions (5.4, 5.5) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cb3b2b1..50f8b86 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "robthree/twofactorauth", "description": "Two Factor Authentication", - "version": "1.6.7", + "version": "1.7.0", "type": "library", "keywords": [ "Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy" ], "homepage": "https://github.com/RobThree/TwoFactorAuth", @@ -18,7 +18,7 @@ "source": "https://github.com/RobThree/TwoFactorAuth" }, "require": { - "php": ">=5.3.0" + "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "@stable"