Skip to content

Commit

Permalink
Adding symfony/console for the pending presque cli
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrainbow committed Jul 22, 2012
1 parent 2d31a27 commit 75d3b57
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
},
"require-dev": {
"monolog/monolog": "1.*",
"mockery/mockery": "*"
"mockery/mockery": "*",
"symfony/console": "2.1.*@dev"
},
"suggest": {
"symfony/console": "Needed in order to use the presque command"
},
"autoload": {
"psr-0": {
Expand Down
17 changes: 15 additions & 2 deletions composer.lock

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

0 comments on commit 75d3b57

Please sign in to comment.