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" } ```