1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/composer.json
2019-08-30 14:10:52 +03:00

40 lines
896 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": "*",
"ext-json": "*",
"ext-fileinfo": "*"
},
"require-dev": {
"phpunit/phpunit": "6.*",
"squizlabs/php_codesniffer": "3.*"
},
"support": {
"email": "support@retailcrm.ru"
},
"autoload": {
"psr-0": { "RetailCrm\\": "lib/" }
},
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"config": {
"bin-dir": "vendor/bin",
"process-timeout": 600
}
}