Do you trust "getkirby/composer-installer" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?]
and when I say yes, it will add the following to my composer.json (the one in my plugins directory):
11 + │ "config": {
12 + │ "allow-plugins": {
13 + │ "getkirby/composer-installer": true
14 + │ }
15 │ }
I haven’t found anything about in the documentation, don’t know if I should say yes or no, or discard it?