From 31fa56391d30f03b1180c87610cbe22254780ad9 Mon Sep 17 00:00:00 2001 From: webimpress Date: Tue, 17 Oct 2017 18:15:14 +0100 Subject: [PATCH] Updated documentation --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7405040..07671aa 100644 --- a/README.md +++ b/README.md @@ -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.