Skip to content

Commit 3bb5293

Browse files
nevoxxivanvermeyen
authored andcommitted
Add support for Laravel 6 (#12)
* add support for laravel 6 * fix dependencies for testing using laravel 6
1 parent 029437e commit 3bb5293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"require": {
2323
"php": "^7.1",
2424
"0.0.0/composer-include-files": "^1.5",
25-
"illuminate/support": "^5.6"
25+
"illuminate/support": "^5.6|^6.0"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "3.6.*",
29-
"phpunit/phpunit": "^7.0"
28+
"orchestra/testbench": "3.6.*|^4.0",
29+
"phpunit/phpunit": "^7.0|^8.0"
3030
},
3131
"scripts": {
3232
"test": "phpunit"

0 commit comments

Comments
 (0)