[Scoper] Scoper PHP 7.0 require composer/composer (#6299)

* [Scoper] Scoper PHP 7.0 require composer/composer

* only in command in scoper
This commit is contained in:
Abdul Malik Ikhsan 2021-05-03 15:26:35 +07:00 committed by GitHub
parent b7056a30e5
commit 6af751468e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,9 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.ACCESS_TOKEN }}
# install only prod dependencies - do not use ramsey, it uses cache including "dev", we want to avoid it here
- run: composer install --no-dev --ansi
- run: |
composer require composer/composer
composer install --no-dev --ansi
# 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