Skip to content

Commit

Permalink
Merge pull request continuousphp#8 from deminy/master
Browse files Browse the repository at this point in the history
Mark the Phing task working with Drush 8.1 and fix reference to class \PhingFile
  • Loading branch information
pbuyle authored Jul 4, 2016
2 parents 942bb00 + 0a3ba08 commit bc8ab06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"phing/phing": "~2.9",
"drush/drush": "6.5 - 8.0"
"drush/drush": "6.5 - 8.1"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 2 additions & 0 deletions src/Drush/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

namespace Drush;

use PhingFile;

/**
* Option
* Runs the Drush commad line tool.
Expand Down

0 comments on commit bc8ab06

Please sign in to comment.