- Issue created by @zaporylie
- πΊπΈUnited States cmlara
Linking related issue that discusses this as an ongoing problem inside the D.O. ecosystem.
- πͺπΈSpain fjgarlin
The composer command for the new module seems to be this
composer require 'drupal/vipps_mobilepay_commerce-vipps_mobilepay_commerce:1.0.x-dev@dev'
from the module page. - π³π΄Norway zaporylie
The submodule was there only for convenience when I was initially developing this integration It is now removed and was never part of the tagged release - both modules are still in a pre-tagged phase while I am trying to resolve this problem. I see now that this way of working on new modules is not supported.
However, having a quick look at https://www.drupal.org/project/book β which used to be part of the core (metapackage) and is now a standalone Drupal project it seems like it is possible to promote metapackages to full projects and keeping the composer namespace. Is it possible to somehow manually reset both modules (drupal/vipps_mobilepay, drupal/vipps_mobilepay_commerce) in the registry to avoid
composer require 'drupal/vipps_mobilepay_commerce-vipps_mobilepay_commerce:1.0.x-dev@dev'
which is suboptimal and difficult to promote? - πΊπΈUnited States hestenet Portland, OR πΊπΈ
That is possible. It's not something we do very often, but we have a couple requests in the backlog, so I can see about doing a batch pretty soon.
- Status changed to Fixed
4 months ago 11:05pm 13 August 2024 - πΊπΈUnited States hestenet Portland, OR πΊπΈ
I have swapped the package namespaces around - watch out for support requests related to the change.
-
https://www.drupal.org/project/vipps_mobilepay β
- Old submodule namespace:
vipps_mobilepay_commerce
- New submodule namespace:
vipps_mobilepay-vipps_mobilepay_commerce
- Old submodule namespace:
-
https://www.drupal.org/project/graphql_compose_fragments β
- Old package namespace:
vipps_mobilepay_commerce-vipps_mobilepay_commerce
- New package namespace
vipps_mobilepay_commerce
- Old package namespace:
-
https://www.drupal.org/project/vipps_mobilepay β
Automatically closed - issue fixed for 2 weeks with no activity.