- 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
4 months 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_content
is a submodule and a dependency for the module. It seems having the moduledanse
as 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.yml
file, nothing wrong in composer.json. Sodanse_content:danse_content
instead 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
3 months 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.