Skip to content

Commit ddcea6f

Browse files
authored
Merge pull request #75 from swisnl/feature/laravel-7
Add support for Laravel 7
2 parents 572eacf + 421898c commit ddcea6f

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: 8
23+
runs: 9
2424

2525
build:
2626
nodes:

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ matrix:
1616
env: LARAVEL_VERSION="^6.0" RUN_CS_FIXER=1
1717
- php: "7.3"
1818
env: LARAVEL_VERSION="^6.0"
19+
- php: "7.3"
20+
env: LARAVEL_VERSION="^7.0"
1921
- php: "7.4"
20-
env: LARAVEL_VERSION="^6.0"
22+
env: LARAVEL_VERSION="^7.0"
2123

2224
sudo: false
2325

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.1.3",
77
"ext-json": "*",
8-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
8+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
99
"jenssegers/model": "^1.1",
1010
"nyholm/psr7": "^1.2",
1111
"php-http/discovery": "^1.0",

0 commit comments

Comments
 (0)