Created
March 8, 2019 02:16
-
-
Save ilessing/472e08f0f5ccbf90a73148d7c1181a05 to your computer and use it in GitHub Desktop.
composer.json for installing old drush
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
{ | |
"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