From 83504aa1b5b8652f4cab034efe099ed535ff0ea0 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Wed, 11 Jul 2012 18:55:53 +0200 Subject: [PATCH] README: Use 0.1.* constraint instead of 0.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7c880b2..9fa81b95 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The recommended way to install react is [through composer](http://getcomposer.or ```JSON { "require": { - "react/react": "0.1.0" + "react/react": "0.1.*" } } ```