Skip to content

Commit

Permalink
Support Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Sep 20, 2018
1 parent ee89c24 commit d540026
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 @@ -24,8 +24,8 @@
"php": "~7.1",
"ext-json": "*",
"ext-intl": "*",
"illuminate/support": "~5.6",
"illuminate/view": "~5.6",
"illuminate/support": "~5.6|~5.7",
"illuminate/view": "~5.6|~5.7",
"moneyphp/money": "~3.1"
},
"require-dev": {
Expand Down

0 comments on commit d540026

Please sign in to comment.