Fix PHP version range in composer.json

This commit is contained in:
Lukas Bestle
2023-12-12 22:20:42 +01:00
committed by GitHub
parent 87ad81aeb9
commit a068a886aa

View File

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