Edits for L5.5.

This commit is contained in:
Marcus Olsson 2017-11-09 15:55:57 +01:00
parent 80b649ea34
commit 26ba285ccb
No known key found for this signature in database
GPG Key ID: 32DDA1CBAABE46A7
2 changed files with 12 additions and 6 deletions

View File

@ -2,6 +2,7 @@ language: php
php:
- 5.6
- 7.0
- 7.1
before_script:
- travis_retry composer self-update

View File

@ -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"