Update composer.json to require Symfony 2.1

This commit is contained in:
Jeremy Mikola 2012-03-03 22:48:22 -05:00
parent b7d7017381
commit ebeff1aae4

View file

@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.0.*",
"symfony/framework-bundle": "2.1.*",
"ruflin/elastica": "*"
},
"autoload": {