- Issue created by @luenemann
- Status changed to Needs review
over 1 year ago 6:43pm 26 July 2023 - ๐บ๐ธUnited States hestenet Portland, OR ๐บ๐ธ
There is some complexity to this issue:
Composer itself doesn't have a concept of packages that contain packages, whereas Drupal has this concept of sub-modules that might be contained within a parent module.
We've done some work to try and automatically generate meta-packages for sub-modules, but the logic for that can be tricky and brittle, especially when it comes to external dependencies as opposed to additional Drupal dependencies.
The best solution here is probably to include this external dependency in the parent modules composer.json
- ๐บ๐ธUnited States AaronBauman Philadelphia
This must be a recent change to Drupal's packaging system.
salesforce_jwt submodule requires firebase/php-jwt. Up until a few days ago (a few weeks maybe?) you could simply require drupal/salesforce_jwt in your Drupal project root to get the dependency. - Status changed to Active
over 1 year ago 2:01pm 28 July 2023 - Status changed to Fixed
over 1 year ago 2:45pm 3 August 2023 - ๐บ๐ธUnited States AaronBauman Philadelphia
Automatically closed - issue fixed for 2 weeks with no activity.