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.
1 parent a665af5 commit a7e1c46Copy full SHA for a7e1c46
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:7.3-cli
+FROM php:7.4-cli
2
3
RUN apt-get update \
4
&& apt-get install -y unzip \
composer.json
@@ -14,7 +14,7 @@
14
}
15
],
16
"require": {
17
- "php": "^7.3 || ^8.0",
+ "php": "^7.4 || ^8.0",
18
"ext-curl": "*",
19
"ext-xml": "*",
20
"ext-simplexml": "*"
0 commit comments