Releases: phpstan/phpstan-phpunit
Releases · phpstan/phpstan-phpunit
0.12.20
534606b
- Drop Phing for Makefile
82b919a
- chore: Use the latest PHPUnit wherever possible, use PHP 8.0 for PHPCS
151d71b
- Rewrite in backward compatibility compliant way
8e11b1a
- Make sure AssertFunctionTypeSpecifyingExtension works with namespaced functions
efc0099
- Fix
0.12.19
25fe53e
- Fix build
07cbf74
- Bump metcalfc/changelog-generator from v0.4.4 to v1.0.0
527d8e1
- Require PHPStan 0.12.83
3123fec
- Lock closed issues
52f7072
- Unchecked exceptions configuration
0.12.18
58e52ad
- Dependabot
ab44aec
- Allow toggling union to intersection type conversion
0.12.17
7c54b2d
- Use the maintained version of php-parallel-lint
e5edd1c
- Travis > Test on PHP 7.3 and 7.4
0adbd9f
- Updated coding standard that can run on PHP 7.4
ef674b8
- Bump minimum versions to prevent deprecations while running in lowest mode
7bd24ab
- Use GitHub Actions instead of Travis CI
432575b
- Automatic release workflow
0.11.2
- Include rules.neon for phpstan/extension-installer (fbf2ad5)
0.11.1
- Extension installer support (#45), thanks @lookyman!
- Fix detection of unspecific assert*() with direct Assert::assert*() calls (#47), thanks @Majkl578!
0.10
- Removed
strictRules.neon
(everything is in rules.neon
now)
- Type-specifying extension for various PHPUnit's
assert*
methods
- Composer: Replaced some requirements with conflicts - #19, thanks @lookyman!