We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776834d commit f30131bCopy full SHA for f30131b
.evergreen/install-composer.sh
@@ -1,6 +1,10 @@
1
#!/bin/sh
2
set -o errexit # Exit the script with error if any of the commands fail
3
4
+# Supported environment variables
5
+DEPENDENCIES=${DEPENDENCIES:-} # Specify "lowest" to prefer lowest dependencies
6
+COMPOSER_FLAGS="${COMPOSER_FLAGS:-}" # Optional, additional Composer flags
7
+
8
PATH="$PHP_PATH/bin:$PATH"
9
10
install_composer ()
0 commit comments