Created
June 1, 2020 14:53
-
-
Save lcube45/e1bcfb9392392a09c13e593a1f598380 to your computer and use it in GitHub Desktop.
Drupal 8 - composer download a specific module version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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