Skip to content

Commit

Permalink
Added "symfony/twig-bridge" and reordered some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Sep 13, 2015
1 parent ddaadb4 commit 0624f6c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
],
"require": {
"php" : ">=5.3.0",
"doctrine/doctrine-bundle" : "~1.2",
"doctrine/orm" : "~2.3",
"pagerfanta/pagerfanta" : "~1.0,>=1.0.1",
"sensio/distribution-bundle" : "~2.3|~3.0|~4.0",
"sensio/framework-extra-bundle" : "~3.0,>=3.0.2",
"symfony/config" : "~2.3",
"symfony/dependency-injection" : "~2.3",
"symfony/doctrine-bridge" : "~2.3",
Expand All @@ -26,16 +30,13 @@
"symfony/framework-bundle" : "~2.3",
"symfony/http-foundation" : "~2.3",
"symfony/http-kernel" : "~2.3",
"doctrine/orm" : "~2.3",
"doctrine/doctrine-bundle" : "~1.2",
"symfony/twig-bridge" : "^2.3.4",
"twig/extensions" : "~1.0",
"sensio/distribution-bundle" : "~2.3|~3.0|~4.0",
"sensio/framework-extra-bundle" : "~3.0,>=3.0.2",
"twig/twig" : "~1.12,>=1.12.2"
},
"require-dev": {
"phpunit/phpunit" : "~4.4",
"doctrine/doctrine-fixtures-bundle" : "~2.2",
"phpunit/phpunit" : "~4.4",
"symfony/browser-kit" : "~2.3",
"symfony/console" : "~2.3",
"symfony/css-selector" : "~2.3",
Expand Down

0 comments on commit 0624f6c

Please sign in to comment.