From 7ab4fb0ee6b83950b8297689deba4fe659c49960 Mon Sep 17 00:00:00 2001 From: Nicolas MURE Date: Thu, 24 Nov 2016 22:24:15 +0100 Subject: [PATCH] v1.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16c64f6..3ee2659 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ class as a service (`crawler_detect`) to make it easier to use with Symfony Download the bundle using composer : ```bash -$ composer require nmure/crawler-detect-bundle "dev-master" +$ composer require nmure/crawler-detect-bundle "^1.0.0" ``` then enable the bundle in your AppKernel :