- Issue created by @davidwhthomas
I'm wanting to install `domain_entity` with composer but encounter an error
Install with Composer:
composer require 'drupal/domain_entity:^1.0@RC'
Results in:
composer require 'drupal/domain_entity:^1.0@RC'
./composer.json has been updated
Running composer update drupal/domain_entity
Gathering patches for root package.
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 drupal/domain_entity ^1.0@RC -> satisfiable by drupal/domain_entity[1.0.0-rc1].
- drupal/domain_entity 1.0.0-rc1 requires drupal/domain_access * -> found drupal/domain_access[dev-1.x, dev-2.0.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 2.0.0-beta1, 2.0.x-dev (alias of dev-2.0.x)] but it does not match your minimum-stability.
Fix domain_access version dependency drupal/domain_access *
Fix domain_access version dependency
None
None
None
Active
Code