Add github cvs to composer

This commit is contained in:
Deon George 2019-10-30 12:15:23 +08:00
parent 4f2707a374
commit 163a7f2587

View File

@ -14,6 +14,12 @@
"creativeorange/gravatar": "^1.0",
"orchestra/asset": "^4.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/leenooks/laravel-theme"
}
],
"require-dev": {
},
"autoload": {