Skip to content

Choose a tag to compare

@laminas-bot laminas-bot released this 17 Aug 20:05
· 4 commits to 1.10.x since this release
1.9.0
059424a

Release Notes for 1.9.0

Added

  • This release adds a new configuration option, ignore_php_platform_requirements. The value accepts an object, with keys representing the PHP minor version for which the flag applies, and the values being boolean values indicating whether or not to emit the --ignore-platform-req=php option when running a composer install or composer update option. By default, PHP 8.0 has a true value, while all other PHP versions evaluate to false (do not emit the option).

Deprecated

  • The ignore_platform_reqs_8 setting in .laminas-ci.json is deprecated; please use the ignore_php_platform_requirements setting as detailed in the "Added" section.

1.9.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement