phar-io / phive

The Phar Installation and Verification Environment (PHIVE)
https://phar.io
BSD 3-Clause "New" or "Revised" License
580 stars 45 forks source link

Add support for custom repository list #17

Closed sebastianheuer closed 8 years ago

sebastianheuer commented 9 years ago

It should be possible to add a custom repository list (e.g. ~/.phive/repositories.local.xml) with user-defined aliases and their respective repository URLs.

The local repository list can NOT override entries from PHIVE's own repository list.

theseer commented 8 years ago

Despite the ticket text, in the current implementation the local repository list (~/.phive/local.xml) can overwrite PHIVE's aliases. This is intentional as we decided that this might be the better behavior.