update api docs requirements
This commit is contained in:
parent
4d59f37980
commit
372029e1a2
@ -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
|
# retailCRM API PHP client
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ groups: auto
|
|||||||
|
|
||||||
accessLevels:
|
accessLevels:
|
||||||
- public
|
- public
|
||||||
|
- protected
|
||||||
|
|
||||||
internal: true
|
internal: true
|
||||||
php: false
|
php: false
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "4.*",
|
"phpunit/phpunit": "4.*",
|
||||||
"squizlabs/php_codesniffer": "3.*"
|
"squizlabs/php_codesniffer": "3.*",
|
||||||
|
"apigen/apigen": "4.*"
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"email": "support@retailcrm.ru"
|
"email": "support@retailcrm.ru"
|
||||||
|
Loading…
Reference in New Issue
Block a user