From a068a886aa373f54ce270937f5303d449540a2bc Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Tue, 12 Dec 2023 22:20:42 +0100 Subject: [PATCH] Fix PHP version range in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7f87c16..8686620 100644 --- a/composer.json +++ b/composer.json @@ -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": {