From 8f47976667d5c8f1a616b71f3ef2f3587188c32f Mon Sep 17 00:00:00 2001 From: Bruno Meilick Date: Mon, 6 Nov 2023 12:04:51 +0000 Subject: [PATCH] :wrench: do not enforce k4 related #22 @carstengrimm Signed-off-by: bnomei --- composer.json | 6 +----- vendor/composer/installed.php | 8 ++++---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index b19cebd..e7728e9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "bnomei/kirby3-boost", "type": "kirby-plugin", - "version": "4.0.0", + "version": "4.0.1", "description": "Boost the speed of Kirby by having content files of files/pages/users cached, with fast lookup based on uuid.", "license": "MIT", "authors": [ @@ -45,9 +45,6 @@ "pestphp/pest-plugin": true } }, - "conflict": { - "getkirby/cms": "<4.0" - }, "require": { "php": ">=8.2.0", "getkirby/composer-installer": "^1.2" @@ -78,7 +75,6 @@ "kirby-cms-path": "tests/kirby" }, "suggest": { - "bnomei/kirby3-boost-demo": "Try boost with a big set of data", "bnomei/kirby3-lapse": "Cache any data until set expiration time (with automatic keys)", "bnomei/kirby3-apcu-cachedriver": "APCu based Cache-Driver (with garbage collection)", "bnomei/kirby3-mysql-cachedriver": "MySQL based Cache-Driver", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 901cf71..9506fa5 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,8 +1,8 @@ array( 'name' => 'bnomei/kirby3-boost', - 'pretty_version' => '4.0.0', - 'version' => '4.0.0.0', + 'pretty_version' => '4.0.1', + 'version' => '4.0.1.0', 'reference' => NULL, 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../', @@ -11,8 +11,8 @@ ), 'versions' => array( 'bnomei/kirby3-boost' => array( - 'pretty_version' => '4.0.0', - 'version' => '4.0.0.0', + 'pretty_version' => '4.0.1', + 'version' => '4.0.1.0', 'reference' => NULL, 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../',