- Issue created by @saurabh-2k17
- Status changed to Fixed
almost 2 years ago 5:53pm 10 February 2023
The module cannot be installed and throws error
Problem 1
- Root composer.json requires drupal/content_notification ^2.5 -> satisfiable by drupal/content_notification[2.5.0].
- drupal/content_notification 2.5.0 requires drupal/core ~8 -> found drupal/core[8.0.0-beta6, ..., 8.9.20] but these were not loaded, likely because it conflicts with another require.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require drupal/content_notification:*" to figure out if any version is installable, or "composer require drupal/content_notification:^2.1" if you know which you need.
composer require drupal/content_notification
The dependency here restricts the module from installing. So, I believe it needs to be changed here.
Fixed
2.5
Code