We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63b474 commit 0e3695eCopy full SHA for 0e3695e
composer.json
@@ -1,8 +1,8 @@
1
{
2
"name": "afbora/kirby-loader",
3
- "description": "Plugins loader from multiple roots for Kirby 3.",
+ "description": "Plugins loader from multiple roots for Kirby",
4
"keywords": [],
5
- "version": "2.1.0",
+ "version": "2.2.0",
6
"type": "kirby-plugin",
7
"license": "MIT",
8
"homepage": "https://github.com/afbora/kirby-loader",
@@ -23,7 +23,10 @@
23
"config": {
24
"optimize-autoloader": true,
25
"preferred-install": "dist",
26
- "sort-packages": true
+ "sort-packages": true,
27
+ "allow-plugins": {
28
+ "getkirby/composer-installer": true
29
+ }
30
},
31
"minimum-stability": "dev",
32
"prefer-stable": true
0 commit comments