All Versions
13
Latest Version
Avg Release Cycle
124 days
Latest Release
1726 days ago
Changelog History
Page 1
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 ofcomposer.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 withinconfig.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)
- โ add possibility to add additional paths/files to be scanned (see webmozart/glob for valid pattern)
see
-
v1.0.0 Changes
July 11, 2018๐ Changed
- โก๏ธ update
nikic/php-parser
to~4.0
(#75)
- โก๏ธ update
-
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
- โ add shebang
-
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