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
.idea
.idea
composer.lock

View File

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

View File

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

2180
composer.lock generated

File diff suppressed because it is too large Load Diff