From 4a9a93f872366310f991015e1783f9857a050315 Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Mon, 3 Oct 2022 21:16:51 +0200 Subject: [PATCH] Support for Kirby 3.8 Fixes #1 --- composer.json | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b1666c7..89e1cdf 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": ">=8.0.0 <8.2.0", - "getkirby/cms": ">=3.7.0 <3.8.0", + "getkirby/cms": ">=3.7.0 <3.9.0", "getkirby/composer-installer": "^1.1" }, "suggest": { diff --git a/index.php b/index.php index fde839a..b9ac6a7 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@ $kirbyVersion !== null && ( version_compare($kirbyVersion, '3.7.0', '<') === true || - version_compare($kirbyVersion, '3.8.0-alpha', '>=') === true + version_compare($kirbyVersion, '3.9.0-alpha', '>=') === true ) ) { throw new Exception(