Skip to content

Commit ce577e4

Browse files
committed
Add support for Kirby 4
Closes #24
1 parent 4af4b86 commit ce577e4

File tree

2 files changed

+273
-41
lines changed

2 files changed

+273
-41
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "kirby-plugin",
55
"license": "MIT",
66
"homepage": "https://getkirby.com/plugins/getkirby/staticache",
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"authors": [
99
{
1010
"name": "Bastian Allgeier",
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"getkirby/cms": "^3.8",
21+
"getkirby/cms": "^3.8 || ^4.0",
2222
"getkirby/composer-installer": "^1.2"
2323
},
2424
"extra": {

0 commit comments

Comments
 (0)