Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Releases: webimpress/composer-extra-dependency

composer-extra-dependency 0.2.2

17 Oct 17:17
0.2.2

Choose a tag to compare

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

12 Oct 15:34
0.2.1

Choose a tag to compare

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

11 Oct 22:08
0.2.0

Choose a tag to compare

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

11 Oct 12:02
0.1.0

Choose a tag to compare

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.