1
0
mirror of synced 2024-11-22 05:16:07 +03:00

update readme (#38)

This commit is contained in:
Alex Lushpai 2017-06-13 00:04:52 +03:00 committed by GitHub
parent fdd7c3d4c8
commit eb69ee503a
2 changed files with 2 additions and 2 deletions

View File

@ -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.* --no-dev
composer require retailcrm/api-client-php 5.* --no-dev
```
If you have not used `composer` before, include autoloader into your project.

View File

@ -15,7 +15,7 @@ PHP-клиент для работы с [retailCRM API](http://www.retailcrm.ru/
2) Выполните в папке проекта:
```bash
composer require retailcrm/api-client-php 4.* --no-dev
composer require retailcrm/api-client-php 5.* --no-dev
```
В конфиг `composer.json` вашего проекта будет добавлена библиотека `retailcrm/api-client-php`, которая установится в папку `vendor/`. При отсутствии файла конфига или папки с вендорами они будут созданы.