Skip to content

Commit 5d8eb85

Browse files
authored
feat(MPM-708): drop php7.4 support (#21)
1 parent 6a2f29a commit 5d8eb85

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.4|^8.0",
23+
"php": "^8.0",
2424
"ext-json": "*",
2525
"psr/http-message": "^1.0.1",
2626
"psr/http-client": "^1.0.1"
@@ -38,9 +38,6 @@
3838
},
3939
"config": {
4040
"sort-packages": true,
41-
"platform": {
42-
"php": "7.4.7"
43-
},
4441
"allow-plugins": {
4542
"infection/extension-installer": true
4643
}

docker/dev/php/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-cli-alpine3.16
1+
FROM php:8.1-cli-alpine3.17
22

33
ARG USER_ID
44

0 commit comments

Comments
 (0)