Skip to content

Commit

Permalink
Update build dependencies. Convert example RoboFile into an example R…
Browse files Browse the repository at this point in the history
…obo plugin.
  • Loading branch information
greg-1-anderson committed Jul 14, 2017
1 parent 2baf9ad commit c8f4ed8
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 66 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"autoload-dev":{
"psr-4":{
"Robo\\":"tests/src"
"Robo\\":"tests/src",
"Robo\\Example\\RoboPlugin\\":"examples"
}
},
"bin":["robo"],
Expand All @@ -27,7 +28,7 @@
"league/container": "^2.2",
"consolidation/log": "~1",
"consolidation/config": "^1",
"consolidation/annotated-command": "^2.2",
"consolidation/annotated-command": "^2.4.8",
"consolidation/output-formatters": "^3.1.5",
"symfony/finder": "~2.5|~3.0",
"symfony/console": "~2.8|~3.0",
Expand Down
115 changes: 59 additions & 56 deletions composer.lock

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

Loading

0 comments on commit c8f4ed8

Please sign in to comment.