Skip to content

Commit

Permalink
Merge pull request #15 from olssonm/dev
Browse files Browse the repository at this point in the history
Laravel 7 update.
  • Loading branch information
olssonm committed Mar 11, 2020
2 parents 5128d31 + b494aa8 commit 235147e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ matrix:
include:
- php: 7.1
env: ILLUMINATE_VERSION=5.8.*
- php: 7.2
env: ILLUMINATE_VERSION=5.8.*
- php: 7.2
env: ILLUMINATE_VERSION=^6.0
- php: 7.2
env: ILLUMINATE_VERSION=^7.0
- php: 7.3
env: ILLUMINATE_VERSION=^7.0
- php: 7.4
env: ILLUMINATE_VERSION=^7.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zxcvbn for Laravel 5/6
# Zxcvbn for Laravel

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total downloads][ico-downloads]][link-packagist]
Expand Down Expand Up @@ -156,12 +156,12 @@ The MIT License (MIT). Please see the [License File](LICENSE.md) for more inform

[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square

[ico-travis]: https://img.shields.io/travis/olssonm/l5-zxcvbn/master.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/olssonm/laravel-zxcvbn/master.svg?style=flat-square

[ico-scrutinizer]: https://img.shields.io/scrutinizer/g/olssonm/l5-zxcvbn.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/olssonm/l5-zxcvbn

[link-travis]: https://travis-ci.org/olssonm/l5-zxcvbn
[link-travis]: https://travis-ci.org/olssonm/laravel-zxcvbn

[link-scrutinizer]: https://scrutinizer-ci.com/g/olssonm/l5-zxcvbn
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php" : "^7.1",
"illuminate/support": ">=5.8 || ^6.0",
"illuminate/support": ">=5.8|^6.0|^7.0",
"mkopinsky/zxcvbn-php": "^4.4"
},
"require-dev": {
Expand Down

0 comments on commit 235147e

Please sign in to comment.