- Issue created by @MegaKeegMan
- π©πͺGermany simonbaese Berlin
The version 1.0.x depends on the Drupal core book module. The core module has been deprecated in Drupal 10.3, please see The Book module is deprecated β . We tagged version 1.1.x to depend on the new contrib book module. You may run into conflicts because we also increased the minimum Drupal core version requirements before tagging a stable release of this module.
- πΊπΈUnited States MegaKeegMan
Right, but I am constraining to 1.0.x still, not 1.1.x. So it doesn't make sense to me that composer is unhappy, since it should be cool with Drupal 8, 9, or 10, and I am running into this error while my Drupal Core constraint is set to 9.5.11
- π©πͺGermany simonbaese Berlin
Not sure why this is happening. The
1.0.x
branch does not have a composer dependency ondrupal/book
. Maybe you can require version1.0.0-rc1
before the module had a composer.json file. - πΊπΈUnited States MegaKeegMan
I thought the same thing and unfortunately I get the same problem. It feels like composer is just looking at the wrong thing for some reason. When I have a minute, I can try this out on a fresh install and see if I get the same thing.
- π©πͺGermany simonbaese Berlin
Only other thing I can think of is
composer clear-cache
.