diff options
author | RobThree <rob@devcorner.nl> | 2015-03-23 08:59:06 +0100 |
---|---|---|
committer | RobThree <rob@devcorner.nl> | 2015-03-23 08:59:06 +0100 |
commit | 2c3f4aa0fa29b75fdae8b792d52c919a2490229c (patch) | |
tree | 0922ef51214a02b95526543795bc9fd241859b79 | |
parent | 74a18a8fa65c21fafb5af8c3b140b96ce0c9356b (diff) | |
download | TwoFactorAuth-2c3f4aa0fa29b75fdae8b792d52c919a2490229c.zip TwoFactorAuth-2c3f4aa0fa29b75fdae8b792d52c919a2490229c.tar.gz TwoFactorAuth-2c3f4aa0fa29b75fdae8b792d52c919a2490229c.tar.bz2 |
* Update README
* Add PHP7 & HVVM to unittests
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.md | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 5a11649..b021fea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,7 @@ php: - 5.4 - 5.5 - 5.6 + - 7 + - hvvm script: phpunit tests @@ -16,15 +16,12 @@ PHP class for [two-factor (or multi-factor) authentication](http://en.wikipedia. ## Installation -Add the following line to the composer.json file: - -```` -{ - "require": { - "robthree/twofactorauth": "1.0" - } +````json +"require": { + "robthree/twofactorauth": "1.0" } ```` +And run `php composer update` ## Quick start |