All Versions
13
Latest Version
Avg Release Cycle
124 days
Latest Release
1552 days ago

Changelog History
Page 1

  • v2.1.0 Changes

    December 28, 2019

    โž• 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
  • v2.0.0 Changes

    March 19, 2019

    โž• 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
  • v1.1.0 Changes

    September 03, 2018

    โž• Added

    • โž• add possibility to add additional paths/files to be scanned (see webmozart/glob for valid pattern) see scan-files key within config.dist.json (fixes #76, #77)
    • dynamically detects vendor dir from composer.json vendor-dir setting (#85)
    • core extensions get recognised for php-64bit (#80)

    ๐Ÿ”„ Changed

    • only using stable dependencies now (#86)
  • v1.0.0 Changes

    July 11, 2018

    ๐Ÿ”„ Changed

    • โšก๏ธ update nikic/php-parser to ~4.0 (#75)
  • v0.2.1 Changes

    March 20, 2018

    โž• Added

    • object keyword (introduced in PHP 7.2) is now whitelisted (#61)

    ๐Ÿ”„ Changed

    • ๐Ÿ›  fixes recording of constants that are defined by the function define() (#55)
    • ๐Ÿ›  fixes usage of exclude-from-classmap key of composer.json (#60)
    • ๐Ÿ›  fixed several docblocks
  • v0.2.0 Changes

    January 20, 2018

    ๐Ÿ”„ Changed

    • PHP 7.1 required
    • displays more detailed errors if json config format is not valid
    • ๐Ÿ›  fixed fatal error when parsing trait usage with modified visibility (#44)
    • when locating files "exclude-from-classmap" will be taken into account
    • โž• add option "--ignore-parse-errors" ComposerRequireChecker will not throw parser exceptions if this is set (#35)
  • v0.1.6 Changes

    September 24, 2017

    โž• Added

    • โž• add shebang #!/usr/bin/env php to phar file / allows direct execution of phar file
  • v0.1.5 Changes

    July 23, 2017

    โž• Added

    • โž• added builtin phar extension to default list
    • ๐Ÿ›  fixes problems when parsing anonymous classes (#23)
  • v0.1.4 Changes

    May 13, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿ›  fixes problems when provided composer.json path was absolute
  • v0.1.3 Changes

    May 13, 2017

    โž• Added

    • ๐Ÿ”„ CHANGELOG
    • ๐Ÿ‘Œ support for PHP 7.1

    ๐Ÿ”„ Changed

    • ๐Ÿ“œ using nikic/php-parser 3.0
    • โœ… use PHPUnit 6.0 for testing
    • ๐Ÿ›  fixes problems with relative paths when used as phar file