From 51edd50acc30094a356969872ab1cb3d6c87156a Mon Sep 17 00:00:00 2001 From: Gregwar Date: Tue, 21 Aug 2012 13:20:32 +0200 Subject: [PATCH] [README] Changing composer (fixes #33) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05cd83b..bec982c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ $ git submodule update --init Add the following to the "require" section of your `composer.json` file: ``` - "gregwar/captcha-bundle": "1.0.0" + "gregwar/captcha-bundle": "dev-master" ``` And update your dependencies