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 4df908b commit a9fce36Copy full SHA for a9fce36
composer.json
@@ -25,7 +25,7 @@
25
}
26
},
27
"require": {
28
- "php": "8.4",
+ "php": "8.5.0",
29
"ext-pdo": "*",
30
"ext-json": "*",
31
"ext-gd": "*",
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.4-fpm
+FROM php:8.5-fpm
2
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
apt-utils build-essential curl zip zlib1g-dev libssl-dev unzip \
0 commit comments