From 84cfd494cd044b52557ecb5c11a87fe57ab350f1 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Thu, 12 Mar 2020 09:46:14 +0100 Subject: [PATCH] Update PHP requirements and badges in README.MD --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1edec124..93266b79 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -![Travis (.com)](https://img.shields.io/travis/com/bubka/2fauth?style=flat-square) +![https://travis-ci.com/github/Bubka/2FAuth](https://img.shields.io/travis/com/bubka/2fauth?style=flat-square) +![https://codecov.io/gh/Bubka/2FAuth](https://img.shields.io/codecov/c/github/Bubka/2FAuth?style=flat-square) +![https://github.com/Bubka/2FAuth/blob/master/LICENSE](https://img.shields.io/github/license/Bubka/2FAuth.svg?style=flat-square) + # 2FAuth A web app to manage your Two-factors Auth (2FA) accounts and generate their OTP tokens @@ -26,7 +29,7 @@ #### 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. ## Requirements -[![Requires PHP7](https://img.shields.io/badge/php-7.1.3-red.svg?style=flat-square)](https://secure.php.net/downloads.php) +[![Requires PHP7](https://img.shields.io/badge/php-7.2.*-red.svg?style=flat-square)](https://secure.php.net/downloads.php) * 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)