DCA Anpassungen sind mir keine bekannt.
Wo würde ich die finden? Unter /app/config/?
composer.json
Code:
{
"type": "project",
"require": {
"bugbuster/contao-banner-bundle": "^1.4",
"christianbarkowsky/tabcontrol": "^3.0",
"contao/calendar-bundle": "4.13.*",
"contao/comments-bundle": "4.13.*",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "4.13.*",
"contao/listing-bundle": "4.13.*",
"contao/manager-bundle": "4.13.*",
"contao/news-bundle": "4.13.*",
"contao/newsletter-bundle": "4.13.*",
"derhaeuptling/contao-mega-menu": "^1.0",
"do-while/contao-backupdb-bundle": "^1.4",
"hypergalaktisch/contao-parallax": "^2.0",
"isotope/isotope-core": "^2.9",
"isotope/isotope_documents": "^1.0",
"kampfq/form-database-csv": "^1.1",
"madeyourday/contao-rocksolid-columns": "^2.0",
"madeyourday/contao-rocksolid-custom-elements": "^2.2",
"madeyourday/contao-rocksolid-slider": "^2.0",
"markocupic/rotate_image": "^1.0",
"martin-kozianka/contao-fullcalendar": "2.0.2",
"oveleon/contao-cookiebar": "1.17.7",
"pdir/contao-weather-get": "dev-master",
"systemhaus/contao-cookiebot": "^1.2",
"terminal42/contao-ajaxform": "^1.1",
"terminal42/contao-changelanguage": "3.1.*",
"terminal42/notification_center": "^1.6"
},
"extra": {
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
],
"post-update-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
]
}
}