diff --git a/bin/build-release.sh b/bin/build-release.sh index edcd7910..179ca1ca 100755 --- a/bin/build-release.sh +++ b/bin/build-release.sh @@ -29,8 +29,7 @@ svn export "$REPOPATH" # Use composer only on newer versions that have a composer.json if [ -f "$TAG/composer.json" ]; then if [ ! -x composer.phar ]; then - echo "$0: Composerfile detected, but Composer not installed?" >&2 - exit 1 + curl -sS https://getcomposer.org/installer | php fi # Install dependencies (without vcs history or dev tools)