Skip to content

Commit

Permalink
Fixex compatibility with Laravel 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imTigger committed Feb 28, 2018
1 parent ec6dc13 commit c8d57d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/contracts": ">=5.4",
"illuminate/database": ">=5.4",
"illuminate/queue": ">=5.4",
"illuminate/support": ">=5.4",
"illuminate/contracts": ">=5.3",
"illuminate/database": ">=5.3",
"illuminate/queue": ">=5.3",
"illuminate/support": ">=5.3",
"nesbot/carbon": ">=1.21"
},
"require-dev": {
Expand Down

0 comments on commit c8d57d6

Please sign in to comment.