Releases: phpstan/phpdoc-parser
Releases · phpstan/phpdoc-parser
1.3.0
- c089469 - Support multiline callable syntax
- ad95bff - Fix workflows
- f794407 - Drop alias
- da41cc9 - Drop support for PHP 7.1, require PHPStan 1.5.0
- 337ff95 - Update dependency slevomat/coding-standard to v7.0.20
- 4bda9e3 - Update actions/checkout action to v3
- 3810829 - Update dependency slevomat/coding-standard to v7.0.19
- d5a6692 - Update dependency slevomat/coding-standard to v7
- 1ab10d8 - Update build-cs
- 9654349 - Update renovate.json
- f3a334c - Update lock-closed-issues.yml
- bad64f8 - Update github-actions
- 2c43989 - Update metcalfc/changelog-generator action to v1.0.1
- b862cf7 - Update dependency consistence-community/coding-standard to v3.11.1
- cb952de - Delete dependabot.yml
- ac70f70 - Update and rename renovate.json to .github/renovate.json
- 30cfc4b - Add renovate.json
- 7d4d93b - update phpunit.xml schema
- 4bf544b - PhpDocNode: Swap array_column() and array_filter()
- b63ce39 - Update release.yml
- 8bae8e1 - Tweet release action
- bf8b5db - Allow Composer plugins
- 00abc18 - Test on PHP 8.1
- 253dabd - Composer > Remove
--no-suggest
- d639142 - Backward compatibility check
1.2.0
1.1.0
da187fd
- Require PHPStan 1.0d622b7c
- Add support for reference in phpdoc605e369
- Fix wildcard parsing to end if a space follows, fixes phpstan/phpstan#5628