- Issue created by @john.oltman
- 🇮🇹Italy itamair
thanks @john.oltman for reporting this ...
BUT I cannot reproduce any of the issue that you report.Let's do it together, and with the new Drupal CMS (Drupal 11 based).
Please follow the steps on "How to install Drupal CMS using DDEV" as described on this page:
https://new.drupal.org/docs/drupal-cms/get-started/install-drupal-cms/in...At the end of the
ddev composer create drupal/cms
command you will see that everything is being required without any issue and warning, and geocoder module is part of it ... because a dependency of the drupal/drupal_cms_events recipe.But also let's try to specifically require the drupal/geocoder project, applying the following composer commands:
# remove the geofield stack module (and the geocoder module) along with the drupal/drupal_cms_events recipe
ddev composer remove drupal/drupal_cms_events recipe
#then let's specifically require the drupal/geocoder module:
ddev composer require drupal/geocoderand all is being required correctly, to me ... with any of the warnings that you report.
Isn't it?Could you kindly instruct me how to reproduce the warning that you experience and report, in the above (very general) scenario that I provided?
I need to have evidence that what you report is a general / established uses case ... and not a specific of you.Otherwise I would Close this as "Works as Designed".
Thanks ...