Skip to content

Commit

Permalink
Update to annotated-command 2.0.0-beta1 and output-formatters 2.0.0-b…
Browse files Browse the repository at this point in the history
…eta1.
  • Loading branch information
greg-1-anderson committed Sep 15, 2016
1 parent 00d80a0 commit f4dad33
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"php": ">=5.5.0",
"league/container": "^2.2",
"consolidation/log": "~1",
"consolidation/annotated-command": "^1.2",
"consolidation/output-formatters": "~1",
"consolidation/annotated-command": "^2.0.0-beta1",
"consolidation/output-formatters": "^2.0.0-beta1",
"symfony/finder": "~2.5|~3.0",
"symfony/console": "~2.5|~3.0",
"symfony/process": "~2.5|~3.0",
Expand Down
41 changes: 22 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/Collection/CollectionProcessHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
namespace Robo\Collection;

use Consolidation\AnnotatedCommand\Hooks\ProcessResultInterface;
use Consolidation\AnnotatedCommand\AnnotationData;
use Robo\Contract\TaskInterface;
use Robo\Result;

Expand All @@ -15,7 +16,7 @@
*/
class CollectionProcessHook implements ProcessResultInterface
{
public function process($result, array $args)
public function process($result, array $args, AnnotationData $annotations)
{
if ($result instanceof TaskInterface) {
try {
Expand Down

0 comments on commit f4dad33

Please sign in to comment.