Danke schon mal für die rasche Antwort.
Das hier ist die composer.json (bevor ich "composer require oveleon/contao-component-style-manager" ausführe):
Code:
{
"name": "contao/managed-edition",
"description": "Contao Managed Edition",
"license": "LGPL-3.0-or-later",
"type": "project",
"require": {
"contao/calendar-bundle": "^5.6",
"contao/comments-bundle": "^5.6",
"contao/conflicts": "@dev",
"contao/faq-bundle": "^5.6",
"contao/listing-bundle": "^5.6",
"contao/manager-bundle": "5.6.*",
"contao/news-bundle": "^5.6",
"contao/newsletter-bundle": "^5.6"
},
"conflict": {
"contao-components/installer": "<1.3"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"contao-community-alliance/composer-plugin": true,
"contao-components/installer": true,
"contao/manager-plugin": true,
"php-http/discovery": false
}
},
"extra": {
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
}
}