This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
Releases: eloquent/composer-npm-bridge
Releases · eloquent/composer-npm-bridge
5.0.0
4.1.0
- [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 incomposer.json
(#13, #19 - thanks @driskell). - [IMPROVED] Packages can now choose whether to allow the
npm
executable to be absent at install time by setting theextra.npm-bridge.optional
option incomposer.json
(#19 - thanks @driskell).
4.0.1
4.0.0
- [BC BREAK] With the introduction of NPM's
package-lock.json
, Composer NPM bridge no longer manages shrinkwrap files. - [BC BREAK] Dropped support for PHP 5.