Fixed constraint requirements for Doctrine Common

This commit is contained in:
Christophe Coevoet 2012-03-11 02:47:07 +01:00
parent 011791dbef
commit f26c1ce98d
2 changed files with 4 additions and 4 deletions

View File

@ -17,11 +17,11 @@
], ],
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"doctrine/common": "2.1.*" "doctrine/common": ">=2.1,<2.3"
}, },
"recommend": { "recommend": {
"doctrine/dbal": ">=2.1", "doctrine/dbal": ">=2.1,<2.3",
"doctrine/orm": ">=2.1" "doctrine/orm": ">=2.1,<2.3"
}, },
"suggest": { "suggest": {
"symfony/form": "self.version", "symfony/form": "self.version",

View File

@ -17,7 +17,7 @@
], ],
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"doctrine/common": ">=2.1" "doctrine/common": ">=2.1,<2.3"
}, },
"suggest": { "suggest": {
"symfony/http-foundation": "self.version", "symfony/http-foundation": "self.version",