Skip to content

Commit 33a1b46

Browse files
committed
Adds PHP 8.4 and Kirby 5 support
1 parent f8a34bb commit 33a1b46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2024 kenshō digital
3+
Copyright (c) 2023-2025 kenshō digital
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kenshodigital/kirby-htmldoc",
33
"description": "Minifies HTML5 output for Kirby projects.",
44
"type": "kirby-plugin",
5-
"version": "2.0.0",
5+
"version": "2.1.0",
66
"license": "MIT",
77
"authors": [
88
{
@@ -15,8 +15,8 @@
1515
"issues": "https://github.com/kenshodigital/kirby-htmldoc/issues"
1616
},
1717
"require": {
18-
"php": "^8.3",
19-
"getkirby/cms": "^4.1",
18+
"php": "^8.3 || ^8.4",
19+
"getkirby/cms": "^4.8 || ^5.0",
2020
"getkirby/composer-installer": "^1.2",
2121
"hexydec/htmldoc": "^1.8"
2222
}

0 commit comments

Comments
 (0)