Skip to content

Commit 965279c

Browse files
committed
Laravel 5.8 Support
1 parent 40f4fb1 commit 965279c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ checks:
2828
tools:
2929
external_code_coverage:
3030
timeout: 600
31-
runs: 2
31+
runs: 1

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
],
1717
"require": {
1818
"php": "^7.1.3",
19-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0"
19+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^7.4",
23-
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
23+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
2424
"fzaninotto/faker": "^1.8",
2525
"scrutinizer/ocular": "^1.5"
2626
},

0 commit comments

Comments
 (0)