How to install a module using composer on Drupal 11

First we use require command to pull the module,

composer require drupal/modulename

composer install drupal/modulename

Category