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

composer-extra-dependency 0.2.2

Latest
Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 17 Oct 17:17
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.