Add: Global Composer Dependencies to README

This commit is contained in:
Cody Swartz
2020-12-08 11:30:48 -08:00
committed by GitHub
parent 9b49789ca3
commit 7fb852e3ed

View File

@@ -39,6 +39,18 @@ PHP_WITHOUT_PEAR=yes asdf install php <version>
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to
install & manage versions.
## Global Composer Dependencies
After installing a global composer package you will need to run `asdf reshim`.
### Example
```shell
composer global require friendsofphp/php-cs-fixer
asdf reshim
php-cs-fixer --version
```
## License
Licensed under the