Skip to content

Commit

Permalink
🔧 do not enforce k4
Browse files Browse the repository at this point in the history
related #22
@carstengrimm

Signed-off-by: bnomei <[email protected]>
  • Loading branch information
bnomei committed Nov 6, 2023
1 parent 8dfbe03 commit 8f47976
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -45,9 +45,6 @@
"pestphp/pest-plugin": true
}
},
"conflict": {
"getkirby/cms": "<4.0"
},
"require": {
"php": ">=8.2.0",
"getkirby/composer-installer": "^1.2"
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => 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__ . '/../../',
Expand All @@ -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__ . '/../../',
Expand Down

0 comments on commit 8f47976

Please sign in to comment.