From bb9738377268017aa4220d342f7a86b335692145 Mon Sep 17 00:00:00 2001 From: Saul Wilcox Date: Wed, 15 Nov 2017 10:06:24 +0000 Subject: [PATCH] Add 'remove' to example global commands Common and useful enough to be explicitly stated in docs --- doc/03-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 284e1ce0a..545df24b0 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -251,7 +251,7 @@ uninstalled. ## global -The global command allows you to run other commands like `install`, `require` +The global command allows you to run other commands like `install`, `remove`, `require` or `update` as if you were running them from the [COMPOSER_HOME](#composer-home) directory.