From c68f9a7b4e79745a074a4339782ff427d5d73a7e Mon Sep 17 00:00:00 2001 From: Andrew Kovalyov Date: Sat, 16 Jan 2016 03:46:04 +0200 Subject: [PATCH] Point to stable release in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a7a859..bd1b0a7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This bundle can be installed using [composer](http://getcomposer.org) by adding ``` json "require": { ... - "knplabs/knp-gaufrette-bundle": "*@dev" + "knplabs/knp-gaufrette-bundle": "~0.3" }, ```