This repository was archived by the owner on May 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 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" : [
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"
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" ,
Original file line number Diff line number Diff line change 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__ . '/../../ ' ,
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__ . '/../../ ' ,
You can’t perform that action at this time.
0 commit comments