Bildschirmfoto 2021-12-01 um 09.47.40.png
ich habe auch noch einen "Testlauf" in der Paketverwaltung gestartet und folgenden Fehler erhalten.
Code:
$ /opt/RZphp71/bin/php-cli -d memory_limit=-1 -d max_execution_time=900 composer.phar update --no-ansi --no-interaction --dry-run --prefer-dist
The "contao-community-alliance/composer-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
The "ocramius/package-versions" plugin was skipped because it requires a Plugin API version ("^1.0.0") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires contao-legacy/backupdb 3.2.2.9017, it is found contao-legacy/backupdb[3.2.2.9017] in the lock file and contao-legacy/backupdb[1.0.0.9023, ..., 1.6.0.9012, 3.0.0.6005-RC, ..., 3.2.2.9019] from composer repo (https://legacy-packages-via.contao-community-alliance.org) but these do not match your constraint and are therefore not installable. Make sure you either fix the constraint or avoid updating this package to keep the one from the lock file.
Problem 2
- contao-community-alliance/composer-plugin[2.0.0, ..., 2.3.3] require composer-plugin-api 1.0.0 -> found composer-plugin-api[2.2.0] but it does not match the constraint.
- contao-community-alliance/composer-plugin[2.3.4, ..., 2.4.3] require composer-plugin-api ^1.0 -> found composer-plugin-api[2.2.0] but it does not match the constraint.
- zeromax/contao-sb-admin 1.0.3 requires contao-community-alliance/composer-plugin ~2.2 -> satisfiable by contao-community-alliance/composer-plugin[2.2, ..., 2.4.3].
- Root composer.json requires zeromax/contao-sb-admin 1.0.3.0 -> satisfiable by zeromax/contao-sb-admin[1.0.3].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
ein weiterer Testlauf gibt mir diese Meldung:
Code:
$ /usr/bin/env php -d memory_limit=1G -d max_execution_time=900 composer.phar update --no-ansi --no-interaction --dry-run --prefer-dist
[RuntimeException]
The artifact repository requires PHP's zip extension
update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-autoloader] [--no-scripts] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>]...