diff options
author | Rob Janssen <rob@devcorner.nl> | 2016-06-20 23:15:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-20 23:15:37 +0200 |
commit | cdb98dc598adb87399b97023b74beee88f64da27 (patch) | |
tree | 7f294a437a15b1411fe284227e8c172ed4ecb5d5 | |
parent | 3484cdd992a6eaaae1dc93d836cce50254c1f4cb (diff) | |
download | TwoFactorAuth-cdb98dc598adb87399b97023b74beee88f64da27.zip TwoFactorAuth-cdb98dc598adb87399b97023b74beee88f64da27.tar.gz TwoFactorAuth-cdb98dc598adb87399b97023b74beee88f64da27.tar.bz2 |
Update composer.json1.5
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 43fa999..00c67bc 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "robthree/twofactorauth", "description": "Two Factor Authentication", - "version": "1.4", + "version": "1.5", "type": "library", "keywords": [ "Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy" ], "homepage": "https://github.com/RobThree/TwoFactorAuth", |