File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ matrix:
13
13
include :
14
14
- php : 7.1
15
15
env : ILLUMINATE_VERSION=5.8.*
16
- - php : 7.2
17
- env : ILLUMINATE_VERSION=5.8.*
18
16
- php : 7.2
19
17
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
Original file line number Diff line number Diff line change 1
- # Zxcvbn for Laravel 5/6
1
+ # Zxcvbn for Laravel
2
2
3
3
[ ![ Latest Version on Packagist] [ ico-version ]] [ link-packagist ]
4
4
[ ![ Total downloads] [ ico-downloads ]] [ link-packagist ]
@@ -156,12 +156,12 @@ The MIT License (MIT). Please see the [License File](LICENSE.md) for more inform
156
156
157
157
[ ico-license ] : https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
158
158
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
160
160
161
161
[ ico-scrutinizer ] : https://img.shields.io/scrutinizer/g/olssonm/l5-zxcvbn.svg?style=flat-square
162
162
163
163
[ link-packagist ] : https://packagist.org/packages/olssonm/l5-zxcvbn
164
164
165
- [ link-travis ] : https://travis-ci.org/olssonm/l5 -zxcvbn
165
+ [ link-travis ] : https://travis-ci.org/olssonm/laravel -zxcvbn
166
166
167
167
[ link-scrutinizer ] : https://scrutinizer-ci.com/g/olssonm/l5-zxcvbn
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " ^7.1" ,
24
- "illuminate/support" : " >=5.8 || ^6 .0" ,
24
+ "illuminate/support" : " >=5.8|^6.0|^7 .0" ,
25
25
"mkopinsky/zxcvbn-php" : " ^4.4"
26
26
},
27
27
"require-dev" : {
You can’t perform that action at this time.
0 commit comments