Skip to content

Commit

Permalink
Update to phpdoc-parser 1.5.2 (#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 16, 2022
1 parent dec1ddd commit bf9d5ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/packages_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:

- run: composer config minimum-stability dev

# issue with array shape on just released 1.15.1
- run: composer require phpstan/phpdoc-parser:1.15.0

# test with current commit in a pull-request
-
run: composer require rector/rector-src dev-main#${{github.event.pull_request.head.sha}} --no-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"nette/utils": "^3.2.8",
"nikic/php-parser": "^4.15.2",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "1.15.0",
"phpstan/phpdoc-parser": "^1.15.2",
"phpstan/phpstan": "^1.9.3",
"phpstan/phpstan-phpunit": "^1.2.2",
"react/event-loop": "^1.3",
Expand Down

0 comments on commit bf9d5ab

Please sign in to comment.