Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
{
"name": "contao/managed-edition",
"type": "project",
"description": "Contao Open Source CMS",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Leo Feyer",
"homepage": "https://github.com/leofeyer"
}
],
"require": {
"php": "^5.6|^7.0",
"contao/calendar-bundle": "4.4.47",
"contao/comments-bundle": "4.4.47",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "4.4.47",
"contao/listing-bundle": "4.4.47",
"contao/manager-bundle": "4.4.47",
"contao/news-bundle": "4.4.47",
"contao/newsletter-bundle": "4.4.47",
"do-while/contao-backupdb-bundle": "^1.4",
"roave/security-advisories": "dev-master",
"terminal42/contao-ce-access": "^2.0"
},
"config": {
"component-dir": "assets"
},
"extra": {
"branch-alias": {
"dev-4.4": "4.4.x-dev"
}
},
"scripts": {
"post-install-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
],
"post-update-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
]
}
}