Releases: wunderio/code-quality
Releases · wunderio/code-quality
3.0.1
3.0.0
2.4.0
2.3.0
Add Drupal 10 compatibility
What's Changed
- #91. Changed finder constraint by @alexdrupal in #92
New Contributors
- @alexdrupal made their first contribution in #92
Full Changelog: 2.2.2...2.3.0
2.2.2
What's Changed
- Fix Psalm with Drupal9.5 by @Juhani-moilanen in #90
New Contributors
- @Juhani-moilanen made their first contribution in #90
Full Changelog: 2.2.1...2.2.2
2.2.1
2.2.0
2.1.0
Update PHPStan to newer version.
Fix bug with phpstan.neon not being red from project root.
Make sure you have have phpstan.neon in your project root.
cp vendor/wunderio/code-quality/config/phpstan.neon ./phpstan.neon
If you had it before and have made custom changes, then just remove code complexity lines as was done here 45a8962