Skip to content

Releases: timeweb/phpstan-enum

PHPStan 2 compatibility

13 Nov 20:39
v4.0.0
56ae8ae

Choose a tag to compare

Add duplicated Enum values in the same class rule

16 Oct 13:30
v3.1.0
bbbc6c1

Choose a tag to compare

  • Add duplicated Enum values in the same class rule
  • Add documentation about usage of phpstan/extension-installer
  • [Internal] Add test with PHP 8.1 & 8.2
  • [Internal] Improve CI stability

phpstan major release support

18 Nov 20:57
f2b10a5

Choose a tag to compare

Add PHPStan 1.0 compatibility (#25)

* Add PHPStan 1.0 compatibility

* Replace usage of deprecated Broken with ReflectionProvider

Add AlwaysUsedClassConstantsExtension rule

11 May 16:46
2c7a3d5

Choose a tag to compare

Support development workflow with docker and make.

Add AlwaysUsedClassConstantsExtension rule [YANKED]

09 May 15:06
2c680e4

Choose a tag to compare

v2.3.0

Fix lint: remove blank line (#19)

v2.2.4

14 Dec 21:36

Choose a tag to compare

Added compatibility with PHP 8

v2.2.3 [YANKED]

10 Dec 09:49
0c5919a

Choose a tag to compare

Added compatibility with PHP 8 (#15)

v2.2.2

11 Aug 18:31
6067608

Choose a tag to compare

Added phpstan 0.12.33+ compatibility (#14)

Update PHPStan from 0.11 to 0.12

06 Dec 19:16

Choose a tag to compare

Update PHPStan from 0.11 to 0.12 (#11)

* Update PHPStan from 0.11 to 0.12

* Fix PHPunit tests

Support for extension-installer

16 Jul 17:48
bd7928b

Choose a tag to compare

Merge pull request #9 from shadowhand/patch-1

Add support for extension-installer