- Issue created by @diegopino
- π·πΊRussia Chi
^10.0
does allow installingdrupal/core 10.1
https://semver.madewithlove.com/?package=drupal%2Fcore&constraint=%5E10.0
- Status changed to Closed: cannot reproduce
about 1 year ago 9:34am 5 January 2024 - π©πͺGermany e5sego
Actually, the version contraint to ^10.0 ist still in the module composer.json file. I added a patch to fix that. You will need to regenerate the root composer.lock file after using this patch.
- Status changed to Downport
about 1 year ago 11:17am 18 January 2024 - Status changed to Postponed: needs info
about 1 year ago 11:53am 18 January 2024 - π·πΊRussia Chi
Actually, the version contraint to ^10.0 ist still in the module composer.json file.
@e5sego What's wrong with using ^10.0?
- π©πͺGermany e5sego
^10.0 requires core 10.0.x, so it denies core upgrades to 10.1.x, 10.2.x and above.
- π·πΊRussia Chi
it denies core upgrades to 10.1.x, 10.2.x
@e5sego, it does not. See note #2.
- πΊπΈUnited States diegopino
Hi @Chi, you are totally right. Please feel free to close this issue. This was my mistake, I had another root composer dependency blocking the upgrade and the composer messages confused me. ^10.0 is correct in the sense of 10.1 and 10.2 being allowed. But really, semantically speaking 10.1 has breaking changes compared to 10.0 so in that sense (unrelated to this module) it is not. Again, sorry and thanks
- Status changed to Closed: works as designed
about 1 year ago 2:35pm 18 January 2024