From d06ec32a70ad23348cf48a12616b8cd3cd71d9c4 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 2 Jul 2014 09:25:17 +0200 Subject: [PATCH] Suggest 1.*, instead of >=1.0.0 Probably breaking changes with 2.x right? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 436c469..08a37ed 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ with the following requirement: ```JSON { "require": { - "maximebf/debugbar": ">=1.0.0" + "maximebf/debugbar": "1.*" } } ```