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
+1 -1
View File
@@ -68,7 +68,7 @@ cd $DESTDIR
if [ -n "${GIT_TAG:-}" ]; then
git checkout tags/$GIT_TAG
fi
composer install --no-interaction --no-dev --no-progress --ignore-platform-reqs >/dev/null
composer install --no-interaction --no-dev --no-progress >/dev/null
composer clear-cache
echo -e "\n\033[4;32mConfiguring Monica\033[0;40m"