Skip to content

Commit 26ba285

Browse files
committed
Edits for L5.5.
1 parent 80b649e commit 26ba285

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
php:
33
- 5.6
44
- 7.0
5+
- 7.1
56

67
before_script:
78
- travis_retry composer self-update

composer.json

+11-6
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
}
2121
],
2222
"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"
2626
},
2727
"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"
3030
},
3131
"autoload": {
3232
"psr-4": {
@@ -43,7 +43,12 @@
4343
},
4444
"extra": {
4545
"branch-alias": {
46-
"dev-master": "2.x-dev"
46+
"dev-master": "3.x-dev"
47+
},
48+
"laravel": {
49+
"providers": [
50+
"Olssonm\\Zxcvbn\\ZxcvbnServiceProvider"
51+
]
4752
}
4853
},
4954
"minimum-stability": "stable"

0 commit comments

Comments
 (0)