From a80cf5292d6df5e83b7d17c78630506e361bede9 Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Mon, 10 May 2021 23:16:57 +0100 Subject: [PATCH] revert to working scoper 0.14 --- build/build-rector-scoped-php70.sh | 2 +- build/build-rector-scoped.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build-rector-scoped-php70.sh b/build/build-rector-scoped-php70.sh index 574feaa8eee..e2a8343d417 100644 --- a/build/build-rector-scoped-php70.sh +++ b/build/build-rector-scoped-php70.sh @@ -34,7 +34,7 @@ rm -f "$BUILD_DIRECTORY/phpstan-for-rector.neon" # 2. scope it note "Running scoper to $RESULT_DIRECTORY" -wget https://github.com/humbug/php-scoper/releases/download/0.15.0/php-scoper.phar -N --no-verbose +wget https://github.com/humbug/php-scoper/releases/download/0.14.0/php-scoper.phar -N --no-verbose # Work around possible PHP memory limits php -d memory_limit=-1 php-scoper.phar add-prefix preload.php bin config src packages rules upgrade vendor composer.json --output-dir "../$RESULT_DIRECTORY" --config scoper-php70.php --force --ansi --working-dir "$BUILD_DIRECTORY" diff --git a/build/build-rector-scoped.sh b/build/build-rector-scoped.sh index 5f1e5200892..0f2ff15e4d7 100644 --- a/build/build-rector-scoped.sh +++ b/build/build-rector-scoped.sh @@ -34,7 +34,7 @@ rm -f "$BUILD_DIRECTORY/phpstan-for-rector.neon" # 2. scope it note "Running scoper to $RESULT_DIRECTORY" -wget https://github.com/humbug/php-scoper/releases/download/0.15.0/php-scoper.phar -N --no-verbose +wget https://github.com/humbug/php-scoper/releases/download/0.14.0/php-scoper.phar -N --no-verbose # Work around possible PHP memory limits php -d memory_limit=-1 php-scoper.phar add-prefix preload.php bin config src packages rules upgrade vendor composer.json --output-dir "../$RESULT_DIRECTORY" --config scoper.php --force --ansi --working-dir "$BUILD_DIRECTORY"