-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for phpstan/phpdoc-parser 2 (#205)
I noticed locally that random test started to fail, turns out it's because [phpdocumentor/type-resolver added support for phpstan/phpdoc-parser v2](https://github.com/phpDocumentor/TypeResolver/releases/tag/1.10.0), but this library not ready for phpdoc-parser v2. I chose minimal version of 1.13 because minimal version of [phpdocumentor/type-resolver required it](https://github.com/phpDocumentor/TypeResolver/blob/1.7.0/composer.json#L15) so there should be no changes to `composer update --prefer-lowest`
- Loading branch information
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters