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

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Oct 17, 2017
1 parent 85a783a commit 31fa563
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,9 @@ Here also `composer.json` will be updated and package will be installed.
Plugin runs always on post update/install package to check if there are some
dependencies to require explicitly in user `composer.json` file.

> If dependency is already provided in user `composer.json` the plugin is not
> going to do anything.
> If dependency is already provided in user `composer.json` (`require` or
> `require-dev` section) the plugin is not going to do anything.
> Please note plugin works only in __development interactive mode__.
> It means when `--no-dev` or `--no-interaction` flags are provided,
> plugin is not going to do anything.

0 comments on commit 31fa563

Please sign in to comment.