We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2f29a commit 5d8eb85Copy full SHA for 5d8eb85
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": "^7.4|^8.0",
+ "php": "^8.0",
24
"ext-json": "*",
25
"psr/http-message": "^1.0.1",
26
"psr/http-client": "^1.0.1"
@@ -38,9 +38,6 @@
38
},
39
"config": {
40
"sort-packages": true,
41
- "platform": {
42
- "php": "7.4.7"
43
- },
44
"allow-plugins": {
45
"infection/extension-installer": true
46
docker/dev/php/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.1-cli-alpine3.16
+FROM php:8.1-cli-alpine3.17
2
3
ARG USER_ID
4
0 commit comments