Skip to content

Commit

Permalink
Update to annotated commands and output formatters 2.0.0-beta2.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 15, 2016
1 parent 67f5bdf commit e4624a0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 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": "^2.0.0-beta1",
"consolidation/output-formatters": "^2.0.0-beta1",
"consolidation/annotated-command": "^2.0.0-beta2",
"consolidation/output-formatters": "^2.0.0-beta2",
"symfony/finder": "~2.5|~3.0",
"symfony/console": "~2.5|~3.0",
"symfony/process": "~2.5|~3.0",
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

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

1 change: 1 addition & 0 deletions examples/RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public function trySuccess()
* first: I
* second: II
* third: III
* @single-field-default second
* @usage try:formatters --format=yaml
* @usage try:formatters --format=csv
* @usage try:formatters --fields=first,third
Expand Down

0 comments on commit e4624a0

Please sign in to comment.