Le 31/01/2014 18:32, [email protected] a écrit :
so, what is the latest stable version without complicated dependencies prior to these versions?

Doctrine ORM has dependencies on DBAL and Common since the very first alpha release of 2.0 (Doctrine Common was standalone at this time, as its current dependencies were part of Common itself at this point). There is no stable release without dependencies.

Splitting the code into several packages allows reusing code much more easily (you don't need to install the ORM if you only care about the DBAL for instance, and other Doctrine projects can reuse the code form Common). This is also why the recommended installation way is through Composer, as it handles managing dependencies for you, thus making it simple even when we split the reusable packages.

--
Christophe | Stof

--
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to