From 877f1b150ffdc7b894e392ec05aa4a130fbb40ae Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 29 Apr 2024 11:03:24 +0200 Subject: [PATCH] Add new uninstall alias to 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 bd05c04c2..5b29fd9b2 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -313,7 +313,7 @@ If you do not want to install the new dependencies immediately you can call it w * **--apcu-autoloader-prefix:** Use a custom prefix for the APCu autoloader cache. Implicitly enables `--apcu-autoloader`. -## remove / rm +## remove / rm / uninstall The `remove` command removes packages from the `composer.json` file from the current directory.