From dab68940cc16182808b0cb21162cd3232f8f55c8 Mon Sep 17 00:00:00 2001 From: neilime Date: Mon, 24 Mar 2014 22:02:51 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01934d1..97d84eb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Installation ```json "require": { - "neilime/zf2-twb-bundle": "2.0" + "neilime/zf2-twb-bundle": "2.2.*@stable" } ``` @@ -325,4 +325,4 @@ Static element is a form element witch provides `Static control` and should be r ```php $this->formStatic(new \TwbBundle\Form\Element\StaticElement()); -``` \ No newline at end of file +```