Der Eintrag war für "Contao Open Source CMS", das einzige Paket, was man nicht entfernen kann/sollte.
Meine composer.json, wobei ich gerade sehe, dass gerade die Contao-Version nicht dort drin steht, dann sollte sie aber auch im Manager nicht festlegbar sein:
Code:
{
"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.0",
"contao/calendar-bundle": "^4.4",
"contao/comments-bundle": "^4.4",
"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",
"do-while/contao-backupdb-bundle": "^1.0",
"jrgregory/m17-sticky-backend-footer": "^2.0",
"menatwork/contao-multicolumnwizard": "^3.3",
"terminal42/contao-changelanguage": "^3.1",
"terminal42/contao-easy_themes": "^2.2",
"terminal42/notification_center": "^1.4"
},
"config": {
"component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
],
"post-update-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
]
}
}