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
This commit is contained in:
parent
79c799f576
commit
043a094c3b
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ composerRepositoryConfigureHook() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -f "composer.lock" ]]; then
|
if [[ ! -f "composer.lock" ]]; then
|
||||||
|
COMPOSER_ROOT_VERSION="${version}" \
|
||||||
composer \
|
composer \
|
||||||
--no-ansi \
|
--no-ansi \
|
||||||
--no-install \
|
--no-install \
|
||||||
|
|
Loading…
Reference in a new issue