Skip to content

Commit

Permalink
Merge branch 'drush-9'
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Nov 27, 2019
2 parents 1e77aad + 4bd32df commit 76d5639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
"email": "[email protected]"
}
],
"minimum-stability": "beta",
"require": {
"phing/phing": "~2.9",
"drush/drush": "6.5 - 8.1"
"drush/drush": "^8.1.15 || ^9.0"
},
"autoload": {
"psr-0": {
Expand Down
7 changes: 0 additions & 7 deletions src/Drush/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,13 +325,6 @@ public function main() {
$command[] = $this->alias;
}

if (empty($this->color)) {
$option = new Option();
$option->setName('nocolor');
$this->options[] = $option;
}


if (!empty($this->root)) {
$option = new Option();
$option->setName('root');
Expand Down

0 comments on commit 76d5639

Please sign in to comment.