Closed connor11528 closed 2 years ago
It's been added to the default statamic/statamic
starter kit so you won't see that on new sites.
On existing sites, you'll get that message once, hit yes, and it'll add it to your composer.json and never bother you again.
That's a new feature in Composer 2.2 where it wants you to confirm you trust composer plugins.
Statamic uses this plugin to download its compiled assets so it doesn't need to commit it all into the repo.
Hi there, I got a bit of a surprise from this package when running a
composer install
:Is this a side affect from installing Statamic? I'm not totally clear what this package does or how it relates to Statamic, but maybe we should just add it as an allowed plugin to our composer.json file? Would be helpful to have an example
allowed-plugins
config block in the Readme if that is the best course of action :)I am running PHP version
7.4.27
and Composer version2.2.5
This is our composer.json file: