- Issue created by @undersound3
When installing this module via composer require drupal/paragraphs_modal_edit
the dependencies are not added to my composer.json require section.
This seems to be because the dependecies defined in paragraphs_modal_edit.info.yml are not defined in the composer.json file.
While the documentation says this is the proper way https://www.drupal.org/docs/develop/using-composer/managing-dependencies... → there are projects that do define it in their composer.json file
https://git.drupalcode.org/project/leaflet_more_maps/-/blob/2.1.x/compos...
There is also a discussion here talking about this...
https://www.drupal.org/project/gitlab_templates/issues/3398978 →
When I start with a base drupal install and install this module as the first module I would like to see the dependencies of this module also reflected in my composer.json (paragraphs and paragraphs_edit)
Active
1.0
Code