From 62cda7f4744f4e289b64d95daf56e17eacb83c9f Mon Sep 17 00:00:00 2001 From: Fabian Fischer Date: Wed, 8 Feb 2023 20:29:50 +0100 Subject: [PATCH] change php requirement in composer.json (php 8.3.0) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cfbe787..2310073 100644 --- a/composer.json +++ b/composer.json @@ -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": {