{ "name": "contao/managed-edition", "description": "Contao Managed Edition", "license": "LGPL-3.0-or-later", "type": "project", "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" }, "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 } }, "extra": { "contao-component-dir": "assets" }, "scripts": { "post-install-cmd": [ "@php vendor/bin/contao-setup" ], "post-update-cmd": [ "@php vendor/bin/contao-setup" ] } }