[Scoped] Re-remove composer.lock before require phpstan-src (#6354)

* [Scoped] Re-remove composer.lock before require phpstan-src

* allow symfony-console ^4.3
This commit is contained in:
Abdul Malik Ikhsan 2021-05-05 23:10:38 +07:00 committed by GitHub
parent 44e6c2caed
commit 19be811796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ jobs:
composer remove symplify/phpstan-rules --update-with-dependencies --dev
composer remove symplify/phpstan-extensions --update-with-dependencies --dev
composer config repositories.phpstan/phpstan-src vcs https://github.com/phpstan/phpstan-src
rm composer.lock
composer require phpstan/phpstan-src:0.12.85
composer require composer/composer
composer install --no-dev --ansi

View File

@ -48,7 +48,7 @@
"rector/rector-phpunit": "^0.10.8",
"rector/rector-symfony": "^0.10.5",
"sebastian/diff": "^4.0.4",
"symfony/console": "^4.4.8|^5.1",
"symfony/console": "^4.3|^5.1",
"symfony/dependency-injection": "^5.1",
"symfony/finder": "^4.4.8|^5.1",
"symfony/http-kernel": "^4.4.8|^5.1",