Skip to content

Commit 8885b25

Browse files
authored
Update README.md
1 parent c99625b commit 8885b25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Two Factor Authentication or 2-Step Verification provides stronger security for your Account by requiring a second step of verification when you sign in. In addition to your password, you’ll also need a code generated by the Google Authenticator app on your phone. This package implements TOTP defined in [RFC 6238](https://tools.ietf.org/html/rfc6238)
1111

1212
## Requirements
13-
- PHP >= 7.0
13+
- PHP >= 7.1
1414
- Laravel >= 5.3
1515
- Google Authenticator [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en) - [iOS](https://itunes.apple.com/in/app/google-authenticator/id388497605?mt=8) (Recommended) or [Authy](https://www.authy.com/) mobile app
1616

@@ -22,6 +22,7 @@ Note: Current implementation is buggy using Authy as Google Authenticator uses S
2222
```bash
2323
$ composer require thecodework/two-factor-authentication
2424
```
25+
*Note* - If your're using Laravel 5.5 or newer version then auto-discovery-pacakge would automatically update the providers and you could skip to **Step 3**
2526

2627
**2. Add Service Provider**
2728

0 commit comments

Comments
 (0)