Skip to content

Commit 0e3695e

Browse files
committed
Update composer.json
1 parent f63b474 commit 0e3695e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "afbora/kirby-loader",
3-
"description": "Plugins loader from multiple roots for Kirby 3.",
3+
"description": "Plugins loader from multiple roots for Kirby",
44
"keywords": [],
5-
"version": "2.1.0",
5+
"version": "2.2.0",
66
"type": "kirby-plugin",
77
"license": "MIT",
88
"homepage": "https://github.com/afbora/kirby-loader",
@@ -23,7 +23,10 @@
2323
"config": {
2424
"optimize-autoloader": true,
2525
"preferred-install": "dist",
26-
"sort-packages": true
26+
"sort-packages": true,
27+
"allow-plugins": {
28+
"getkirby/composer-installer": true
29+
}
2730
},
2831
"minimum-stability": "dev",
2932
"prefer-stable": true

0 commit comments

Comments
 (0)