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 ofcomposer.json