Skip to content

Releases: llaville/php-compatinfo

6.1.2

28 Jan 08:58
Compare
Choose a tag to compare

Changed

  • fix bartlett/php-compatinfo-db constraint to fix conflict with future versions 3.19 or greater

6.1.1

18 Jan 10:22
Compare
Choose a tag to compare

Changed

  • GH-319 Add Platform to composer.json (thanks to @remicollet)
  • fix php-compatinfo-db constraint to avoid conflict with new version feature introduced in 3.17.0

Fixed

  • GH-339 Stop on empty/broken files during analysis (thanks to @yuri-ccp for reporting)

Removed

6.0.4

18 Jan 10:17
Compare
Choose a tag to compare

Fixed

  • GH-339 Stop on empty/broken files during analysis (thanks to @yuri-ccp for reporting)

6.1.0

06 Jan 10:31
Compare
Choose a tag to compare

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)

5.5.6

06 Jan 08:48
Compare
Choose a tag to compare

WARNING All previous versions that support PHP 7.4 are also affected, but I maintain only the last version 5.5.x

Fixed

6.0.3

05 Jan 11:06
Compare
Choose a tag to compare

6.0.2

27 Dec 15:38
Compare
Choose a tag to compare

Fixed

  • GH-313 Cannot install CompatInfo as a vendor dependency

5.5.5

27 Dec 15:11
Compare
Choose a tag to compare

Fixed

  • GH-313 Cannot install CompatInfo as a vendor dependency

6.0.1

13 Dec 12:18
Compare
Choose a tag to compare

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

11 Dec 07:17
Compare
Choose a tag to compare

Major changes in this new version 6.0

  • Drop support for PHP 7.2 and PHP 7.3 (unmaintained)
  • Refactor all monolithic code to individual sniffs
  • Enhanced plugin architecture