1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/composer.json
Alex Lushpai 8c583de05b marketplace api method (#31)
* marketplace integration
* update tests
2016-11-28 14:38:03 +03:00

35 lines
772 B
JSON

{
"name": "retailcrm/api-client-php",
"description": "PHP client for retailCRM API",
"type": "library",
"keywords": ["API", "retailCRM", "REST"],
"homepage": "http://www.retailcrm.pro/",
"license": "MIT",
"authors": [
{
"name": "retailCRM",
"email": "support@retailcrm.pro"
}
],
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"phpunit/phpunit": "4.8.29"
},
"support": {
"email": "support@retailcrm.pro"
},
"autoload": {
"psr-0": { "RetailCrm\\": "lib/" }
},
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"config": {
"bin-dir": "bin",
"process-timeout": 600
}
}