From 7fb852e3ed212ffe17c38d13fbe7da6953d8d738 Mon Sep 17 00:00:00 2001 From: Cody Swartz Date: Tue, 8 Dec 2020 11:30:48 -0800 Subject: [PATCH] Add: Global Composer Dependencies to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 01dd13a..ef93a35 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,18 @@ PHP_WITHOUT_PEAR=yes asdf install php 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