We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9b89b commit a697178Copy full SHA for a697178
1 file changed
composer-install
@@ -70,5 +70,4 @@ case "$APP_ENV" in
70
esac
71
72
# Execute `composer install`
73
-"$COMPOSER" install $COMPOSER_OPTIONS --no-interaction
74
-"$COMPOSER" dumpautoload --optimize
+"$COMPOSER" install $COMPOSER_OPTIONS --no-interaction --ignore-platform-reqs --optimize-autoloader
0 commit comments