|
|
|
@@ -1,37 +1,40 @@ |
|
|
|
{ |
|
|
|
"name": "contao/managed-edition", |
|
|
|
"description": "Contao Managed Edition", |
|
|
|
"license": "LGPL-3.0-or-later", |
|
|
|
"type": "project", |
|
|
|
"require": { |
|
|
|
"contao/calendar-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", |
|
|
|
"terminal42/contao-node": "^1.5" |
|
|
|
}, |
|
|
|
"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" |
|
|
|
] |
|
|
|
"name": "contao/managed-edition", |
|
|
|
"description": "Contao Managed Edition", |
|
|
|
"license": "LGPL-3.0-or-later", |
|
|
|
"type": "project", |
|
|
|
"require": { |
|
|
|
"contao/calendar-bundle": "^5.0", |
|
|
|
"contao/comments-bundle": "^5.0", |
|
|
|
"contao/conflicts": "@dev", |
|
|
|
"contao/faq-bundle": "^5.0", |
|
|
|
"contao/listing-bundle": "^5.0", |
|
|
|
"contao/manager-bundle": "5.0.*", |
|
|
|
"contao/news-bundle": "^5.0", |
|
|
|
"contao/newsletter-bundle": "^5.0" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
|
"contao-components/installer": "<1.3" |
|
|
|
}, |
|
|
|
"minimum-stability": "dev", |
|
|
|
"prefer-stable": true, |
|
|
|
"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" |
|
|
|
] |
|
|
|
} |
|
|
|
} |