Skip to content

Commit 9ffed90

Browse files
Merge pull request #103 from bastien-phi/support_laravel_8
Add Laravel 8 support
2 parents ba81260 + 531c19e commit 9ffed90

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
],
2424
"require": {
2525
"php": ">=7.2",
26-
"illuminate/support": "^6.0|^7.0",
26+
"illuminate/support": "^6.0|^7.0|^8.0",
2727
"rollbar/rollbar": "^2"
2828
},
2929
"require-dev": {
30-
"orchestra/testbench": "^4|^5",
30+
"orchestra/testbench": "^4.0|^5.0|^6.0",
3131
"mockery/mockery": "^1",
3232
"php-coveralls/php-coveralls": "^2.2",
3333
"squizlabs/php_codesniffer": "3.*",
@@ -54,5 +54,7 @@
5454
"phpcs --standard=PSR1,PSR2 src tests"
5555
],
5656
"fix": "phpcbf --standard=PSR1,PSR2 src tests"
57-
}
57+
},
58+
"minimum-stability": "dev",
59+
"prefer-stable": true
5860
}

0 commit comments

Comments
 (0)