Skip to content

Commit bc1d023

Browse files
authored
Update README.md
1 parent b02db48 commit bc1d023

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,17 @@ Laravel 2-Step Authentication Verification for Laravel. Can be used in out the b
4747
### Installation Instructions
4848
1. From your projects root folder in terminal run:
4949

50-
Laravel 5.8+ use:
50+
Laravel 6+ use:
5151

5252
```bash
5353
composer require jeremykenedy/laravel2step
5454
```
5555

56+
Laravel 5.8 use:
57+
```bash
58+
composer require jeremykenedy/laravel2step:v1.4.0
59+
```
60+
5661
Laravel 5.7 and below use:
5762

5863
```

0 commit comments

Comments
 (0)