Problem/Motivation
Currently, when trying to add the module to a D10.1 site, one gets this error with composer require:
- Root composer.json requires drupal/tracker dev-1.0.x -> satisfiable by drupal/tracker[dev-1.0.x].
- drupal/tracker dev-1.0.x requires drupal/core ^8 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but it conflicts with your root composer.json require (10.1.0).
Steps to reproduce
- Install a fresh D10.1 site with composer
- Attempt to add this module with composer require drupal/tracker:dev-1.0.x
- Observe the error
Proposed resolution
Add the missing composer.json establishing D10 core support.
Remaining tasks
Do it.
User interface changes
None.
API changes
None.
Data model changes
None.
Comments
Comment #2
fgmComment #4
fgmComment #5
keshavv commentedConfirmed that there is an issue.
The given MR will work for it.
Thank you.
Comment #6
fgm@keshavv note that your screen capture shows an unrelated issue, namely that fact that your project requires a stable version and the required module is a dev version : this is not the same problem; and you can fix it by changing
minimum-stabilityin yourcomposer.json.Comment #7
keshavv commented@fgm, Thank you for the help.
Comment #8
sakthi_dev commentedCan we get a release with this fix?
Comment #9
vacilando commentedPlease release this fix.
Comment #10
joelpittetMight want D11 in this too but it's better than the broken state it's currently in. Check this out it's somehow confused with adoption_navbar:
Comment #12
andypostMerged and it needs some work for 11.x compatibility
Comment #14
andypostLooks no big changes required
Comment #16
andypostComment #17
andypostcreated new release https://www.drupal.org/project/tracker/releases/1.1.0