lexik / LexikWorkflowBundle

Simple workflow bundle for Symfony2
MIT License
126 stars 29 forks source link

Mark Doctrine as a hard dependency #10

Closed kix closed 10 years ago

kix commented 10 years ago

In a Propel-backed project, there's no way of using the bundle. So, why not require Doctrine explicitly?

cedric-g commented 10 years ago

Yes you're right :) you can require "doctrine/orm": "~2.2" instead of doctrine-common (and remove the "require-dev" section).

kix commented 10 years ago

I assume that's better? :)