docs: remove ignore-platform-reqs from composer install (#4940)

This commit is contained in:
Alexis Saettler
2021-03-07 19:00:39 +01:00
committed by GitHub
parent 70c6e70b71
commit 991ff8a624
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ RUN install-composer.sh
RUN set -ex; \
\
mkdir -p storage/framework/views; \
composer install --no-interaction --no-progress --no-dev --ignore-platform-reqs; \
composer install --no-interaction --no-progress --no-dev; \
composer clear-cache; \
rm -rf .composer