From da4d5c670ada1825832b8ce1709cdcd436deeb08 Mon Sep 17 00:00:00 2001
From: Sven Gerlach <sven.gerlach@qmarketing.de>
Date: Wed, 1 Jun 2016 12:32:54 +0200
Subject: [PATCH] Added option --no-scripts for require and remove command to
 03-cli.md

---
 doc/03-cli.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/03-cli.md b/doc/03-cli.md
index d6aca2291..8393d36ff 100644
--- a/doc/03-cli.md
+++ b/doc/03-cli.md
@@ -186,6 +186,7 @@ php composer.phar require vendor/package:2.* vendor/package2:dev-master
 * **--no-update:** Disables the automatic update of the dependencies.
 * **--no-progress:** Removes the progress display that can mess with some
   terminals or scripts which don't handle backspace characters.
+* **--no-scripts:** Skips execution of scripts defined in `composer.json`.
 * **--update-no-dev:** Run the dependency update with the `--no-dev` option.
 * **--update-with-dependencies:** Also update dependencies of the newly
   required packages.
@@ -219,6 +220,7 @@ uninstalled.
 * **--no-update:** Disables the automatic update of the dependencies.
 * **--no-progress:** Removes the progress display that can mess with some
   terminals or scripts which don't handle backspace characters.
+* **--no-scripts:** Skips execution of scripts defined in `composer.json`.
 * **--update-no-dev:** Run the dependency update with the --no-dev option.
 * **--update-with-dependencies:** Also update dependencies of the removed packages.
 * **--optimize-autoloader (-o):** Convert PSR-0/4 autoloading to classmap to