Skip to content

Commit

Permalink
Support for Kirby 3.8
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
lukasbestle committed Oct 3, 2022
1 parent 403a85e commit 4a9a93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=8.0.0 <8.2.0",
"getkirby/cms": ">=3.7.0 <3.8.0",
"getkirby/cms": ">=3.7.0 <3.9.0",
"getkirby/composer-installer": "^1.1"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
$kirbyVersion !== null &&
(
version_compare($kirbyVersion, '3.7.0', '<') === true ||
version_compare($kirbyVersion, '3.8.0-alpha', '>=') === true
version_compare($kirbyVersion, '3.9.0-alpha', '>=') === true
)
) {
throw new Exception(
Expand Down

0 comments on commit 4a9a93f

Please sign in to comment.