Skip to content

Commit a7e1c46

Browse files
committed
Bump min PHP version to 7.4
1 parent a665af5 commit a7e1c46

File tree

3 files changed

+483
-191
lines changed

3 files changed

+483
-191
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.3-cli
1+
FROM php:7.4-cli
22

33
RUN apt-get update \
44
&& apt-get install -y unzip \

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.3 || ^8.0",
17+
"php": "^7.4 || ^8.0",
1818
"ext-curl": "*",
1919
"ext-xml": "*",
2020
"ext-simplexml": "*"

0 commit comments

Comments
 (0)