File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
3232 # Note: COMPOSER_EXTRA_PACKAGES is intentionally not quoted to allow word splitting
3333 # This enables passing multiple package names separated by spaces
3434 # shellcheck disable=SC2086
35- composer require $COMPOSER_EXTRA_PACKAGES --no-interaction --no-progress --optimize-autoloader
35+ composer require $COMPOSER_EXTRA_PACKAGES --no-dev --no- interaction --no-progress --optimize-autoloader
3636 if [ $? -eq 0 ]; then
3737 echo " Successfully installed additional composer packages"
3838 else
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ if [ -n "$COMPOSER_EXTRA_PACKAGES" ]; then
4545 # Note: COMPOSER_EXTRA_PACKAGES is intentionally not quoted to allow word splitting
4646 # This enables passing multiple package names separated by spaces
4747 # shellcheck disable=SC2086
48- sudo -E -u www-data composer require $COMPOSER_EXTRA_PACKAGES --no-interaction --no-progress --optimize-autoloader
48+ sudo -E -u www-data composer require $COMPOSER_EXTRA_PACKAGES --no-dev --no- interaction --no-progress --optimize-autoloader
4949 if [ $? -eq 0 ]; then
5050 echo " Successfully installed additional composer packages"
5151 else
You can’t perform that action at this time.
0 commit comments