[Scoper] Allow "composer/xdebug-handler": "^1.3.0 || ^2.0" (#6349)

* [Scoper] Allow "composer/xdebug-handler": "^1.3.0 || ^2.0"

* single |

* config
This commit is contained in:
Abdul Malik Ikhsan 2021-05-05 21:43:10 +07:00 committed by GitHub
parent 23b6e5e8d6
commit dabc7869bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -34,13 +34,12 @@ jobs:
# install only prod dependencies - do not use ramsey, it uses cache including "dev", we want to avoid it here
- run: |
composer config repositories.phpstan/phpstan-src vcs https://github.com/phpstan/phpstan-src
composer require phpstan/phpstan-src:0.12.85
composer require composer/composer
composer install --no-dev --ansi
composer config repositories.phpstan/phpstan-src vcs https://github.com/phpstan/phpstan-src
rm -rf vendor/phpstan/phpstan
composer dump-autoload
composer update composer/xdebug-handler:^1.3.0
composer require phpstan/phpstan-src:0.12.85
# 1. copy files to $NESTED_DIRECTORY directory Exclude the scoped/nested directories to prevent rsync from copying in a loop
- run: rsync --exclude rector-build-php70 -av * rector-build-php70 --quiet

View File

@ -29,7 +29,7 @@
"ext-dom": "*",
"ext-json": "*",
"composer/semver": "^3.2",
"composer/xdebug-handler": "^2.0",
"composer/xdebug-handler": "^1.3.0|^2.0",
"danielstjules/stringy": "^3.1",
"doctrine/inflector": "^2.0",
"jean85/pretty-package-versions": "^1.6",