From ad6b881685b5b724e7e52df19426b3418e2f2f94 Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Thu, 16 Jul 2015 23:16:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74dbbc9..9f82626 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Spout can be installed directly from [Composer](https://getcomposer.org/). Add "box/spout" as a dependency in your project's composer.json file: ```json "require": { - "box/spout": "*" + "box/spout": "~1.0" } ```