Edits for L5.5.
This commit is contained in:
parent
80b649ea34
commit
26ba285ccb
|
|
@ -2,6 +2,7 @@ language: php
|
|||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
|
||||
before_script:
|
||||
- travis_retry composer self-update
|
||||
|
|
|
|||
|
|
@ -20,13 +20,13 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php" : ">=5.6.0",
|
||||
"illuminate/support": "~5.3.28|~5.4",
|
||||
"bjeavons/zxcvbn-php": "^0.3"
|
||||
"php" : ">=5.6.0|>=7.0",
|
||||
"illuminate/support": "~5.3.28|~5.4|~5.5",
|
||||
"bjeavons/zxcvbn-php": "0.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit" : "5.7.*",
|
||||
"orchestra/testbench": "~3.4"
|
||||
"phpunit/phpunit" : "5.7.*|~6.0",
|
||||
"orchestra/testbench": "~3.3|~3.4|~3.5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
@ -43,7 +43,12 @@
|
|||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.x-dev"
|
||||
"dev-master": "3.x-dev"
|
||||
},
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Olssonm\\Zxcvbn\\ZxcvbnServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable"
|
||||
|
|
|
|||
Loading…
Reference in New Issue