when add new package to laravel need add composer.json to git or not code example
Example: install composer package from github
"repositories":[
{
"type": "vcs",
"url": "[email protected]:barryvanveen/secret.git"
}
]
"repositories":[
{
"type": "vcs",
"url": "[email protected]:barryvanveen/secret.git"
}
]