Skip to content

Instantly share code, notes, and snippets.

@lcube45
Created June 1, 2020 14:53
Show Gist options
  • Save lcube45/e1bcfb9392392a09c13e593a1f598380 to your computer and use it in GitHub Desktop.
Save lcube45/e1bcfb9392392a09c13e593a1f598380 to your computer and use it in GitHub Desktop.
Drupal 8 - composer download a specific module version
Specifying a version you can specify a version from the command line with:
composer require drupal/<modulename>:<version>
For example:
composer require drupal/ctools:3.0.0-alpha26
composer require drupal/token:1.x-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment