From 30aa8970d52d32f26dcb9522b9e2bd5992af350c Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Mon, 27 Jul 2015 22:21:33 -0700 Subject: [PATCH] Update README.md Bump "require" version in preparation of the 2.0.0 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 039acef..c60396a 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": "~1.0" + "box/spout": "~2.0" } ```