From bbb57e04abb15f4a4eb3778158f01280bbb982cd Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 14 Aug 2014 16:51:48 +0200 Subject: [PATCH] Suggesting installation of instantiator `~1.0.1` instead of `1.0.*` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f0e50e..b6eaa16 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This library provides a way of avoiding usage of constructors when instantiating The suggested installation method is via [composer](https://getcomposer.org/): ```sh -php composer.phar require doctrine/instantiator:1.0.* +php composer.phar require "doctrine/instantiator:~1.0.1" ``` ## Usage