fritzmg / contao-sharebuttons

Simple extension to provide share buttons as a module and content element in Contao
GNU Lesser General Public License v3.0
18 stars 2 forks source link

Installation unter 5.3.x nicht möglich - #61

Closed codesache closed 2 months ago

codesache commented 2 months ago

Contao Manager meldet:

contao-community-alliance/composer-plugin contains a Composer plugin which
is blocked by your allow-plugins config. You may add it to the list if you
consider it safe.
You can run "composer config --no-plugins allow-plugins.contao-community-al
liance/composer-plugin [true|false]" to enable it (true) or disable it expl
icitly and suppress this exception (false)

fritzmg commented 2 months ago

This has nothing to do with this extension. This is related to the composer.json of your project.

codesache commented 2 months ago

Die Zeile "contao-components/installer": true, hatte lokal gefehlt.

"config": { "allow-plugins": { "contao-components/installer": true, "php-http/discovery": true, "contao/manager-plugin": true, "contao-community-alliance/composer-plugin": true }