Skip to content

Commit

Permalink
Fixed twig-bridge and form dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Mar 29, 2016
1 parent a18a2d7 commit 0cc1537
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,24 @@
],
"require": {
"symfony/http-foundation": "~2.3|~3.0",
"symfony/form": "~2.3|~3.0",
"symfony/form": "^2.3.5|~3.0",
"symfony/validator": "~2.3|~3.0",
"symfony/security-bundle": "~2.3|~3.0",
"symfony/routing": "~2.3|~3.0",
"symfony/config": "^2.3.9|~3.0",
"symfony/console": "~2.3|~3.0",
"symfony/twig-bridge": "~2.3|~3.0",
"symfony/twig-bridge": "^2.3.5|~3.0",
"symfony/class-loader":"~2.3|~3.0",
"symfony/expression-language": "~2.4|~3.0",
"symfony/templating":"~2.3|~3.0",
"symfony/translation":"~2.3|~3.0",
"symfony/dependency-injection": "~2.3,>=2.3.3|~3.0",
"symfony/dependency-injection": "^2.3.3|~3.0",
"symfony/property-access": "~2.3|~3.0",
"symfony/security-acl": "~2.3|~3.0",
"twig/twig": "~1.23",
"twig/extensions": "~1.0",
"sonata-project/exporter": "~1.0",
"sonata-project/block-bundle": "~2.3,>=2.3.9",
"sonata-project/block-bundle": "^2.3.9",
"sonata-project/core-bundle": "^2.3.10",
"doctrine/common": "~2.2",
"doctrine/inflector": "~1.0",
Expand Down

0 comments on commit 0cc1537

Please sign in to comment.