Pulling my own private repository from Bitbucket via Composer
问题 I have a big library that is hosted on Bitbucket as a private repository. I use this library for a lot of projects of mine. I am having a trouble updating my library in each project where it's used whenever I do some changes, therefore I'd like to simply put it in the composer.json file of each project, then use composer update to pull the newest version. How do I put my private repository which is hosted on Bitbucket in a composer.json file without making it public? 回答1: First set up ssh for