Skip to content

Commit

Permalink
Merge pull request #34 from keradus/console
Browse files Browse the repository at this point in the history
Allow for symfony/console v2 or v3
  • Loading branch information
clue authored Jul 7, 2016
2 parents f4b47f2 + c1dec39 commit 1f556d6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 15 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"homepage": "https://github.com/clue/graph-composer",
"license": "MIT",
"require": {
"clue/graph": "~0.9.0",
"php": "^5.3.6 || ^7.0",
"clue/graph": "^0.9.0",
"jms/composer-deps-analyzer": "0.1.*",
"symfony/console": "~2.1",
"graphp/graphviz": "~0.2.0"
"symfony/console": "^2.1 || ^3.0",
"graphp/graphviz": "^0.2.0"
},
"autoload": {
"psr-0": { "Clue\\GraphComposer": "src/" }
Expand All @@ -18,5 +19,10 @@
"phar": {
"bundler": "composer"
}
},
"config": {
"platform": {
"php": "5.3.6"
}
}
}
40 changes: 28 additions & 12 deletions composer.lock

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

0 comments on commit 1f556d6

Please sign in to comment.