Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
- Drop support for PHP 7.2 with Kirby 3.5
- Support illuminate/view 8.x (dropped 7.x)
- Updated dependencies
  • Loading branch information
afbora committed Nov 30, 2020
1 parent af89366 commit 317d5ca
Show file tree
Hide file tree
Showing 248 changed files with 15,425 additions and 5,084 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template",
"template-engine"
],
"version": "1.8.0",
"version": "1.9.0",
"type": "kirby-plugin",
"license": "MIT",
"authors": [
Expand All @@ -23,9 +23,9 @@
}
],
"require": {
"php": "^7.2",
"getkirby/composer-installer": "^1.1",
"illuminate/view": "^7.0",
"php": "^7.3",
"getkirby/composer-installer": "^1.2",
"illuminate/view": "^8.0",
"voku/html-min": "^4.4"
},
"config": {
Expand Down
Loading

0 comments on commit 317d5ca

Please sign in to comment.