File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: php
2
2
php :
3
3
- 5.6
4
4
- 7.0
5
+ - 7.1
5
6
6
7
before_script :
7
8
- travis_retry composer self-update
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " >=5.6.0" ,
24
- "illuminate/support" : " ~5.3.28|~5.4" ,
25
- "bjeavons/zxcvbn-php" : " ^ 0.3"
23
+ "php" : " >=5.6.0|>=7.0 " ,
24
+ "illuminate/support" : " ~5.3.28|~5.4|~5.5 " ,
25
+ "bjeavons/zxcvbn-php" : " 0.3.0 "
26
26
},
27
27
"require-dev" : {
28
- "phpunit/phpunit" : " 5.7.*" ,
29
- "orchestra/testbench" : " ~3.4 "
28
+ "phpunit/phpunit" : " 5.7.*|~6.0 " ,
29
+ "orchestra/testbench" : " ~3.3|~3.4|~3.5 "
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
43
43
},
44
44
"extra" : {
45
45
"branch-alias" : {
46
- "dev-master" : " 2.x-dev"
46
+ "dev-master" : " 3.x-dev"
47
+ },
48
+ "laravel" : {
49
+ "providers" : [
50
+ " Olssonm\\ Zxcvbn\\ ZxcvbnServiceProvider"
51
+ ]
47
52
}
48
53
},
49
54
"minimum-stability" : " stable"
You can’t perform that action at this time.
0 commit comments