v1.7.0
This release moves the installation of composer out of the service image and into the app build process. This means that when starting your app for the first time, or when subsequently running a lando rebuild, the latest appropriate version of composer will be installed automatically. You can skip this step by setting composer_version: false.
CHANGELOG
- Added logic to allow default
composerversion to be set based on PHP version. - Added
2.2and2.2-latestshorthand options to install the latest stable 2.2 LTS version ofcomposer. - Set default
composerversion to2-latest - Set default
composerversion to2.2-latestfor PHP 5.3-7.2 - Set default
composerversion to1-latestfor PHP <= 5.2 - Removed
composerinstallation from images to prefer installing during app build - Fixed bug causing
composer2.2.x to be installed whencomposer_versionwas set to a single digit version such as1 - Fixed mismatched
libsqlite3-devandlibsqlite3-0versions in PHP 8.3 and 8.4 images - Fixed regression causing ImageMagick
convertto not be available in images withimagickextension enabled