- Issue created by @ikeigenwijs
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 4:37am 16 November 2023 - 🇮🇳India viren18febS
HI @ikeigenwijs
I have fixed the issues and added a patch , please review
Thanks
Problem 1
- Root composer.json requires drupal/media_bulk_upload 3.0 -> satisfiable by drupal/media_bulk_upload[3.0.0].
- drupal/media_bulk_upload 3.0.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but the package is fixed to 10.1.6 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
composer require 'drupal/media_bulk_upload:^3.0'
on a D10 install
i think remove
core: 8.x in info.yml
make patch and test
Needs review
3.0
Code
HI @ikeigenwijs
I have fixed the issues and added a patch , please review
Thanks