diff options
author | RobThree <rob@devcorner.nl> | 2015-03-17 14:58:19 +0100 |
---|---|---|
committer | RobThree <rob@devcorner.nl> | 2015-03-17 14:58:19 +0100 |
commit | ab2ec1eeea185c990be6f3c3d6a8c19b521b9a08 (patch) | |
tree | 237d0bb6bd3d70ccf8e47d5c4db725c765278dd3 | |
parent | b28c79b278fcd4da97e083b7a715edf36594428a (diff) | |
download | TwoFactorAuth-ab2ec1eeea185c990be6f3c3d6a8c19b521b9a08.zip TwoFactorAuth-ab2ec1eeea185c990be6f3c3d6a8c19b521b9a08.tar.gz TwoFactorAuth-ab2ec1eeea185c990be6f3c3d6a8c19b521b9a08.tar.bz2 |
* Fixed composer instructions
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Add the following line to the composer.json file: ```` { "require": { - "robthree/twofactorauth": "~1.0" + "robthree/twofactorauth": "dev-master" } } ```` |