Skip to content

Commit 14a2b8f

Browse files
Add support for Laravel 5.7 (#8)
[ci skip] [skip ci]
1 parent 91504d9 commit 14a2b8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
- php: 7.1
1919
env: LARAVEL=5.6.* ORCHESTRA=3.6.*
2020
- php: 7.2
21-
env: LARAVEL=5.6.* ORCHESTRA=3.6.*
21+
env: LARAVEL=5.7.* ORCHESTRA=3.7.*
2222

2323
allow_failures:
2424
- env: COVERAGE=1

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"require": {
2424
"php": "^5.5.9 || ^7.0 || ^7.1.3",
2525
"guzzlehttp/guzzle": "~6.0",
26-
"illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
27-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
26+
"illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
27+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "~0.9.8",

0 commit comments

Comments
 (0)