![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/rentpix.corals.io/vendor/eloquent/composer-npm-bridge/ |
# Composer NPM bridge changelog ## 5.0.1 (2022-06-12) - **[FIXED]** Fixed NPM warnings about using `--omit=dev` ([#25] - thanks [@NiklasBr]). [#25]: https://github.com/eloquent/composer-npm-bridge/pull/25 [@niklasbr]: https://github.com/NiklasBr ## 5.0.0 (2020-11-23) - **[BC BREAK]** Dropped support for PHP <7.2. - **[BC BREAK]** Dropped support for Composer <2. - **[IMPROVED]** Added support for Composer 2 ([#22], [#24] - thanks [@bryonbean]). [#22]: https://github.com/eloquent/composer-npm-bridge/issues/22 [#24]: https://github.com/eloquent/composer-npm-bridge/pull/24 [@bryonbean]: https://github.com/bryonbean ## 4.1.0 (2018-12-06) - **[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]). [#13]: https://github.com/eloquent/composer-npm-bridge/issues/13 [#18]: https://github.com/eloquent/composer-npm-bridge/issues/18 [#19]: https://github.com/eloquent/composer-npm-bridge/pull/19 [@driskell]: https://github.com/driskell ## 4.0.1 (2017-09-19) - **[FIXED]** Fixed "class not found" errors when the plugin is removed by Composer ([#5], [#17] - thanks [@garex]). [#5]: https://github.com/eloquent/composer-npm-bridge/issues/5 [#17]: https://github.com/eloquent/composer-npm-bridge/pull/17 [@garex]: https://github.com/garex ## 4.0.0 (2017-07-12) - **[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. [`package-lock.json`]: https://docs.npmjs.com/files/package-lock.json ## 3.0.1 (2016-02-22) - **[FIXED]** Fixed bug where Isolator was unable to be autoloaded ([#11]). [#11]: https://github.com/eloquent/composer-npm-bridge/issues/11 ## 3.0.0 (2016-02-12) - **[BC BREAK]** Stripped down implementation, many public methods removed. - **[FIXED]** Updated Composer API version constraint ([#10]). [#10]: https://github.com/eloquent/composer-npm-bridge/issues/10 ## 2.1.1 (2014-09-08) - **[IMPROVED]** Support for custom installation paths as determined by Composer plugins. ## 2.1.0 (2014-02-12) - **[IMPROVED]** Composer dev/production modes are now honored when installing NPM dependencies. - **[IMPROVED]** Can now be utilized as a dev-only dependency of the root package. ## 2.0.0 (2014-01-29) - **[BC BREAK]** Completely re-written as a Composer plugin. - **[IMPROVED]** Functions without custom Composer script configuration. ## 1.0.1 (2013-03-04) - **[NEW]** [Archer] integration. - **[NEW]** Implemented changelog. [archer]: https://github.com/IcecaveStudios/archer