Skip to content

Releases: alekitto/class-finder

0.2.0

19 Dec 12:17
81cb222
Compare
Choose a tag to compare

BREAKING CHANGES:

  • phpdocumentor/reflection 3 is not supported anymore. Please update to v4 if you want to use the phpdocumentor finder.
  • Added withAttribute to FinderInterface to filter class by PHP attribute.

CHANGES:

  • Allow PHP 8. Drop support for PHP < 7.4.
  • Changed code style rules.
  • Check code against PHPStan.