Skip to content

Commit

Permalink
Fix stupid dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iskrisis committed Jan 18, 2022
1 parent 4df0f48 commit a5cb908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"require": {
"getkirby/composer-installer": "^1.1",
"php": ">=7.4.0",
"getkirby/cms": "^3.5",
"hananils/kirby-colors": "^1.2",
"oblik/kirby-link-field": "^3.0",
"diesdasdigital/kirby-meta-knight": "^1.0"
"getkirby/cms": "^3.6"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can turn off caching using `floriankarsten.merkur-blocks-loader.cache`
// Default settings
[
'floriankarsten.merkur-blocks-loader' => [
'cache'=> true,
'cache' => true,
'dirname' => 'blocks'
],
]
Expand Down

0 comments on commit a5cb908

Please sign in to comment.