- Issue created by @sebastian hagens
 - Merge request !1Fix composer require 'drupal/pf_notifications:1.0.x-dev@dev' unmatching version constraint → (Open) created by sebastian hagens
 - Status changed to Needs review
about 1 year ago 9:41am 3 September 2024 - 🇳🇱Netherlands nk_
Oh, a bummer :) Thanks a lot Sebastix, just pushed a new version!
 - 🇳🇱Netherlands sebastian hagens Breda, Netherlands
This is an interesting one, as
danse_contentis a submodule and a dependency for the module. It seems having the moduledanseas a dependency in the composer.json is not sufficient.> $ composer require 'drupal/pf_notifications:1.0.x-dev@dev' Problem 1 - drupal/pf_notifications dev-1.0.x requires drupal/danse_content-danse_content * -> could not be found in any version, there may be a typo in the package name. - drupal/pf_notifications 1.0.x-dev is an alias of drupal/pf_notifications dev-1.0.x and thus requires it to be installed too. - Root composer.json requires drupal/pf_notifications 1.0.x-dev@dev -> satisfiable by drupal/pf_notifications[1.0.x-dev (alias of dev-1.0.x)]. - 🇳🇱Netherlands nk_
This is one of the weirdest scenarios I've seen lately, just tried a few things to try to fix but no luck yet. There is nowhere "drupal/danse_content" in composer, now not even "danse/drupal" (since push_framework requires that). Any idea? And thanks a lot for so far invested time!
 - 🇳🇱Netherlands nk_
Ah, well, as usual when it's A bummer day, it was a typo in
pf_notifications.info.ymlfile, nothing wrong in composer.json. Sodanse_content:danse_contentinstead of correctdanse:danse_content. Thanks for all the reports so far! - 🇳🇱Netherlands sebastian hagens Breda, Netherlands
Cool! Thanks for the fixes :)
 - Status changed to RTBC
about 1 year ago 8:48pm 4 September 2024 - 🇳🇱Netherlands sebastian hagens Breda, Netherlands
Confirming that it's working now.
 Automatically closed - issue fixed for 2 weeks with no activity.