From 2c3f4aa0fa29b75fdae8b792d52c919a2490229c Mon Sep 17 00:00:00 2001 From: RobThree Date: Mon, 23 Mar 2015 08:59:06 +0100 Subject: [PATCH] * Update README * Add PHP7 & HVVM to unittests --- .travis.yml | 2 ++ 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 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