Skip to content

Commit 853e7a5

Browse files
committed
Merge pull request #40 from loadsys/f/composer-install-improvements
Integrates composer-install improvements from the 3.x branch.
2 parents 2c9b89b + a697178 commit 853e7a5

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)