Skip to content

Commit

Permalink
Support Laravel 7 (#415)
Browse files Browse the repository at this point in the history
Co-authored-by: kai <shea.lewis89@gmail.com>
  • Loading branch information
UnderlineWords and kaidesu authored Apr 2, 2020
1 parent 03e38c1 commit f1d2cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prefer-stable": true,
"require": {
"php": "^7.2",
"illuminate/support": "^6.0.4"
"illuminate/support": "^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit f1d2cac

Please sign in to comment.