Merge pull request #28 from rjmunro/patch-1
Switch suggested git URL to http:// instead of git://
This commit is contained in:
commit
df2f9b3ada
|
@ -25,7 +25,7 @@ Add the following lines to your `deps` file:
|
||||||
|
|
||||||
```
|
```
|
||||||
[GregwarCaptchaBundle]
|
[GregwarCaptchaBundle]
|
||||||
git=git://github.com/Gregwar/CaptchaBundle.git
|
git=http://github.com/Gregwar/CaptchaBundle.git
|
||||||
target=/bundles/Gregwar/CaptchaBundle
|
target=/bundles/Gregwar/CaptchaBundle
|
||||||
version=origin/2.0 <- add this if you are using Symfony 2.0
|
version=origin/2.0 <- add this if you are using Symfony 2.0
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue