Hier erst mal die composer.json:
Code:
{
"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.*",
"delahaye/dlh_googlemaps": "^2.4",
"erdmannfreunde/sirius-se": "1.11.1"
},
"extra": {
"public-dir": "web",
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
}
}
{
"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.*",
"delahaye/dlh_googlemaps": "^2.4",
"erdmannfreunde/sirius-se": "1.11.1"
},
"extra": {
"public-dir": "web",
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
}
}
Habe jetzt den Ordner vendor gelöscht und den Manager neu aufgerufen. Der spuckt jetzt diese Fehlermeldung aus:
Code:
> Resolving dependencies using Composer Cloud v3.5.1
[3.1MiB/0.14s] Loading composer repositories with package information
[65.4MiB/7.52s] Updating dependencies
[127.0MiB/8.30s] Your requirements could not be resolved to an installable set of packages.
[127.0MiB/8.30s]
Problem 1
- Root composer.json requires erdmannfreunde/sirius-se, it could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see for more details.
- It's a private package and you forgot to add a custom repository to find it
Read for further common problems.
[127.0MiB/8.31s] Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
[35.5MiB/8.36s] Memory usage: 35.54MB (peak: 175.2MB), time: 8.37s.
[35.5MiB/8.36s] Finished Composer Cloud resolving.
# C