Releases: DivineOmega/laravel-password-exposed-validation-rule
Releases · DivineOmega/laravel-password-exposed-validation-rule
v2.5.0
v2.4.0
- Add PHP 8 support.
v2.3.0
Add support for Laravel 8
v2.2.0
- Add support for Laravel 7
v2.1.0
- Add support for Laravel 6.0
v2.0.1
- Update dependency to fix Laravel 5.7 incompatibility.
v2.0.0
- Add support for latest version of
password_exposed
package. - Removed support for old version of PHP. Requires PHP 7.1 or higher.
v1.2.3
- Place cache files in
storage/app
to prevent them being missed by the default Laravel.gitignore
.
v1.2.2
- Fall back to old cache directory location if Laravel's
storage_path
helper function can not be found.