Skip to content

Commit

Permalink
[console] Update symfony dependencies. (#3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Dec 12, 2016
1 parent d6c749c commit 7eb98a1
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 143 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,14 @@
"alchemy/zippy": "0.3.5",
"composer/installers": "~1.0",
"drupal/console-core" : "~1.0",
"symfony/css-selector": "~2.7|~3.1",
"symfony/debug": "~2.6|~3.1",
"symfony/dom-crawler": "~2.7|~3.1",
"symfony/http-foundation": "~2.7|~3.1",
"symfony/css-selector": ">=2.7 <3.2",
"symfony/dom-crawler": ">=2.7 <3.2",
"symfony/http-foundation": ">=2.7 <3.2",
"guzzlehttp/guzzle": "~6.1",
"gabordemooij/redbean": "~4.3",
"doctrine/annotations": "1.2.*",
"dflydev/placeholder-resolver": "~1.0",
"symfony/expression-language": "~2.7|~3.1"
"symfony/expression-language": ">=2.7 <3.2",
"symfony/cache": ">=2.7 <3.2"
},
"bin": ["bin/drupal"],
"config": {
Expand Down
Loading

0 comments on commit 7eb98a1

Please sign in to comment.