Nowadays libraries are not "downloaded" but "installed" and this happens
usually with composer.
You have to do this because doctrine/orm has requirements.
doctrine/orm depends on:
 - doctrine/collections
 - doctrine/dbal
 - symfony/console

doctrine/dbal depends on:
 - doctrine/common

doctrine/common depends on:
 - doctrine/inflector
 - doctrine/cache
 - doctrine/collections
 - doctrine/lexer
 - doctrine/annotations

and finnaly doctrine/annotations depends on doctrine/lexer but we have this
already as is required by doctrine/common also

Use the information here to install through composer:
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/configuration.html#installation-and-configuration

If you really want to download doctrine/orm you can see the releases here:
https://github.com/doctrine/doctrine2/releases



On Fri, Jan 31, 2014 at 5:37 PM, <[email protected]> wrote:

>
> v2.4.1 is stable? sorry I cannot find the download link for this version
> on the page: http://www.doctrine-project.org/projects/orm.html
> please advice.
>
>
>
> --
> 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.
>

-- 
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