1.11.0
Closed Oct 10, 2021
100% complete
Feature release (minor)
Added
- Added JSON Schema validation for the
.laminas-ci.json
. This will help to avoid misconfiguration of your CI pipeline. - Added
@lowest
and@latest
alias for PHP version configurations. - Added the ability to pass additional composer arguments within CI container via
.laminas-ci.json
. - Adds support for Infection. If Infection is use…
Feature release (minor)
Added
- Added JSON Schema validation for the
.laminas-ci.json
. This will help to avoid misconfiguration of your CI pipeline. - Added
@lowest
and@latest
alias for PHP version configurations. - Added the ability to pass additional composer arguments within CI container via
.laminas-ci.json
. - Adds support for Infection. If Infection is used along with the
roave/infection-static-analysis-plugin
, the plugins wrapper will be used as the executable in favor of the Infection executable.
Changed
- Project extensions are now parsed from the
composer.json
and will be merged with the.laminas-ci.json
. If your project has all extensions configured asext-*
via composersrequire
orrequire-dev
section, there is no need to repeat these in the.laminas-ci.json
anymore. Please note that extensions which are required by downstream components are unparsable and won't be taken into account
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.