Skip to content

Commit

Permalink
Add build status badge, tune requirements text
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosancao committed Nov 23, 2020
1 parent f433971 commit 27ec668
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 27ec668

Please sign in to comment.