I have something like this
\"repositories\": [ { \"type\": \"package\", \"package\": { \"name\": \"myrepo\", \"ve
You can change the protocol used for github with this command:
composer config --global github-protocols https
Then re-installing vendors should do what you want.