How to change a vendor repository without loosing updates.
bugfix
"require": {
"danielme85/laravel-log-to-db": "dev-bugfix"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/yourgithubaccount/laravel-log-to-db"
}
]
dev
prefix will added automatically, you don't have to name the branch like that.composer update