Bekomme Leads nicht installiert:
Code:
$ /bin/php81 -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /www/htdocs/mywebsite/web/contao-manager.phar.php composer require terminal42/contao-leads --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction
Using version ^3.0 for terminal42/contao-leads
/www/htdocs/mywebsite/composer.json has been updated
# Process terminated with exit code 0
# Result: OK
> Resolving dependencies using Composer Cloud v3.7.0
[7.1MiB/0.22s] Loading composer repositories with package information
[88.7MiB/14.73s] Updating dependencies
[122.4MiB/15.52s] Your requirements could not be resolved to an installable set of packages.
[122.4MiB/15.52s]
Problem 1
- Root composer.json requires terminal42/contao-leads ^3.0 -> satisfiable by terminal42/contao-leads[3.0.0, ..., 3.0.4].
- terminal42/contao-leads[3.0.0, ..., 3.0.4] require codefog/contao-haste ^5.0 -> found codefog/contao-haste[5.0.0, ..., 5.1.16] but these were not loaded, likely because it conflicts with another require.
[122.4MiB/15.52s] 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.
[55.6MiB/15.57s] Memory usage: 55.6MB (peak: 226.74MB), time: 15.58s.
[55.6MiB/15.57s] Finished Composer Cloud resolving.
# Cloud Job ID RLqNv0v4jAgoGOozkt6Dg1JopeaBdrD78mOlwyGZgBPtGF3FcHSBUXMqtsDrrIhQe2Go2147p8WoXkzh24h3KX2gqahT9JzxTafxU failed
NC lässt sich ebenfalls nicht aktualisieren. Aktuell ist hier 1.6.18 im Einsatz.
Hier noch die composer.json:
Code:
{
"type": "project",
"require": {
"christianbarkowsky/contao-protectedselect": "^1.2",
"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.*",
"isotope/isotope-core": "^2.8",
"numero2/contao-opengraph3": "^4.2",
"srhinow/pin-board-bundle": "^1.3",
"terminal42/contao-ajaxform": "^1.3",
"terminal42/notification_center": "^1.6"
},
"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"
]
}
}