Adjust doctrine requirements

This commit is contained in:
Jordi Boggiano 2011-11-25 16:11:08 +01:00 committed by Fabien Potencier
parent 1aea0733c4
commit 18821612bf
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,8 @@
}
],
"require": {
"php": ">=5.3.2"
"php": ">=5.3.2",
"doctrine/common": "2.2.*"
},
"recommend": {
"doctrine/dbal": ">=2.1",

View File

@ -23,7 +23,7 @@
"symfony/routing": "self.version",
"symfony/templating": "self.version",
"symfony/translator": "self.version",
"doctrine/common": "2.2.*"
"doctrine/common": ">=2.1,<2.3-dev"
},
"recommend": {
"symfony/console": "self.version",