Commit 043a094c authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

php.buildComposerProject: add missing `COMPOSER_ROOT_VERSION` env var.

This is mostly required for vimeo/psalm
It doesn't harm anything to add it anyway
parent 79c799f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ composerRepositoryConfigureHook() {
    fi

    if [[ ! -f "composer.lock" ]]; then
        COMPOSER_ROOT_VERSION="${version}" \
        composer \
            --no-ansi \
            --no-install \