Skip to content

Commit

Permalink
Add Laravel 6.0 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Aug 29, 2019
1 parent 35f175d commit bca5c62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"illuminate/support": "5.5 - 5.8",
"illuminate/support": "5.5 - 6.0",
"php": ">=7.1.3"
},
"suggest": {
Expand All @@ -30,10 +30,9 @@
"require-dev": {
"fzaninotto/faker": "*",
"mockery/mockery": "*",
"orchestra/database": "3.8.*",
"orchestra/testbench-browser-kit": "3.8.*",
"orchestra/testbench-dusk": "3.8.*",
"orchestra/testbench": "3.8.*",
"orchestra/testbench-browser-kit": "3.9.x-dev@dev",
"orchestra/testbench-dusk": "3.9.x-dev@dev",
"orchestra/testbench": "3.9.x-dev@dev",
"php-coveralls/php-coveralls" : "*",
"phpmd/phpmd": "*",
"phpunit/phpunit": "*",
Expand All @@ -55,5 +54,6 @@
}
}
},
"minimum-stability": "stable"
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit bca5c62

Please sign in to comment.