Skip to content

Commit

Permalink
Laravel 7 support (#54)
Browse files Browse the repository at this point in the history
Add support for Laravel 7
  • Loading branch information
Tlapi authored Mar 9, 2020
1 parent bc7bc73 commit c7e718f
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 @@ -8,8 +8,8 @@
"email": "info@waavi.com"
}],
"require": {
"illuminate/support": "~5.3|~6.0",
"illuminate/validation": "~5.3|~6.0",
"illuminate/support": "~5.3|~6.0|~7.0",
"illuminate/validation": "~5.3|~6.0|~7.0",
"nesbot/carbon": "~1.0|~2.0"
},
"require-dev": {
Expand Down

0 comments on commit c7e718f

Please sign in to comment.