From 52c09265b45e0c4b3c321d4957ca2b1897e0e5a1 Mon Sep 17 00:00:00 2001 From: Ilyas Salikhov Date: Tue, 5 Aug 2014 14:17:32 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72ec638..c45ad33 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Require the bundle in your `composer.json` file: ````json { "require": { - "intaro/pinba-bundle": "~0.4", + "intaro/pinba-bundle": "~0.4.2", } } ```