- Issue created by @Liam Morland
- 🇳🇱Netherlands tinto Amsterdam
I'm running into the same problem here.
Running
composer require drupal/embedded_content_examples
only alters my composer.json and .lock, but does not actually add the code to the contrib module directory.Instead, running
composer require 'drupal/embedded_content_examples-embedded_content_examples:^2.0'
does install the examples module properly. But the namespace looks like it needs to be fixed.