Skip to content

v1.7.0

Compare
Choose a tag to compare
@AaronFeledy AaronFeledy released this 08 Jan 19:16
· 4 commits to main since this release

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 and 2.2-latest shorthand options to install the latest stable 2.2 LTS version of composer.
  • Set default composer version to 2-latest
  • Set default composer version to 2.2-latest for PHP 5.3-7.2
  • Set default composer version to 1-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 when composer_version was set to a single digit version such as 1
  • Fixed mismatched libsqlite3-dev and libsqlite3-0 versions in PHP 8.3 and 8.4 images
  • Fixed regression causing ImageMagick convert to not be available in images with imagick extension enabled