Skip to content

Instantly share code, notes, and snippets.

@ilessing
Created March 8, 2019 02:16
Show Gist options
  • Save ilessing/472e08f0f5ccbf90a73148d7c1181a05 to your computer and use it in GitHub Desktop.
Save ilessing/472e08f0f5ccbf90a73148d7c1181a05 to your computer and use it in GitHub Desktop.
composer.json for installing old drush
{
"require": {
"drush/drush": "7.1.0"
},
"repositories": [{
"type": "composer",
"url": "https://packagist.org"
},
{
"packagist": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment