Skip to content

Commit

Permalink
Use phpstan/phpdoc-parser 1.5.* to avoid space removal (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jun 9, 2022
1 parent ca02184 commit 78954bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/packages_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:

# test with current commit in a pull-request
-
run: composer require rector/rector-src dev-main#${{github.event.pull_request.head.sha}} --no-update
run: |
composer require phpstan/phpdoc-parser:1.5.* --no-update
composer require rector/rector-src dev-main#${{github.event.pull_request.head.sha}} --no-update
if: ${{ github.event_name == 'pull_request' }}

- run: composer install --ansi
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"nette/utils": "^3.2.7",
"nikic/php-parser": "^4.14.0",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.5.1",
"phpstan/phpdoc-parser": "1.5.*",
"phpstan/phpstan": "^1.7.10",
"phpstan/phpstan-phpunit": "^1.1",
"react/child-process": "^0.6.4",
Expand Down

0 comments on commit 78954bb

Please sign in to comment.