Read composer bin-dir from global context.
parent
86e656ab20
commit
e764a40758
|
@ -123,7 +123,7 @@ section_end
|
|||
# composer
|
||||
section "composer"
|
||||
if [ $PROFILE_COMPOSER -gt 0 ]; then
|
||||
PATH="$PATH:$(composer config --absolute bin-dir)"
|
||||
PATH="$PATH:$(composer config --global --absolute bin-dir)"
|
||||
export PATH
|
||||
fi
|
||||
section_end
|
||||
|
|
Loading…
Reference in New Issue