This repository was archived by the owner on Mar 7, 2023. It is now read-only.
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.