1
0
mirror of synced 2024-11-21 21:06:07 +03:00

update api docs requirements

This commit is contained in:
Alex Lushpai 2018-02-21 11:06:29 +03:00
parent 4d59f37980
commit 372029e1a2
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,6 @@
[![Build Status](https://travis-ci.org/retailcrm/api-client-php.svg?branch=master)](https://travis-ci.org/retailcrm/api-client-php)
[![Build Status](https://img.shields.io/travis/retailcrm/api-client-php/master.svg?style=flat-square)](https://travis-ci.org/retailcrm/api-client-php)
[![Downloads](https://img.shields.io/packagist/dt/retailcrm/api-client-php.svg?style=flat-square)](https://packagist.org/packages/retailcrm/api-client-php/stats)
[![Latest stable](https://img.shields.io/packagist/v/retailcrm/api-client-php.svg?style=flat-square)](https://packagist.org/packages/retailcrm/api-client-php)
# retailCRM API PHP client

View File

@ -21,6 +21,7 @@ groups: auto
accessLevels:
- public
- protected
internal: true
php: false

View File

@ -17,7 +17,8 @@
},
"require-dev": {
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "3.*"
"squizlabs/php_codesniffer": "3.*",
"apigen/apigen": "4.*"
},
"support": {
"email": "support@retailcrm.ru"