Skip to content

Commit

Permalink
Laravel 6 Support
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Robinson <[email protected]>
  • Loading branch information
ssx committed Oct 26, 2019
1 parent 786d7aa commit 9c3c46e
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 @@ -27,8 +27,8 @@
},
"minimum-stability": "stable",
"require": {
"illuminate/contracts": "^5.5",
"illuminate/support": "^5.5",
"illuminate/contracts": "^5.5|^6.0",
"illuminate/support": "^5.5|^6.0",
"php": "^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 9c3c46e

Please sign in to comment.