Skip to content

Commit 235147e

Browse files
authored
Merge pull request #15 from olssonm/dev
Laravel 7 update.
2 parents 5128d31 + b494aa8 commit 235147e

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ matrix:
1313
include:
1414
- php: 7.1
1515
env: ILLUMINATE_VERSION=5.8.*
16-
- php: 7.2
17-
env: ILLUMINATE_VERSION=5.8.*
1816
- php: 7.2
1917
env: ILLUMINATE_VERSION=^6.0
18+
- php: 7.2
19+
env: ILLUMINATE_VERSION=^7.0
20+
- php: 7.3
21+
env: ILLUMINATE_VERSION=^7.0
22+
- php: 7.4
23+
env: ILLUMINATE_VERSION=^7.0

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Zxcvbn for Laravel 5/6
1+
# Zxcvbn for Laravel
22

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

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

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

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

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

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

167167
[link-scrutinizer]: https://scrutinizer-ci.com/g/olssonm/l5-zxcvbn

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php" : "^7.1",
24-
"illuminate/support": ">=5.8 || ^6.0",
24+
"illuminate/support": ">=5.8|^6.0|^7.0",
2525
"mkopinsky/zxcvbn-php": "^4.4"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)