Merge pull request #24 from stof/patch-1

Added an upper bound on the composer constraint
This commit is contained in:
Joseph Bielawski 2012-06-14 06:04:53 -07:00
commit d0fac3f6d2

View file

@ -19,7 +19,11 @@
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0.0"
"symfony/framework-bundle": ">=2.0,<2.2-dev"
},
"suggest": {
"symfony/twig-bundle": "to use the Twig markdown filter"
},
"autoload": {