formapro / FpOpenIdBundle

Symfony2 OpenID security extension
53 stars 31 forks source link

1.2 Installation documentation error #45

Closed davissorenson closed 12 years ago

davissorenson commented 12 years ago

In the documentation for 1.2 the changes to be made to the deps file are given as:

[FpOpenIdBundle]
    git=git://github.com/formapro/FpOpenIdBundle.git
    target=bundles/Fp/OpenIdBundle
    branch=1.2

[LightOpenId]
    git=git://github.com/formapro/LightOpenID.git

Setting the branch with branch=1.2 will make the vendors script download master, in order to download a certain branch you have to use version=origin/1.2 instead.

makasim commented 12 years ago

thanks. fixed.