Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 3.13 KB

CHANGELOG-6.x.md

File metadata and controls

81 lines (50 loc) · 3.13 KB

Changes in 6.x

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning, using the Keep a CHANGELOG principles.

Removed

6.1.0 - 2022-01-06

Added

  • improves output option by introducing Reporter extension (see documentation)
  • #312: Add SARIF output format

Changed

Removed

  • 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

Fixed

6.0.2 - 2021-12-27

Fixed

  • GH-313 Cannot install CompatInfo as a vendor dependency

6.0.1 - 2021-12-13

Fixed

  • #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

Added

  • Phar manifest (--manifest option) is available with Phar version only (build with box-project/box 3.10 or greater)
  • Mega-Linter v5 support as QA tool to avoid technical debt
  • #308 : Support to PHP 8.1

Fixed

  • #286 - Mass method signature mismatch
  • #294 - Method signature inheritance issue (thanks @szepeviktor)

Removed

  • drop support of PHP 7.2
  • drop support for PHP 7.3 has ended 6th December 2021.
  • file config/container.php replaced by src/Infrastructure/Framework/Symfony/DependencyInjection/ContainerFactory.php