- Issue created by @swirt
There seems to be a couple issues with the dependencies identified through the .info and composer.json
I am unable to test this module out on simpytest.me AND locally via composer install.
On simplytest.me if fails to build the site with the following error
This may be the error:
In UnmetDependenciesException.php line 100:
Configuration objects provided by sitewide_alerts em> have unmet dependencies: core.entity_form_displ
ay.taxonomy_term.site_alert_types.default (media_library)Command Failed (Tugboat Error 1064): Exit code: 1; Command: cd "${DOCROOT}" && ../vendor/bin/drush en sitewide_alerts -y
On my local D 10.3 site I get the following error after running 'composer install sitewide_alerts --with-all-dependencies'
ddev composer require drupal/sitewide_alerts
Using version ^1.0 for drupal/sitewide_alerts
./composer.json has been updated
Running composer update drupal/sitewide_alerts
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/sitewide_alerts ^1.0 -> satisfiable by drupal/sitewide_alerts[1.0.0-rc1, 1.0.0-rc2, 1.0.0, 1.x-dev].
- drupal/sitewide_alerts[1.0.0-rc1, ..., 1.x-dev] require drupal/core ^8.8 || ^9.0 -> found drupal/core[8.8.0-alpha1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but the package is fixed to 10.3.13 (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.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require drupal/sitewide_alerts:*" to figure out if any version is installable, or "composer require drupal/sitewide_alerts:^2.1" if you know which you need.Installation failed, reverting ./composer.json and ./composer.lock to their original content.
exit status 2
Composer [require drupal/sitewide_alerts] failed, composer command failed: exit status 2. stderr=
Active
2.0
Code