Skip to content

Commit 37983bf

Browse files
authored
Dropping support for older PHP versions (5.4, 5.5)
1 parent 1a941f0 commit 37983bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "robthree/twofactorauth",
33
"description": "Two Factor Authentication",
4-
"version": "1.6.7",
4+
"version": "1.7.0",
55
"type": "library",
66
"keywords": [ "Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy" ],
77
"homepage": "https://github.com/RobThree/TwoFactorAuth",
@@ -18,7 +18,7 @@
1818
"source": "https://github.com/RobThree/TwoFactorAuth"
1919
},
2020
"require": {
21-
"php": ">=5.3.0"
21+
"php": ">=5.6.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "@stable"

0 commit comments

Comments
 (0)