Skip to content

Commit

Permalink
Add support for Laravel 5.7 (#8)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
richan-fongdasen authored Oct 15, 2018
1 parent 91504d9 commit 14a2b8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
- php: 7.1
env: LARAVEL=5.6.* ORCHESTRA=3.6.*
- php: 7.2
env: LARAVEL=5.6.* ORCHESTRA=3.6.*
env: LARAVEL=5.7.* ORCHESTRA=3.7.*

allow_failures:
- env: COVERAGE=1
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"require": {
"php": "^5.5.9 || ^7.0 || ^7.1.3",
"guzzlehttp/guzzle": "~6.0",
"illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
"illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
},
"require-dev": {
"mockery/mockery": "~0.9.8",
Expand Down

0 comments on commit 14a2b8f

Please sign in to comment.