Skip to content

Commit 1c07581

Browse files
committed
🐛 k5.0.0 compatibility
Signed-off-by: Bruno Meilick <[email protected]>
1 parent 39d8ecc commit 1c07581

File tree

6 files changed

+498
-465
lines changed

6 files changed

+498
-465
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bnomei/kirby3-janitor",
33
"type": "kirby-plugin",
4-
"version": "5.2.0",
4+
"version": "5.2.1",
55
"license": "MIT",
66
"homepage": "https://github.com/bnomei/kirby3-janitor",
77
"description": "Kirby Plugin for running commands like cleaning the cache from within the Panel, PHP code or a cronjob",
@@ -51,7 +51,7 @@
5151
},
5252
"require-dev": {
5353
"getkirby/cli": "^1.5.0",
54-
"getkirby/cms": "5.0.0-beta.4",
54+
"getkirby/cms": "5.0.0",
5555
"larastan/larastan": "^v3.0.0",
5656
"laravel/pint": "^1.13",
5757
"pestphp/pest": "^v3.5.1",

0 commit comments

Comments
 (0)