From ce2dab2c03f744e6f4caf7e681267454783c27b9 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Thu, 27 Apr 2017 14:30:14 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8bab15..b352208 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Use [API documentation](http://retailcrm.github.io/api-client-php) 2) Run into your project directory: ```bash -composer require retailcrm/api-client-php ~4.0.0 --no-dev +composer require retailcrm/api-client-php 4.* --no-dev ``` If you have not used `composer` before, include autoloader into your project.