Skip to content

Commit 18b505d

Browse files
committed
Switch website to use PHP 8.4
1 parent 58e7659 commit 18b505d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.3
1+
ARG PHP_VERSION=8.4
22

33
###########
44
# Backend #

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"minimum-stability": "stable",
55
"prefer-stable": true,
66
"require": {
7-
"php": "8.3.*",
7+
"php": "8.4.*",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"ext-redis": "*",

0 commit comments

Comments
 (0)