Skip to content

Commit 3dc9e1e

Browse files
Drop PHP v7 3 support (#17)
1 parent 3999e35 commit 3dc9e1e

5 files changed

Lines changed: 120 additions & 123 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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"

docker/apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.3.24-apache
1+
FROM php:7.4.16-apache
22

33
ENV 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

2222
RUN usermod -u 1000 www-data && groupmod -g 1000 www-data
2323
ENV COMPOSER_HOME /var/www/.composer

project/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

0 commit comments

Comments
 (0)