Skip to content

Commit f30131b

Browse files
committed
Document environment variables for install-composer.sh
1 parent 776834d commit f30131b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.evergreen/install-composer.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/bin/sh
22
set -o errexit # Exit the script with error if any of the commands fail
33

4+
# Supported environment variables
5+
DEPENDENCIES=${DEPENDENCIES:-} # Specify "lowest" to prefer lowest dependencies
6+
COMPOSER_FLAGS="${COMPOSER_FLAGS:-}" # Optional, additional Composer flags
7+
48
PATH="$PHP_PATH/bin:$PATH"
59

610
install_composer ()

0 commit comments

Comments
 (0)