diff options
author | Rob Janssen <rob@devcorner.nl> | 2016-06-24 17:52:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 17:52:02 +0200 |
commit | fa781c14e34b512c1492d6c34379ef71d4ef9b9b (patch) | |
tree | fd333face7e85cf7806ec550d4a637b33a676219 | |
parent | ab6b059df52c33f63fda239a9d1f9b84daf8d91f (diff) | |
download | TwoFactorAuth-1.5.1.zip TwoFactorAuth-1.5.1.tar.gz TwoFactorAuth-1.5.1.tar.bz2 |
Update composer.json1.5.1
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 00c67bc..6254d0e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "robthree/twofactorauth", "description": "Two Factor Authentication", - "version": "1.5", + "version": "1.5.1", "type": "library", "keywords": [ "Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy" ], "homepage": "https://github.com/RobThree/TwoFactorAuth", |