Skip to content

Commit

Permalink
Merge pull request #6 from yajra/patch1
Browse files Browse the repository at this point in the history
Add support for Laravel 6.
  • Loading branch information
yajra committed Sep 4, 2019
2 parents fe15da5 + 61fa375 commit 5980e8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ language: php
php:
- 7.1
- 7.2
- 7.3

matrix:
fast_finish: true
allow_failures:
- php: 7.1

env:
global:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
],
"require": {
"php": ">=7.1",
"illuminate/support": "^5.8",
"illuminate/database": "^5.8"
"illuminate/support": "^5.8|^6.0",
"illuminate/database": "^5.8|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
Expand Down

0 comments on commit 5980e8f

Please sign in to comment.