From 372029e1a239548e0f5b8b1554dfee37d427eb31 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Wed, 21 Feb 2018 11:06:29 +0300 Subject: [PATCH] update api docs requirements --- README.md | 4 +++- apigen.neon | 1 + composer.json | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c24d4de..35fcf59 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/apigen.neon b/apigen.neon index 463b181..bc45409 100644 --- a/apigen.neon +++ b/apigen.neon @@ -21,6 +21,7 @@ groups: auto accessLevels: - public + - protected internal: true php: false diff --git a/composer.json b/composer.json index ebd20f7..8a227ea 100644 --- a/composer.json +++ b/composer.json @@ -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"