Closed kix closed 10 years ago
In a Propel-backed project, there's no way of using the bundle. So, why not require Doctrine explicitly?
Yes you're right :) you can require "doctrine/orm": "~2.2" instead of doctrine-common (and remove the "require-dev" section).
"doctrine/orm": "~2.2"
I assume that's better? :)
In a Propel-backed project, there's no way of using the bundle. So, why not require Doctrine explicitly?