Skip to content

Commit

Permalink
Update to Symfony 3. (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Dec 2, 2016
1 parent 7847648 commit 16c18fd
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 113 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"dflydev/dot-access-configuration": "1.*",
"drupal/console-en" : "~1.0",
"stecman/symfony-console-completion": "~0.7",
"symfony/console": "~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",
"symfony/console": "~2.8|~3.1",
"symfony/dependency-injection": "~2.8|~3.1",
"symfony/config": "~2.8|~3.1",
"symfony/filesystem": "~2.8|~3.1",
"symfony/finder": "~2.8|~3.1",
"symfony/process": "~2.8|~3.1",
"symfony/translation": "~2.8|~3.1",
"symfony/yaml": "~2.8|~3.1",
"symfony/event-dispatcher": "~2.8|~3.1",
"twig/twig": "^1.23.1",
"webflo/drupal-finder": "0.*"
},
Expand Down
Loading

0 comments on commit 16c18fd

Please sign in to comment.