Meine Composer JSON
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": {
"php": "^5.6 || ^7.0",
"contao/calendar-bundle": "^4.4",
"contao/comments-bundle": "^4.4",
"contao/conflicts": "@dev",
"contao/faq-bundle": "^4.4",
"contao/listing-bundle": "^4.4",
"contao/manager-bundle": "4.9.*",
"contao/news-bundle": "^4.4",
"contao/newsletter-bundle": "^4.4",
"codefog/contao-events_subscriptions": "^2.3",
"codefog/contao-mobile_menu": "^2.7",
"oneup/contao-ical-export": "^2.0",
"bugbuster/contao-be_user_online-bundle": "^1.0.2",
"numero2/contao-proper-filenames": "^2.0",
"cliffparnitzky/form-dependent-mandatory-field": "^2.1",
"terminal42/contao-conditionalformfields": "^2.2",
"erdmannfreunde/euf_overlay": "^1.2"
},
"conflict": {
"contao-components/installer": "<1.3",
"contao/core-bundle": "<4.4.8"
},
"extra": {
"branch-alias": {
"dev-4.4": "4.4.x-dev"
},
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
],
"post-update-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
]
}
}