Skip to content

Commit d6f8e91

Browse files
authored
Merge pull request #26 from swisnl/feature-laravel-5.7
Support for Laravel 5.7
2 parents 1c66426 + 9ecd691 commit d6f8e91

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ checks:
2020
tools:
2121
external_code_coverage:
2222
timeout: 600
23-
runs: 3
23+
runs: 7
2424

2525
build:
2626
nodes:

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ matrix:
1313
- php: "7.2"
1414
env: LARAVEL_VERSION="5.5.*"
1515
- php: "7.2"
16-
env: LARAVEL_VERSION="5.6.*" RUN_CS_FIXER=1
16+
env: LARAVEL_VERSION="5.6.*"
17+
- php: "7.2"
18+
env: LARAVEL_VERSION="5.7.*" RUN_CS_FIXER=1
1719

1820
sudo: false
1921

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": ">=7.0",
77
"art4/json-api-client": "^0.9.1",
8-
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*",
8+
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
99
"jenssegers/model": "^1.1",
1010
"php-http/client-implementation": "^1.0",
1111
"php-http/discovery": "^1.0"

0 commit comments

Comments
 (0)