Skip to content

Commit 245f8ca

Browse files
committed
Wider Kirby version compatibility #56
1 parent 32fb9e6 commit 245f8ca

File tree

2 files changed

+384
-106
lines changed

2 files changed

+384
-106
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Kirby Query Language",
44
"license": "MIT",
55
"type": "kirby-plugin",
6-
"version": "2.1.0",
6+
"version": "2.2.0",
77
"keywords": [
88
"kirby",
99
"cms",
@@ -30,8 +30,7 @@
3030
"source": "https://github.com/getkirby/kql"
3131
},
3232
"require": {
33-
"php": ">=8.0.0 <8.3.0",
34-
"getkirby/cms": ">=3.8.2",
33+
"getkirby/cms": "^3.8.2 || ^4.0 || ^5.0",
3534
"getkirby/composer-installer": "^1.2.1"
3635
},
3736
"autoload": {

0 commit comments

Comments
 (0)