Adding Private Repository to Global Composer Configuration

The global configuration can be listed with:

composer config -g -l

or edited manually with:

composer config -g -e

Then the configuration can be adjusted to:

{
    "config": {},
    "repositories": {
        "REPOSITORY": {
            "type": "composer",
            "url": "REPOSITORY_URL"
        }
    }
}

where:

  • REPOSITORY is the repository name and,
  • REPOSITORY_URL is the URL to the repository

fuss/composer.txt ยท Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.