- Issue created by @SocialNicheGuru
- π³π±Netherlands ronaldtebrake
Work in progress here: https://github.com/goalgorilla/open_social/pull/3597
It seems it's just the
info.yml
file complaining, so it's weird composer is giving issues considering: https://www.drupal.org/project/project_composer/issues/3084063#comment-1... β thedrupal/core
requirement in thecomposer.json
should take precedence.Regardless of that we'll have to patch the
info.yml
file, and take it from there. - Status changed to Postponed: needs info
about 1 year ago 2:08pm 5 November 2023 - π³π±Netherlands ronaldtebrake
It seems the actual info file as well as the composer.json use a correct representation to have D10 coverage, also can't see any issues in our update status checks nor am I able to reproduce it.
Could you maybe run
composer why-not drupal/color ^1
or let us know from what version you're updating so we can try and reproduce it? - Status changed to Closed: works as designed
about 1 year ago 2:41pm 6 November 2023 - πΊπΈUnited States SocialNicheGuru
Closing this because I think it had to do with some composer issues with another module.
- π«π·France ohmdesbois
For my part, when updating from social-11.11.3 with
"goalgorilla/open_social": "~12.0.0-rc4"
in the composer.json, the commandcomposer why-not drupal/color ^1
returns
BaseDependencyCommand.php line 98: Could not find package "drupal/color" in your project
if I use
"goalgorilla/open_social": "~12.0"
in the composer.json, the social version 12.0.0-alpha2 is used
Thanks