We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3b0ba commit e25168dCopy full SHA for e25168d
build/build-scoped.sh
@@ -37,7 +37,7 @@ wget https://github.com/humbug/php-scoper/releases/download/0.17.5/php-scoper.ph
37
mkdir "$RESULT_DIRECTORY" -p
38
39
# Work around possible PHP memory limits
40
-php -d memory_limit=-1 php-scoper.phar add-prefix bin src stubs vendor composer.json --output-dir "../$RESULT_DIRECTORY" --config scoper.php --force --ansi --working-dir "$BUILD_DIRECTORY"
+php -d memory_limit=-1 php-scoper.phar add-prefix bin src vendor composer.json --output-dir "../$RESULT_DIRECTORY" --config scoper.php --force --ansi --working-dir "$BUILD_DIRECTORY"
41
42
note "Show prefixed files in '$RESULT_DIRECTORY'"
43
ls -l $RESULT_DIRECTORY
0 commit comments