This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
Releases: webimpress/composer-extra-dependency
Releases · webimpress/composer-extra-dependency
composer-extra-dependency 0.2.2
webimpress/composer-extra-dependency 0.2.2 Fixed: - [#6](#6) Plugin is not doing nothing in non-interactive mode; it prevents updating composer.json with "null" constraints. - [#5](#5) Checks development dependencies in composer.json (require-dev section) to check if dependency is present there. If so, it is not added to require section. Previously only require section was checked.
composer-extra-dependency 0.2.1
webimpress/composer-extra-dependency 0.2.1 Fixed: - [#2](#2) disables running composer scripts on updating package from the plugin
composer-extra-dependency 0.2.0
webimpress/composer-extra-dependency 0.2.0 Changed: - [#1](#1) Do not prompt user for the version if the package is currently installed. Entry to to the composer.json is added with currently intalled version and message how to update is show in console. - Changed visibility of method `Plugin::promptForPackageVersion` to private.
composer-extra-dependency 0.1.0
webimpress/composer-extra-dependency 0.1.0 Initial release Possibility to define extra dependencies which will be required explicitly in user `composer.json` during installation of the library. User will be prompted to provide version to use.