Skip to content

Releases: timeweb/phpstan-enum

PHPStan 2 compatibility

Choose a tag to compare

@jdecool jdecool released this 13 Nov 20:39
v4.0.0
56ae8ae
v4.0.0

v4.0.0

Add duplicated Enum values in the same class rule

Choose a tag to compare

@jdecool jdecool released this 16 Oct 13:30
v3.1.0
bbbc6c1
  • 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

Choose a tag to compare

@samizdam samizdam released this 18 Nov 20:57
f2b10a5
Add PHPStan 1.0 compatibility (#25)

* Add PHPStan 1.0 compatibility

* Replace usage of deprecated Broken with ReflectionProvider

Add AlwaysUsedClassConstantsExtension rule

Choose a tag to compare

@samizdam samizdam released this 11 May 16:46
2c7a3d5

Support development workflow with docker and make.

Add AlwaysUsedClassConstantsExtension rule [YANKED]

Choose a tag to compare

@samizdam samizdam released this 09 May 15:06
2c680e4
v2.3.0

Fix lint: remove blank line (#19)

v2.2.4

Choose a tag to compare

@rincler rincler released this 14 Dec 21:36

Added compatibility with PHP 8

v2.2.3 [YANKED]

Choose a tag to compare

@rincler rincler released this 10 Dec 09:49
0c5919a

Added compatibility with PHP 8 (#15)

v2.2.2

Choose a tag to compare

@dmitrivereshchagin dmitrivereshchagin released this 11 Aug 18:31
6067608
Added phpstan 0.12.33+ compatibility (#14)

Update PHPStan from 0.11 to 0.12

Choose a tag to compare

@samizdam samizdam released this 06 Dec 19:16
Update PHPStan from 0.11 to 0.12 (#11)

* Update PHPStan from 0.11 to 0.12

* Fix PHPunit tests

Support for extension-installer

Choose a tag to compare

@samizdam samizdam released this 16 Jul 17:48
bd7928b
Merge pull request #9 from shadowhand/patch-1

Add support for extension-installer