[composer] make doctrine dbal and orm recommended by doctrine-bridge

This commit is contained in:
Igor Wiedler 2011-10-15 16:35:45 +02:00
parent 03bdac04ae
commit 225b512b67

View File

@ -17,7 +17,10 @@
}
],
"require": {
"php": ">=5.3.2",
"php": ">=5.3.2"
},
"recommend": {
"doctrine/dbal": ">=2.1",
"doctrine/orm": ">=2.1"
},
"suggest": {