From b36622d3167567c882431c412c760dcdf6bd70eb Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Fri, 3 Nov 2017 11:49:42 +0100 Subject: [PATCH] Update 03-cli.md Package `fabpot/php-cs-fixer` is, so I replaced it with `friendsofphp/php-cs-fixer`. --- 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 7a20d742f..6a164c0ef 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -260,7 +260,7 @@ can hold CLI tools or Composer plugins that you want to have available everywher This can be used to install CLI utilities globally. Here is an example: ```sh -php composer.phar global require fabpot/php-cs-fixer +php composer.phar global require friendsofphp/php-cs-fixer ``` Now the `php-cs-fixer` binary is available globally. Just make sure your global