Skip to content

Releases: maglnet/ComposerRequireChecker

3.5.0

10 Nov 11:55
3.5.0
1379c49
Compare
Choose a tag to compare

Release Notes for 3.5.0

Feature release (minor)

3.5.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

enhancement

3.4.0

08 Nov 10:13
3.4.0
b503714
Compare
Choose a tag to compare

3.3.1

08 Nov 09:54
3.3.1
4ba3ebd
Compare
Choose a tag to compare

3.3.1 - 2021-11-08


Release Notes for 3.3.1

3.3.x bugfix release (patch)

3.3.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

bug

3.3.0

09 Jun 11:44
3.3.0
4063254
Compare
Choose a tag to compare

3.2.0

11 Mar 11:59
3.2.0
cd6c6b9
Compare
Choose a tag to compare

Release Notes for 3.2.0

3.2.0

  • Total issues resolved: 2
  • Total pull requests resolved: 2
  • Total contributors: 3

enhancement

3.1.0

20 Jan 19:41
3.1.0
b3cd6d3
Compare
Choose a tag to compare

Release Notes for 3.1.0

3.1.0

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

enhancement

3.0.0

18 Jan 08:04
3.0.0
Compare
Choose a tag to compare

3.0.0

This release brings in PHP 8 support, and improves types and internal symbols
for the application itself.

Upgrading should be straightforward for most users: if you extended from internal
symbols of this application, you may want to run a static analysis tool to detect
any internal incompatible type changes.

  • Total issues resolved: 4
  • Total pull requests resolved: 35
  • Total contributors: 13

dependencies

enhancement

dependencies,enhancement

bc break,dependencies,enhancement,help wanted

bc break,enhancement

duplicate,enhancement

bug

bug,dependencies,enhancement

duplicate,enhancement,wontfix

2.1.0

28 Dec 13:52
0c66698
Compare
Choose a tag to compare

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

2.0.0

19 Mar 20:23
2d0ed3c
Compare
Choose a tag to compare

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

1.1.0

03 Sep 09:29
20a7a3b
Compare
Choose a tag to compare

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)