Skip to content

Commit

Permalink
3.6 compatibility with improved code standarts (#32)
Browse files Browse the repository at this point in the history
feat: add compatibility to kirby 3.6

BREAKING CHANGE:
This plugin will not work with kirby versions below 3.6

Co-authored-by: gearsdigital <[email protected]>
  • Loading branch information
afbora and gearsdigital committed Oct 15, 2021
1 parent c8a6817 commit ab23237
Show file tree
Hide file tree
Showing 30 changed files with 7,301 additions and 817 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
}
},
"require": {
"getkirby/composer-installer": "^1.1",
"ext-json": "*",
"getkirby/composer-installer": "^1.2",
"ql/uri-template": "^1.1",
"guzzlehttp/guzzle": "~6.0",
"ext-json": "*"
"guzzlehttp/guzzle": "~7.0"
},
"config": {
"optimize-autoloader": true
Expand Down
Loading

0 comments on commit ab23237

Please sign in to comment.