Restrict framework-bundle until FOSRest deps are fixed, fixes #144

This commit is contained in:
Jordi Boggiano 2013-03-01 22:04:51 +01:00
parent abac2a03df
commit bfcea36689

View File

@ -15,7 +15,7 @@
}
],
"require": {
"symfony/framework-bundle": "~2.1",
"symfony/framework-bundle": "~2.1,<2.3-dev",
"symfony/twig-bundle": "~2.1",
"symfony/form": "~2.1",
"dflydev/markdown": "1.0.*"