Compoer Require Checker v2.1.0 Release Notes

Release Date: 2019-12-28 // over 4 years ago
  • โž• Added

    • โž• Add support of Symfony Console 5. - #174
    • โœ… Test on PHP 7.4 - #164

    ๐Ÿ”„ Changed

    • โšก๏ธ updated a lot of dependencies within the phar file
    • Require ext-zend-opcache for development. - #161 #160
    • Invalid version reported when installed without .git - #109
    • Correctly report tool version in cli - #146
    • ๐Ÿ›  Fix: Configure path to PHPUnit result cache file - #131
    • โœจ Enhancement: Clean up .gitignore - #132
    • ๐Ÿ›  Fix: Badges - #133
    • ๐Ÿ›  Fix: Remove file headers - #129
    • โœจ Enhancement: Mark test classes as final - #130
    • โœจ Enhancement: Update phpunit/phpunit - #126
    • โœจ Enhancement: Sort unknown symbols - #117
    • ๐Ÿ›  Fix: Drop support for PHP 7.1 - #127
    • โœจ Enhancement: Collect coverage only when actually desired - #121
    • ๐Ÿ›  Fix: Reduce visibility of setUp() - #123
    • โœจ Enhancement: Keep packages sorted in composer.json - #124
    • โœจ Enhancement: Reference phpunit.xsd as installed with composer - #125
    • โœจ Enhancement: Add void return type declarations to test methods - #118
    • ๐Ÿ›  Fix: Do not update composer itself twice - #119
    • ๐Ÿ›  Fix: Exclude test fixtures from scrutiny of Scrutinizer - #120
    • โœจ Enhancement: Normalize composer.json - #122
    • Don't load composer.json file twice - #116

Previous changes from v2.0.0

  • โž• Added

    • โž• add symbol counts to check command for verbose output - #90
    • suggest php as extension if it's a core extension - #103
    • ensure binary returns correct exit code - #89 #98 #107
    • normalize extension names - #99 #100

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ use installed.json instead of composer.json