Skip to content

Commit

Permalink
Added repository to composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
MKRazz committed Jul 11, 2017
1 parent 45e021c commit 67b807e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@
"illuminate/support": "~5.0",
"MKRazz/support": "1.0.*"
},
"repositories": {
"support": {
"type": "package",
"package": {
"name": "MKRazz/support",
"version": "1.0.0",
"source": {
"url": "https://github.com/MKRazz/support.git",
"type": "git",
"reference": "origin/master"
}
}
}
},
"suggest": {
"raveren/kint": ">0.9.1",
"illuminate/html": "~5.0",
Expand Down

0 comments on commit 67b807e

Please sign in to comment.