* Update README

* Add PHP7 & HVVM to unittests
This commit is contained in:
RobThree
2015-03-23 08:59:06 +01:00
parent 74a18a8fa6
commit 2c3f4aa0fa
2 changed files with 6 additions and 7 deletions
+2
View File
@@ -5,5 +5,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7
- hvvm
script: phpunit tests
+4 -7
View File
@@ -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