Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 8f47976

Browse files
committed
🔧 do not enforce k4
related #22 @carstengrimm Signed-off-by: bnomei <[email protected]>
1 parent 8dfbe03 commit 8f47976

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bnomei/kirby3-boost",
33
"type": "kirby-plugin",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"description": "Boost the speed of Kirby by having content files of files/pages/users cached, with fast lookup based on uuid.",
66
"license": "MIT",
77
"authors": [
@@ -45,9 +45,6 @@
4545
"pestphp/pest-plugin": true
4646
}
4747
},
48-
"conflict": {
49-
"getkirby/cms": "<4.0"
50-
},
5148
"require": {
5249
"php": ">=8.2.0",
5350
"getkirby/composer-installer": "^1.2"
@@ -78,7 +75,6 @@
7875
"kirby-cms-path": "tests/kirby"
7976
},
8077
"suggest": {
81-
"bnomei/kirby3-boost-demo": "Try boost with a big set of data",
8278
"bnomei/kirby3-lapse": "Cache any data until set expiration time (with automatic keys)",
8379
"bnomei/kirby3-apcu-cachedriver": "APCu based Cache-Driver (with garbage collection)",
8480
"bnomei/kirby3-mysql-cachedriver": "MySQL based Cache-Driver",

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'bnomei/kirby3-boost',
4-
'pretty_version' => '4.0.0',
5-
'version' => '4.0.0.0',
4+
'pretty_version' => '4.0.1',
5+
'version' => '4.0.1.0',
66
'reference' => NULL,
77
'type' => 'kirby-plugin',
88
'install_path' => __DIR__ . '/../../',
@@ -11,8 +11,8 @@
1111
),
1212
'versions' => array(
1313
'bnomei/kirby3-boost' => array(
14-
'pretty_version' => '4.0.0',
15-
'version' => '4.0.0.0',
14+
'pretty_version' => '4.0.1',
15+
'version' => '4.0.1.0',
1616
'reference' => NULL,
1717
'type' => 'kirby-plugin',
1818
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)