Code:
{
"name": "contao/managed-edition",
"type": "project",
"description": "Contao Open Source CMS",
"license": "LGPL-3.0-or-later",
"authors": [{
"name": "Leo Feyer",
"homepage": "https://github.com/leofeyer"
}],
"require": {
"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",
"do-while/contao-backupdb-bundle": "^1.3",
"omosde/contao-om-backend": "^1.3",
"madeyourday/contao-rocksolid-custom-elements": "^2.3",
"codefog/contao-cookiebar": "^2.1",
"codefog/contao-news_categories": "^3.1",
"georgpreissl/facelift": "^1.0",
"madeyourday/contao-rocksolid-icon-picker": "^2.0",
"terminal42/notification_center": "^1.5",
"delahaye/dlh_googlemaps": "^2.4",
"codefog/contao-widget_tree_picker": "^2.4",
"grusch-it/contao-container-bundle": "^1.0",
"inspiredminds/contao-sibling-navigation": "^1.3",
"terminal42/contao-changelanguage": "^3.2",
"erdmannfreunde/contao-grid-bundle": "^1.0",
"fritzmg/contao-sharebuttons": "^2.2",
"oveleon/contao-component-style-manager": "^2.6",
"georgpreissl/contao-projects-bundle": "^1.0",
"georgpreissl/contao-staff-bundle": "^2.0",
"oveleon/contao-company-bundle": "^1.4",
"oneup/contao-backend-sortable-list-views": "^1.0",
"georgpreissl/contao-grix-bundle": "^2.0"
},
"conflict": {
"contao-components/installer": "<1.3"
},
"extra": {
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
},
"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": true
}
}
}