Fix requirements

This commit is contained in:
Jordi Boggiano 2012-10-31 17:08:42 +01:00
parent 92f1beeda5
commit e553651a8f

View file

@ -19,8 +19,8 @@
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1.*",
"doctrine/common": ">=2.1.*",
"symfony/framework-bundle": "~2.1",
"doctrine/common": "~2.1",
"white-october/pagerfanta-bundle": "*"
},
"require-dev": {