composer.json: Allow Kirby Composer installer

This commit is contained in:
Lukas Bestle
2022-08-13 13:16:54 +02:00
committed by GitHub
parent 281090cd87
commit 50aa2544f0

View File

@@ -32,6 +32,9 @@
]
},
"config": {
"optimize-autoloader": true
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
}
}