Skip to content

Latest commit

 

History

History
68 lines (62 loc) · 3.01 KB

File metadata and controls

68 lines (62 loc) · 3.01 KB

composer download file proxy plugin

Test Actions status Lint Actions status StyleCI Code Coverage Scrutinizer Code Quality Code Intelligence Status PHP Versions Supported Latest Stable Version Total Downloads License Latest Unstable Version composer.lock available

Installing

$ composer global require hughcube/composer-proxy-plugin -vvv

Set config in composer.json or ~/.composer/config.json

{
  "config": {
    "proxies": [
      {
        "active": true,
        "protocol": "http",
        "nonProxyHosts": null,
        "proxyHosts": "packagist.org|*.packagist.org",
        "host": "127.0.0.1",
        "port": "1087",
        "username": null,
        "password": null
      }
    ]
  }
}