Skip to content

Commit

Permalink
Tag new release 1.0.0 rc22 (#179)
Browse files Browse the repository at this point in the history
* [console] Update Symfony dependencies.

* [console] Tag 1.0.0-rc22 release.
  • Loading branch information
jmolivas committed Jun 27, 2017
1 parent 9e68c87 commit e67dbb4
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 86 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
},
"require": {
"php": "^5.5.9 || ^7.0",
"drupal/console-en" : "1.0.0-rc21",
"drupal/console-en" : "1.0.0-rc22",
"dflydev/dot-access-configuration": "1.0.1",
"stecman/symfony-console-completion": "~0.7",
"symfony/console": ">=2.7 <3.0",
"symfony/debug": ">=2.6 <3.0",
"symfony/dependency-injection": ">=2.7 <3.0",
"symfony/config": ">=2.7 <3.0",
"symfony/filesystem": ">=2.7 <3.0",
"symfony/finder": ">=2.7 <3.0",
"symfony/process": ">=2.7 <3.0",
"symfony/translation": ">=2.7 <3.0",
"symfony/yaml": ">=2.7 <3.0",
"symfony/event-dispatcher": ">=2.7 <3.0",
"symfony/console": "~2.8",
"symfony/debug": "~2.8",
"symfony/dependency-injection": "~2.8",
"symfony/config": "~2.8",
"symfony/filesystem": "~2.8",
"symfony/finder": "~2.8",
"symfony/process": "~2.8",
"symfony/translation": "~2.8",
"symfony/yaml": "~2.8",
"symfony/event-dispatcher": "~2.8",
"twig/twig": "^1.23.1",
"webflo/drupal-finder": "^0.3.0",
"webmozart/path-util": "^2.3"
Expand Down
Loading

0 comments on commit e67dbb4

Please sign in to comment.