mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
Add: Global Composer Dependencies to README
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user