wp-cli / handbook

📖 Complete documentation for WP-CLI

Home Page:https://make.wordpress.org/cli/handbook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update composer installation instructions to reference `wp-cli/wp-cli-bundle`.

TimothyBJacobs opened this issue · comments

The current docs recommend installing composer globally like so:

composer global require wp-cli/wp-cli

It seems like that should be replaced with

composer global require wp-cli/wp-cli-bundle

https://make.wordpress.org/cli/handbook/installing/#installing-via-composer

I've gone ahead and edited this section of the documentation - #279.

Composer was tested on a PHP 7.2 Docker container with debian-slim as the underlying OS. Windows testing still needs to happen.

Fixed via #279