You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.