Skip to content

Commit 939c34a

Browse files
update readme
1 parent 5fd67e4 commit 939c34a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/salehhashemi1992/laravel-otp-manager/static-analysis.yml?branch=main&label=static-analysis)](https://github.com/salehhashemi1992/laravel-otp-manager/actions/workflows/static-analysis.yml)
99
[![codecov](https://codecov.io/gh/salehhashemi1992/laravel-otp-manager/graph/badge.svg?token=EJB78FT27M)](https://codecov.io/gh/salehhashemi1992/laravel-otp-manager)
1010
[![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat)](https://phpstan.org/)
11+
[![PHP Version Require](http://poser.pugx.org/salehhashemi/laravel-otp-manager/require/php)](https://packagist.org/packages/salehhashemi/laravel-otp-manager)
1112

1213
![Header Image](./assets/header.png)
1314

@@ -32,6 +33,14 @@ The `OtpManager` class is responsible for sending and verifying one-time passwor
3233
* Supports multiple OTP types using enums
3334
* Customizable mobile number validation
3435

36+
## Requirements
37+
38+
- `PHP: ^8.1`
39+
- `Laravel framework: ^9`
40+
41+
| Version | L9 | L10 | L11 |
42+
|---------|--------------------|--------------------|--------------------|
43+
| 1.4 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
3544

3645
## Installation
3746
To install the package, you can run the following command:

0 commit comments

Comments
 (0)