We are getting the below composer error on an existing 8.9.x-dev installation:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for drupal/rdfui 1.x-dev -> satisfiable by drupal/rdfui[1.x-dev].
- Can only install one of: easyrdf/easyrdf[1.0.0-rc.1, 0.9.0].
- Can only install one of: easyrdf/easyrdf[1.0.0-rc.1, 0.9.0-rc.1].
- Can only install one of: easyrdf/easyrdf[1.0.0-rc.1, 0.9.0-rc.2].
- Can only install one of: easyrdf/easyrdf[1.0.0-rc.1, 0.9.0-rc.3].
- Can only install one of: easyrdf/easyrdf[1.0.0-rc.1, 0.9.0-rc.4].
- Can only install one of: easyrdf/easyrdf[1.0.0-rc.1, 0.9.0-rc.5].
- Can only install one of: easyrdf/easyrdf[1.0.0-rc.1, 0.9.1].
- Can only install one of: easyrdf/easyrdf[1.0.0-rc.1, 0.9.x-dev].
- Can only install one of: easyrdf/easyrdf[1.0.0-rc.1, 0.9.1].
- Conclusion: don't install easyrdf/easyrdf 1.0.0-rc.1|remove drupal/core 8.9.x-dev
- Conclusion: install easyrdf/easyrdf 1.0.0-rc.1
- drupal/core 8.9.x-dev requires easyrdf/easyrdf ^0.9 -> satisfiable by easyrdf/easyrdf[0.9.1, 0.9.0, 0.9.0-rc.1, 0.9.0-rc.2, 0.9.0-rc.3, 0.9.0-rc.4, 0.9.0-rc.5, 0.9.x-dev].
- Installation request for drupal/core 8.9.x-dev -> satisfiable by drupal/core[8.9.x-dev].
Comments
Comment #2
sanduhrsComment #6
ckngGetting
Comment #7
ckngFixed it by adding to composer.json
Comment #8
platinum1 commentedThank you @ckng for an unconventional solution
Comment #10
jonathan_hunt commentedI think this alias can be removed now that EasyRDF has released v1.0.0 https://github.com/easyrdf/easyrdf/releases/tag/1.0.0
Comment #11
tomvanetten commentedThis alias now breaks my project, see proposed patch https://www.drupal.org/project/rdfui/issues/3172502
When updating the composer lock file, or requiring a new module, thes module throws an error :
Comment #12
sanduhrsThe alias has been removed in #3172502: Couldn't install 'rdfui' in Drupal 8.9.3. .