Use phpstan/phpdoc-parser 1.5.* to avoid space removal (#2464)

This commit is contained in:
Abdul Malik Ikhsan 2022-06-09 18:46:03 +07:00 committed by GitHub
parent ca02184695
commit 78954bb4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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",