Private composer packages - no valid composer.json was found
问题 I'm trying to load a library I have hosted on BitBucket using composer as explained both in the official documentation and here, but keep receiving the following error: [Composer\Repository\InvalidRepositoryException] No valid composer.json was found in any branch or tag of [repository URL], could not load a package from it. Here is my project composer.json: { "name": "Project name", "require": { "my-vendor/my-package": "dev-master" }, "repositories": [ { "type": "vcs", "url": [repository URL