Releases: doctrine/.github
Releases · doctrine/.github
Require docs/composer.json
Fix version checking
11.0.0 11.0.0
Check PHP Config
Changed
The PHPUnit jobs now check the PHP config.
Use development config file for PHP
Changed
setup-php
is now configured to use the development ini file of PHP
Use docs builder for `documentation.yml`
Changes the documentation workflow by using the unified docs-builder
.
To upgrade
- Ensure docs reside in
docs/en
- Ensure
docs/composer.json
exists
PHPCS 4 required
Changed
The -q
option has been dropped from phpcs
invocations. A consequence is that you have to upgrade to PHPCS 4 to keep using the coding-standard workflow.
Report all CS errors
Changed
For the coding standard job, on top of the existing formats, emacs format is now used as well, because it also reports unfixable errors.
Upgrade phpdocumentor
Pinned phpdocumentor
Changed
Instead of using a version constraint for phpDocumentor/*
, we now use a version, to avoid surprises.
Locked deps
Added
A new composer-dependency-versions
option has been added to allow configuring ramsey/composer-install
's dependency-versions
option.