Skip to content

0.14.0

Latest

Choose a tag to compare

@janedbal janedbal released this 25 Nov 10:47
· 4 commits to master since this release
Immutable release. Only release title and notes can be modified.
56f9f3f

New features:

  • Support PHP 8.5 features (#269)
  • Support phpbench entrypoints (#262, @simPod)
  • Support behat entrypoints (#267, @devbanana)
  • Support stream_wrapper_register magic (#266)

Improvements

  • All filepaths are now resolved relative to config file they reside (same as native PHPStan configs) (#219)
    • usageProviders.symfony.configDir
    • usageExcluders.tests.devPaths

Dependencies

  • phpstan/phpstan now requires ^2.1.23 (was ^2.1.12) (#254)

Breaking changes

  • All classes are final (#237)