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 58e7659 commit 18b505dCopy full SHA for 18b505d
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG PHP_VERSION=8.3
+ARG PHP_VERSION=8.4
2
3
###########
4
# Backend #
composer.json
@@ -4,7 +4,7 @@
"minimum-stability": "stable",
5
"prefer-stable": true,
6
"require": {
7
- "php": "8.3.*",
+ "php": "8.4.*",
8
"ext-ctype": "*",
9
"ext-iconv": "*",
10
"ext-redis": "*",
0 commit comments