Added missing dependency to doctrine common in the global composer.json

Doctrine Common is a dependency of FrameworkBundle for the annotation
reader.
This commit is contained in:
Christophe Coevoet 2012-05-20 22:32:48 +02:00
parent cdfb0b19d2
commit 0581c3a57b
1 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@
],
"require": {
"php": ">=5.3.3",
"doctrine/common": ">2.2,<2.4-dev",
"twig/twig": ">=1.8,<2.0-dev"
},
"replace": {
@ -53,8 +54,8 @@
"symfony/yaml": "self.version"
},
"require-dev": {
"doctrine/dbal": "2.2.*",
"doctrine/orm": "2.2.*",
"doctrine/dbal": ">=2.2,<2.4-dev",
"doctrine/orm": ">=2.2,<2.4-dev",
"doctrine/data-fixtures": "1.0.*",
"propel/propel1": "dev-master",
"monolog/monolog": "dev-master"