change php requirement in composer.json (php 8.3.0)

This commit is contained in:
Fabian Fischer
2023-02-08 20:29:50 +01:00
committed by Ahmet Bora
parent c58864a585
commit 62cda7f474

View File

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