Merge pull request #41 from teamnovu/master

Support laravel 6 and 7. Removed composer.lock in favor of prefer-lowest in testing
This commit is contained in:
Arandi López 2020-06-24 11:38:02 -05:00 committed by GitHub
commit 04684f48e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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