Skip to content

Commit

Permalink
Wider Kirby version compatibility #56
Browse files Browse the repository at this point in the history
  • Loading branch information
afbora committed Aug 27, 2024
1 parent 32fb9e6 commit 245f8ca
Show file tree
Hide file tree
Showing 2 changed files with 384 additions and 106 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Kirby Query Language",
"license": "MIT",
"type": "kirby-plugin",
"version": "2.1.0",
"version": "2.2.0",
"keywords": [
"kirby",
"cms",
Expand All @@ -30,8 +30,7 @@
"source": "https://github.com/getkirby/kql"
},
"require": {
"php": ">=8.0.0 <8.3.0",
"getkirby/cms": ">=3.8.2",
"getkirby/cms": "^3.8.2 || ^4.0 || ^5.0",
"getkirby/composer-installer": "^1.2.1"
},
"autoload": {
Expand Down
Loading

0 comments on commit 245f8ca

Please sign in to comment.