Skip to content

Commit a697178

Browse files
committed
Integrates composer-install improvements from the 3.x branch.
1 parent 2c9b89b commit a697178

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer-install

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,4 @@ case "$APP_ENV" in
7070
esac
7171

7272
# Execute `composer install`
73-
"$COMPOSER" install $COMPOSER_OPTIONS --no-interaction
74-
"$COMPOSER" dumpautoload --optimize
73+
"$COMPOSER" install $COMPOSER_OPTIONS --no-interaction --ignore-platform-reqs --optimize-autoloader

0 commit comments

Comments
 (0)