Skip to content

Commit

Permalink
Laravel 6 and update minimum stability
Browse files Browse the repository at this point in the history
  • Loading branch information
bubba-h57 committed Sep 5, 2019
1 parent e5af2cf commit ac291ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"illuminate/support": "^5.2"
"illuminate/support": "^5.0|^6.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit ac291ba

Please sign in to comment.