Skip to content

Commit

Permalink
Update to Annotated Commands and Output Formatters 2.0.0-beta4.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 19, 2016
1 parent 553ccfd commit 9af2f87
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 33 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-beta2",
"consolidation/output-formatters": "^2.0.0-beta2",
"consolidation/annotated-command": "^2.0.0-beta3",
"consolidation/output-formatters": "^2.0.0-beta3",
"symfony/finder": "~2.5|~3.0",
"symfony/console": "~2.5|~3.0",
"symfony/process": "~2.5|~3.0",
Expand Down
75 changes: 44 additions & 31 deletions composer.lock

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

2 changes: 2 additions & 0 deletions examples/RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ public function trySuccess()
* @usage try:formatters --format=csv
* @usage try:formatters --fields=first,third
* @usage try:formatters --fields=III,II
*
* @return \Consolidation\OutputFormatters\StructuredData\RowsOfFields
*/
public function tryFormatters($options = ['format' => 'table', 'fields' => ''])
{
Expand Down

0 comments on commit 9af2f87

Please sign in to comment.