Merge pull request #3 from Bubka/master

Update README.md requirements
This commit is contained in:
Bubka 2020-02-24 12:55:09 +01:00 committed by GitHub
commit 0566086afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,9 @@ #### RFC compliance
2FAuth generates OTP according to RFC 4226 (HOTP Algorithm) and RFC 6238 (TOTP Algorithm) thanks to [Spomky-Labs/OTPHP](https://github.com/Spomky-Labs/otphp) php library. 2FAuth generates OTP according to RFC 4226 (HOTP Algorithm) and RFC 6238 (TOTP Algorithm) thanks to [Spomky-Labs/OTPHP](https://github.com/Spomky-Labs/otphp) php library.
## Requirements ## Requirements
* [![Requires PHP7](https://img.shields.io/badge/php-7.*-red.svg?style=flat-square)](https://secure.php.net/downloads.php) [![Requires PHP7](https://img.shields.io/badge/php-7.1.3-red.svg?style=flat-square)](https://secure.php.net/downloads.php)
* MySQL or SQLITE database * See [Laravel server requirements](https://laravel.com/docs/5.8/installation#server-requirements)
* Any database [supported by Laravel](https://laravel.com/docs/5.8/database)
## Installation (using command line) ## Installation (using command line)