File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "preferred-install" : " dist"
2424 },
2525 "require" : {
26- "php" : " >=7.3 " ,
26+ "php" : " >=7.4 " ,
2727 "symfony/config" : " ^3.4 || ^4.4 || ^5.1" ,
2828 "symfony/dependency-injection" : " ^3.4 || ^4.4 || ^5.1" ,
2929 "symfony/http-kernel" : " ^3.4 || ^4.4 || ^5.1"
Original file line number Diff line number Diff line change 1- FROM php:7.3.24 -apache
1+ FROM php:7.4.16 -apache
22
33ENV APACHE_DOCUMENT_ROOT /var/www/html/public
44
@@ -17,7 +17,7 @@ RUN pecl install apcu-5.1.17 && \
1717 opcache \
1818 apcu
1919
20- COPY --from=composer:2.0.7 /usr/bin/composer /usr/bin/composer
20+ COPY --from=composer:2.0.12 /usr/bin/composer /usr/bin/composer
2121
2222RUN usermod -u 1000 www-data && groupmod -g 1000 www-data
2323ENV COMPOSER_HOME /var/www/.composer
Original file line number Diff line number Diff line change 22 "type" : " project" ,
33 "license" : " proprietary" ,
44 "require" : {
5- "php" : " >=7.3 " ,
5+ "php" : " >=7.4 " ,
66 "pablok/cache-stats-bundle" : " *@dev" ,
77 "symfony/apache-pack" : " ^1.0" ,
88 "symfony/console" : " ^3.4" ,
You can’t perform that action at this time.
0 commit comments