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 40f4fb1 commit 965279cCopy full SHA for 965279c
.scrutinizer.yml
@@ -28,4 +28,4 @@ checks:
28
tools:
29
external_code_coverage:
30
timeout: 600
31
- runs: 2
+ runs: 1
composer.json
@@ -16,11 +16,11 @@
16
],
17
"require": {
18
"php": "^7.1.3",
19
- "illuminate/database": "~5.5.0|~5.6.0|~5.7.0"
+ "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
20
},
21
"require-dev": {
22
"phpunit/phpunit": "^7.4",
23
- "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
+ "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
24
"fzaninotto/faker": "^1.8",
25
"scrutinizer/ocular": "^1.5"
26
0 commit comments