From 27ec668fd66ad7df5138939e119ba86e71e5274d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20San=C3=A7=C3=A3o?= Date: Sun, 22 Nov 2020 21:41:55 -0300 Subject: [PATCH] Add build status badge, tune requirements text --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73bc750..7719b75 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ![packagist version](https://img.shields.io/packagist/v/pedrosancao/php-otp) ![packagist downloads](https://img.shields.io/packagist/dt/pedrosancao/php-otp) ![test coverage](https://img.shields.io/codecov/c/github/pedrosancao/php-otp) +![tests status](https://img.shields.io/github/workflow/status/pedrosancao/php-otp/PHP%20Composer?label=tests) This small library implements the HMAC-based one-time password algorithms used mostly on two steps authentication: time based TOTP @@ -16,7 +17,8 @@ Easily and quick allows to configure and use mobile apps like Google Authenticat ## Requirements -php >= 7.3 +Although it should work even on PHP 5.4. We strongly recommend using PHP >= 7.3 as +lower versions have [reached end of life](https://www.php.net/supported-versions.php). ## Installation