39 lines
867 B
JSON
39 lines
867 B
JSON
{
|
|
"name": "retailcrm/api-client-php",
|
|
"description": "PHP client for retailCRM API",
|
|
"type": "library",
|
|
"keywords": ["API", "retailCRM", "REST"],
|
|
"homepage": "http://www.retailcrm.ru/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "retailCRM",
|
|
"email": "support@retailcrm.ru"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"ext-curl": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*",
|
|
"squizlabs/php_codesniffer": "3.*",
|
|
"apigen/apigen": "4.*"
|
|
},
|
|
"support": {
|
|
"email": "support@retailcrm.ru"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "RetailCrm\\": "lib/" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.x-dev"
|
|
}
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin",
|
|
"process-timeout": 600
|
|
}
|
|
}
|