Composer command for getting ECA library are not the right one
Problem/Motivation
Composer command in ECA library are not the right ones.
For example: in https://ecaguide.org/library/simple/send_email_to_users_of_a_given_role/
The documentation give
composer require drupal-eca-recipe/send_email_to_users_of_a_given_role
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/send_email_to_users_of_a_given_role
And in fact, the real composer commands are :
composer require drupal-eca-recipe/eca_lib_0024
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0024
Where "drupal-eca-recipe/eca_lib_0024" is the id in https://packagist.org/
Edited by drupalbot