summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Janssen <rob@devcorner.nl>2015-05-07 12:43:42 +0200
committerRob Janssen <rob@devcorner.nl>2015-05-07 12:43:42 +0200
commit0332a61b67a9a2633dac5fc25ced6706183003e4 (patch)
tree92114b8ec055a04daed793aacc2921e6e5a797da
parentcff5dadb79586f2aa6ed21cf24afd8a731c7e844 (diff)
downloadTwoFactorAuth-0332a61b67a9a2633dac5fc25ced6706183003e4.zip
TwoFactorAuth-0332a61b67a9a2633dac5fc25ced6706183003e4.tar.gz
TwoFactorAuth-0332a61b67a9a2633dac5fc25ced6706183003e4.tar.bz2
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c7bcde..9e8712c 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ PHP class for [two-factor (or multi-factor) authentication](http://en.wikipedia.
## Requirements
-* Tested on PHP 5.3, 5.4, 5.5 and 5.6
+* Tested on PHP 5.3, 5.4, 5.5 and 5.6, 7 and HHVM
* [cURL](http://php.net/manual/en/book.curl.php) when using the provided `GoogleQRCodeProvider` (default), `QRServerProvider` or `QRicketProvider` but you can also provide your own QR-code provider.
* [MCrypt](http://php.net/manual/en/book.mcrypt.php), [OpenSSL](http://php.net/manual/en/book.openssl.php) or [Hash](http://php.net/manual/en/book.hash.php) depending on which built-in RNG you use (TwoFactorAuth will try to 'autodetect' and use the best available); however: feel free to provide your own (CS)RNG.