We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91504d9 commit 14a2b8fCopy full SHA for 14a2b8f
.travis.yml
@@ -18,7 +18,7 @@ matrix:
18
- php: 7.1
19
env: LARAVEL=5.6.* ORCHESTRA=3.6.*
20
- php: 7.2
21
- env: LARAVEL=5.6.* ORCHESTRA=3.6.*
+ env: LARAVEL=5.7.* ORCHESTRA=3.7.*
22
23
allow_failures:
24
- env: COVERAGE=1
composer.json
@@ -23,8 +23,8 @@
"require": {
"php": "^5.5.9 || ^7.0 || ^7.1.3",
25
"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.*"
+ "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.*"
28
},
29
"require-dev": {
30
"mockery/mockery": "~0.9.8",
0 commit comments