mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-17 12:11:40 +00:00
* Update README
* Add PHP7 & HVVM to unittests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user