summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobThree <rob@devcorner.nl>2015-03-23 08:59:06 +0100
committerRobThree <rob@devcorner.nl>2015-03-23 08:59:06 +0100
commit2c3f4aa0fa29b75fdae8b792d52c919a2490229c (patch)
tree0922ef51214a02b95526543795bc9fd241859b79
parent74a18a8fa65c21fafb5af8c3b140b96ce0c9356b (diff)
downloadTwoFactorAuth-2c3f4aa0fa29b75fdae8b792d52c919a2490229c.zip
TwoFactorAuth-2c3f4aa0fa29b75fdae8b792d52c919a2490229c.tar.gz
TwoFactorAuth-2c3f4aa0fa29b75fdae8b792d52c919a2490229c.tar.bz2
* Update README
* Add PHP7 & HVVM to unittests
-rw-r--r--.travis.yml2
-rw-r--r--README.md11
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
diff --git a/README.md b/README.md
index 079820e..9af0fa8 100644
--- a/README.md
+++ b/README.md
@@ -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