Skip to content

Commit

Permalink
bug #622 Fix Travis issue with ChoiceView and wrong twig-bridge versi…
Browse files Browse the repository at this point in the history
…on (ogizanagi)

This PR was merged into the master branch.

Discussion
----------

Fix Travis issue with ChoiceView and wrong twig-bridge version

Should fix recent issues with Travis about `ChoiceView`.

However, I think we should also rework the `.travis.yml` file, now that PHP 7, sf 2.8 and 3.0 are released.

Commits
-------

32f66ff Fix Travis issue with ChoiceView and wrong twig-bridge version
  • Loading branch information
javiereguiluz committed Dec 8, 2015
2 parents 81efb2f + 32f66ff commit ed04595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"symfony/framework-bundle" : "~2.3|~3.0",
"symfony/http-foundation" : "~2.3|~3.0",
"symfony/http-kernel" : "~2.3|~3.0",
"symfony/twig-bridge" : "^2.3.4",
"symfony/twig-bridge" : "^2.3.4|~3.0",
"twig/extensions" : "~1.0",
"twig/twig" : "~1.14,>=1.14.2|~2.0"
},
Expand Down

0 comments on commit ed04595

Please sign in to comment.