Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schuppo authored Sep 16, 2020
1 parent a10ce6e commit 95547df
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ The provided validations include:

### Get the package

**For Laravel 4 users**
**For Laravel 6/7 users**
> Requires PHP 7.1+
Just ```composer require schuppo/password-strength:"~0.10"```.
Just ```composer require schuppo/password-strength:"~2.0"```.

**For Laravel 5/6 users**

Just ```composer require schuppo/password-strength:"~1.5"```.

**For Laravel 6/7 users**
> Requires PHP 7.1+
**For Laravel 4 users**

Just ```composer require schuppo/password-strength:"~2.0"```.
Just ```composer require schuppo/password-strength:"~0.10"```.

### Initialize the package

Expand Down Expand Up @@ -67,7 +67,14 @@ Notice that you can validate any value with the new rules. The only reason why t

# History

**[Laravel 6 / Laravel 7]**
**[Laravel 6 / 7 / 8]**

**[2.2]**

- Added support for Laravel 8


**[Laravel 6 / Laravel 7 ]**

**[2.1]**

Expand Down

0 comments on commit 95547df

Please sign in to comment.