Skip to content

Commit

Permalink
Update 03-cli.md
Browse files Browse the repository at this point in the history
Package `fabpot/php-cs-fixer` is, so I replaced it with `friendsofphp/php-cs-fixer`.
  • Loading branch information
cafferata committed Nov 3, 2017
1 parent da11ed3 commit b36622d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/03-cli.md
Expand Up @@ -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
Expand Down

0 comments on commit b36622d

Please sign in to comment.