Skip to content

Commit

Permalink
Added required packages to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexblunck committed Nov 16, 2017
1 parent 93b0ef1 commit eb39e55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
}
],
"require": {
"php": "^7.1",
"nesbot/carbon": "^1.22",
"illuminate/support": "^5.5",
"illuminate/database": "^5.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit eb39e55

Please sign in to comment.