mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-663: Update PEAR install command #816
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jul 1, 2010).
Originally assigned to: @jwage on GitHub.
Jira issue originally created by user mjstelly:
Documentation gives incorrect command for downloading ORM from PEAR which causes the installation to fail with the message:
Failed to download doctrine/DoctrineORM, version "2.0.0", latest release is version 2.0.0BETA2, stability "beta", use "channel://pear.doctrine-project.org/DoctrineORM-2.0.0BETA2" to install
install failed
Currently:
sudo pear install pear.doctrine-project.org/DoctrineORM-2.0.0
Change to:
sudo pear install pear.doctrine-project.org/DoctrineORM-2.0.0BETA2
@doctrinebot commented on GitHub (Aug 8, 2010):
Comment created by @jwage:
70d12fc57a@doctrinebot commented on GitHub (Aug 8, 2010):
Issue was closed with resolution "Fixed"