Skip to content

Commit

Permalink
Merge pull request #75 from swisnl/feature/laravel-7
Browse files Browse the repository at this point in the history
Add support for Laravel 7
  • Loading branch information
JaZo authored Mar 6, 2020
2 parents 572eacf + 421898c commit ddcea6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ checks:
tools:
external_code_coverage:
timeout: 600
runs: 8
runs: 9

build:
nodes:
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ matrix:
env: LARAVEL_VERSION="^6.0" RUN_CS_FIXER=1
- php: "7.3"
env: LARAVEL_VERSION="^6.0"
- php: "7.3"
env: LARAVEL_VERSION="^7.0"
- php: "7.4"
env: LARAVEL_VERSION="^6.0"
env: LARAVEL_VERSION="^7.0"

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": ">=7.1.3",
"ext-json": "*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"jenssegers/model": "^1.1",
"nyholm/psr7": "^1.2",
"php-http/discovery": "^1.0",
Expand Down

0 comments on commit ddcea6f

Please sign in to comment.