allow PHP 8.4 (#5173)

This commit is contained in:
Kevin Papst
2024-11-21 23:00:00 +01:00
committed by GitHub
parent 0c26a2678e
commit 406ac7b9cb
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
}
],
"require": {
"php": "8.1.*||8.2.*||8.3.*",
"php": "8.1.*||8.2.*||8.3.*||8.4.*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",