Skip to content

Commit b141d16

Browse files
authored
Test a $PATH workaround for Composer in Heroku CI via .profile
1 parent d09655c commit b141d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export PATH="$PATH:$(cd "$(dirname "$(realpath "$(which composer)")")"; cd ../../..; realpath "$(PHP_INI_SCAN_DIR= COMPOSER_AUTH= composer config --no-plugins bin-dir)")"

0 commit comments

Comments
 (0)