- Issue created by @YazanMajadba
- Status changed to Closed: won't fix
about 1 year ago 8:54am 4 October 2023
I'm trying to use Varbase 9.1.x and I have an issue when installing
You can only install one version of a package, so only one of these can be installed: drupal/varbase_editor[dev-9.1.x, 10.0.0-alpha1, 10.0.0-alpha2, 10.0.0-beta1, 10.0.x-dev].
1-install project using composer
2-Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/varbase_layout_builder dev-10.1.x requires drupal/varbase_editor ~10.0 -> satisfiable by drupal/varbase_editor[10.0.0-alpha1, 10.0.0-alpha2, 10.0.0-beta1, 10.0.x-dev].
- You can only install one version of a package, so only one of these can be installed: drupal/varbase_editor[dev-9.1.x, 10.0.0-alpha1, 10.0.0-alpha2, 10.0.0-beta1, 10.0.x-dev].
- drupal/varbase_layout_builder 10.1.x-dev is an alias of drupal/varbase_layout_builder dev-10.1.x and thus requires it to be installed too.
- drupal/varbase_editor 9.1.x-dev is an alias of drupal/varbase_editor dev-9.1.x and thus requires it to be installed too.
- vardot/varbase 9.1.x-dev requires drupal/varbase_layout_builder 10.1.x-dev -> satisfiable by drupal/varbase_layout_builder[10.1.x-dev (alias of dev-10.1.x)].
- vardot/varbase 9.1.x-dev requires drupal/varbase_editor 9.1.x-dev -> satisfiable by drupal/varbase_editor[9.1.x-dev (alias of dev-9.1.x)].
- Root composer.json requires vardot/varbase 9.1.x-dev -> satisfiable by vardot/varbase[9.1.x-dev].
We should use one version
varbase_layout_builder 10 used -> drupal/varbase_editor ~10.0
varbase 9.1.x used -> drupal/varbase_editor 9.1.x-dev
I think we remove the requirement [drupal/varbase_editor 9.1.x-dev] on varbase 9.1.x
Closed: won't fix
9.1
Code