All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning, using the Keep a CHANGELOG principles.
6.1.0 - 2022-01-06
- improves
output
option by introducing Reporter extension (see documentation) - #312: Add SARIF output format
-
moved Doctrine ORM
cli-config.php
file from root folder toconfig/
directory (more sense) -
Support Typed properties features, now minimum PHP requirement is 7.4
Read more about this feature at :
Bartlett\CompatInfo\Presentation\Console\ApplicationInterface::VERSION
constant that identify current version of Application- deprecated / End Of Life composer plugin
composer/package-versions-deprecated
, and use Composer 2.2 (LTS) equivalent feature symfony/phpunit-bridge
dependency (not used)
6.0.3 - 2022-01-05
6.0.2 - 2021-12-27
- GH-313 Cannot install CompatInfo as a vendor dependency
6.0.1 - 2021-12-13
- #309: Composer 2.2 compatibility for plugins (thanks to @remicollet for reporting)
- #310: Symfony 4 compatibility (thanks to @remicollet for reporting)
6.0.0 - 2021-12-11
- Phar manifest (
--manifest
option) is available with Phar version only (build withbox-project/box
3.10 or greater) - Mega-Linter v5 support as QA tool to avoid technical debt
- #308 : Support to PHP 8.1
- #286 - Mass method signature mismatch
- #294 - Method signature inheritance issue (thanks @szepeviktor)
- drop support of PHP 7.2
- drop support for PHP 7.3 has ended 6th December 2021.
- file
config/container.php
replaced bysrc/Infrastructure/Framework/Symfony/DependencyInjection/ContainerFactory.php