Skip to content

Commit

Permalink
* Update README
Browse files Browse the repository at this point in the history
* Add PHP7 & HVVM to unittests
  • Loading branch information
RobThree committed Mar 23, 2015
1 parent 74a18a8 commit 2c3f4aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7
- hvvm

script: phpunit tests
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2c3f4aa

Please sign in to comment.