fix: add PHP 8.4 to composer.json

This commit is contained in:
Moritz Stückler
2025-02-03 13:22:07 +01:00
committed by Bastian Allgeier
parent b2e49c18d2
commit b847df1abe

View File

@@ -22,7 +22,7 @@
"source": "https://github.com/getkirby/starterkit" "source": "https://github.com/getkirby/starterkit"
}, },
"require": { "require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0", "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"getkirby/cms": "^4.0" "getkirby/cms": "^4.0"
}, },
"config": { "config": {