wikimedia / composer-merge-plugin

Merge one or more additional composer.json files at Composer runtime
MIT License
926 stars 160 forks source link

Add ability to override indexed repositories #190

Open codebymikey opened 3 years ago

codebymikey commented 3 years ago

Add ability to override indexed repositories.

e.g.

"repositories": {
   "privaterepo": { "type": "vcs", "url": "https://github.com/mycompany/privaterepo" },
   "repo": { "type": "vcs", "url": "http://svn.example.org/private/repo" },
   "privaterepo2": { "type": "vcs", "url": "https://github.com/mycompany/privaterepo2" }
  }