You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2023. It is now read-only.
[IMPROVED] The NPM bridge can now be completely disabled by setting the COMPOSER_NPM_BRIDGE_DISABLE environment variable to a non-empty value (#18, #19 - thanks @driskell).
[IMPROVED] Custom timeouts can now be set on a per-package basis by setting the extra.npm-bridge.timeout option in composer.json (#13, #19 - thanks @driskell).
[IMPROVED] Packages can now choose whether to allow the npm executable to be absent at install time by setting the extra.npm-bridge.optional option in composer.json (#19 - thanks @driskell).