support laravel 6 and 7, remove composer.lock but add prefer lowest tests

test lowest dependencies
This commit is contained in:
Oliver Kaufmann 2020-06-24 09:25:55 +02:00
parent 961f3d57d4
commit fac59780b0
4 changed files with 21 additions and 2188 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
vendor vendor
.idea .idea
composer.lock

View File

@ -1,8 +1,20 @@
language: php language: php
php: php:
- "7.4" - 7.4
- "7.3" - 7.3
- "7.2" - 7.2
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_install:
- travis_retry composer self-update
install: install:
- "composer self-update" - travis_retry composer update --prefer-source $PREFER_LOWEST
- "composer install"
script:
- phpunit

View File

@ -16,10 +16,10 @@
}, },
"minimum-stability": "stable", "minimum-stability": "stable",
"require": { "require": {
"illuminate/support": ">=5.2" "illuminate/support": ">=5.2|^6.0|^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.0", "phpunit/phpunit": "^8.0|^8.5",
"mockery/mockery": "^1.3" "mockery/mockery": "^1.3"
}, },
"extra": { "extra": {

2180
composer.lock generated

File diff suppressed because it is too large Load Diff