Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 997c884 + 7d87912 commit b10e6aaCopy full SHA for b10e6aa
api/Dockerfile
@@ -67,9 +67,6 @@ RUN set -eux; \
67
echo 'ping.path = /ping'; \
68
} | tee /usr/local/etc/php-fpm.d/docker-healthcheck.conf
69
70
-# Workaround to allow using PHPUnit 8 with Symfony 4.3
71
-ENV SYMFONY_PHPUNIT_VERSION=8.3
72
-
73
# https://getcomposer.org/doc/03-cli.md#composer-allow-superuser
74
ENV COMPOSER_ALLOW_SUPERUSER=1
75
# install Symfony Flex globally to speed up download of Composer packages (parallelized prefetching)
0 commit comments