|
- {
- "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.4.*",
- "contao/news-bundle": "^4.4",
- "contao/newsletter-bundle": "^4.4"
- },
- "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"
- ]
- }
- }
|