fix: install composer before user build steps by AaronFeledy · Pull Request #214 · lando/php

added 2 commits

February 18, 2026 15:13
Move composer installation from build_internal to build_as_root_internal
so it runs before user build_as_root commands. Previously, if a
build_as_root step failed, it would prevent composer from being installed
entirely.

Fixes #211

@AaronFeledy AaronFeledy changed the title Fix composer silently failing when build_as_root fails fix: install composer before user build steps

Feb 18, 2026

@AaronFeledy