- Issue created by @phjou
- Status changed to Closed: outdated
11 months ago 6:13pm 22 December 2023
The latest update of Drupal core cannot be done because of that module. The composer file is explicitly requiring
"drupal/core": "^10.1",
It would be better to just be this to avoid locking people at every minor version of core:
"drupal/core": "^10",
Closed: outdated
3.0
Code