Releases: phpstan/phpstan-webmozart-assert
Releases · phpstan/phpstan-webmozart-assert
1.0.6
9009135
- Support string assertions resulting in non-empty-string
1.0.5
0aa685e
- Move type assertion tests into TypeTest
9bdc258
- Extract comparison tests
45b115f
- Support keyNotExists
baf0436
- Extract remaining collection tests
7db7d85
- Extract remaining tests
11ecf41
- Support remaining array count assertions
1.0.3
0636456
- Composer > Remove --no-suggest
d04b381
- Rename conflicting classes
4e2fc5e
- Allow Composer plugins in build-cs
42b5926
- Support positiveInteger
0b96b34
- Increase minimum supported webmozart/assert to 1.10
1.0.0
a1b9607
- Open 1.0-dev
a83bf9e
- Improve compatibility with PHPStan 1.0
41afc8e
- Constrain lowest PHPParser version to 4.13.0
d68938d
- Improve compatibility with nikic/php-parser 4.13.0
83546e1
- Improve compatibility with PHPStan 1.0
0.12.16
0422ea8
- Add support for interfaceExists
0.12.15
719bc82
- Fix
978e524
- Resolve Assert::minLength($s, 1+)
to non-empty-string
0.12.14
9b093e3
- modernise tests
8925bd3
- add support for methodExists and propertyExists
c500936
- add support for isArrayAccessible