- Issue created by @vuil
- Status changed to Fixed
over 1 year ago 7:34pm 20 April 2023 Automatically closed - issue fixed for 2 weeks with no activity.
Composer require failure - View results on dispatcher
--- Commands Executed ---
sudo -u www-data /usr/local/bin/composer require drupal/imotilux 2.0.x-dev --prefer-stable --no-progress --prefer-dist --no-suggest --no-interaction --working-dir /var/www/html
Return Code: 2
--- Output ---
--- Errors ---
You are using the deprecated option "--no-suggest". It has no effect and will break in Composer 3.
./composer.json has been updated
Running composer update drupal/imotilux
> Drupal\Composer\Composer::ensureComposerVersion
Loading composer repositories with package information
Updating dependencies
Info from https://repo.packagist.org: #StandWithUkraine
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/imotilux dev-2.0.x requires drupal/core ^8 || ^9 -> satisfiable by drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] from composer repo (https://repo.packagist.org) but drupal/core[10.0.1] from path repo (core) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo's packages are not installable. See https://getcomposer.org/repoprio for details and assistance.
- drupal/imotilux 2.0.x-dev is an alias of drupal/imotilux dev-2.0.x and thus requires it to be installed too.
- Root composer.json requires drupal/imotilux 2.0.x-dev -> satisfiable by drupal/imotilux[2.0.x-dev (alias of dev-2.0.x)].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.