Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"preferred-install": "dist"
},
"require": {
"php": ">=7.3",
"php": ">=7.4",
"symfony/config": "^3.4 || ^4.4 || ^5.1",
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.1",
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.1"
Expand Down
4 changes: 2 additions & 2 deletions docker/apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.3.24-apache
FROM php:7.4.16-apache

ENV APACHE_DOCUMENT_ROOT /var/www/html/public

Expand All @@ -17,7 +17,7 @@ RUN pecl install apcu-5.1.17 && \
opcache \
apcu

COPY --from=composer:2.0.7 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.0.12 /usr/bin/composer /usr/bin/composer

RUN usermod -u 1000 www-data && groupmod -g 1000 www-data
ENV COMPOSER_HOME /var/www/.composer
Expand Down
2 changes: 1 addition & 1 deletion project/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "project",
"license": "proprietary",
"require": {
"php": ">=7.3",
"php": ">=7.4",
"pablok/cache-stats-bundle": "*@dev",
"symfony/apache-pack": "^1.0",
"symfony/console": "^3.4",
Expand Down
Loading