Releases: alekitto/class-finder
Releases · alekitto/class-finder
0.2.0
BREAKING CHANGES:
phpdocumentor/reflection
3 is not supported anymore. Please update to v4 if you want to use the phpdocumentor finder.- Added
withAttribute
toFinderInterface
to filter class by PHP attribute.
CHANGES:
- Allow PHP 8. Drop support for PHP < 7.4.
- Changed code style rules.
- Check code against PHPStan.