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
composer
version to be set based on PHP version. - Added
2.2
and2.2-latest
shorthand options to install the latest stable 2.2 LTS version ofcomposer
. - Set default
composer
version to2-latest
- Set default
composer
version to2.2-latest
for PHP 5.3-7.2 - Set default
composer
version to1-latest
for PHP <= 5.2 - Removed
composer
installation from images to prefer installing during app build - Fixed bug causing
composer
2.2.x to be installed whencomposer_version
was set to a single digit version such as1
- Fixed mismatched
libsqlite3-dev
andlibsqlite3-0
versions in PHP 8.3 and 8.4 images - Fixed regression causing ImageMagick
convert
to not be available in images withimagick
extension enabled