Don't hard code profile names in the make script
... | ... | @@ -2,6 +2,7 @@ |
"require": { | ||
"drush/drush": "~6.0", | ||
"symfony/filesystem": "~2.3", | ||
"symfony/finder": "~2.3", | ||
"symfony/process": "~2.3" | ||
} | ||
} |
Please register or sign in to comment
... | ... | @@ -2,6 +2,7 @@ |
"require": { | ||
"drush/drush": "~6.0", | ||
"symfony/filesystem": "~2.3", | ||
"symfony/finder": "~2.3", | ||
"symfony/process": "~2.3" | ||
} | ||
} |