Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
afbora committed Mar 16, 2024
1 parent f63b474 commit 0e3695e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "afbora/kirby-loader",
"description": "Plugins loader from multiple roots for Kirby 3.",
"description": "Plugins loader from multiple roots for Kirby",
"keywords": [],
"version": "2.1.0",
"version": "2.2.0",
"type": "kirby-plugin",
"license": "MIT",
"homepage": "https://github.com/afbora/kirby-loader",
Expand All @@ -23,7 +23,10 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 0e3695e

Please sign in to comment.