Releases: ekino/phpstan-sonata
Releases · ekino/phpstan-sonata
v1.0.0
- Improve PHPStan configuration file
- Updated to PHPStan 1.0
- Updated to PHPUnit 9.5
- Drop support for PHP 7.2
v0.3.0
- Drop support for PHP 7.1
- Add support to PHPStan extension installer
- Add sonata-project/datagrid-bundle as direct dependency
- Switch to the new security checker
- Migrate from Travis to GitHub Actions
- Fix deprecated PHP-CS rules
- Allow PHP 8.0
v0.2.0
- Fix tests by adding nikic/php-parser as a required dev dependency
- Upgrade phpstan & phpstan-phpunit to ^0.12
v0.1.0
- Enable strict typing
- Add coveralls and badges
- Upgrade phpstan & phpstan-phpunit to ^0.11
- Move phpstan-phpunit to dev dependencies
- Improve detection of QueryBuilder methods
- Improve detection of ObjectRepository magic methods
v0.0.1
Merge pull request #2 from mremi/master
fix(namespace): update namespaces and add travis