Ich krieg's leider nicht zum laufen.
Hier meine Contao-composer.json:
Code:
{
"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/faq-bundle": "^4.4",
"contao/listing-bundle": "^4.4",
"contao/manager-bundle": "4.4.*",
"contao/news-bundle": "^4.4",
"contao/newsletter-bundle": "^4.4",
"omosde/contao-om-backend": "^1.3",
"madeyourday/contao-rocksolid-custom-elements": "^2.2",
"codefog/contao-cookiebar": "^2.1",
"madeyourday/contao-rocksolid-columns": "^2.0",
"delahaye/dlh_googlemaps": "^2.4",
"sioweb/dummy-bundle": "*"
},
"conflict": {
"contao/core-bundle": "<4.4.8"
},
"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"
]
},
"repositories": [
{
"type": "path",
"url": "bundles/Sioweb/DummyBundle"
}
]
}
Und hier mein Dateiverzeichnis:
Bildschirmfoto 2018-11-13 um 08.32.36.png
Wenn ich mit dieser Konfiguration den Befehl "composer install" ausführe, sagt mir Composer folgendes:
"Nothing to install or update"
Wenn ich mit dieser Konfiguration den Befehl "composer update" ausführe, sagt mir Composer folgendes:
" - The requested package sioweb/dummy-bundle could not be found in any version, there may be a typo in the package name."
Bitte nochmal um eure Hilfe.
Vielen Dank im Voraus