Skip to content

Releases: ekino/phpstan-sonata

v1.0.0

02 Nov 10:54
eb88d7c
Compare
Choose a tag to compare
  • Improve PHPStan configuration file
  • Updated to PHPStan 1.0
  • Updated to PHPUnit 9.5
  • Drop support for PHP 7.2

v0.3.0

13 Aug 12:38
389bbf0
Compare
Choose a tag to compare
  • 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

22 Jan 13:26
09ef577
Compare
Choose a tag to compare
  • Fix tests by adding nikic/php-parser as a required dev dependency
  • Upgrade phpstan & phpstan-phpunit to ^0.12

v0.1.0

28 Aug 07:35
b967cae
Compare
Choose a tag to compare
  • 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

03 Jan 13:18
b3d8321
Compare
Choose a tag to compare
Merge pull request #2 from mremi/master

fix(namespace): update namespaces and add travis