getkirby / starterkit

Kirby's sample site – the easiest way to get started with Kirby
https://getkirby.com
176 stars 52 forks source link

composer.json: Allow Kirby Composer installer #45

Closed lukasbestle closed 2 years ago

lukasbestle commented 2 years ago

This avoids this warning on composer create-project:

getkirby/composer-installer contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "getkirby/composer-installer" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?]

We will need the same changes in Demokit and Plainkit.

distantnative commented 2 years ago

@lukasbestle will you do the PRs for the other kits?