1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/composer.json
Ilyas Salikhov de8514fe14 Removed docs
2014-11-06 14:10:48 +03:00

28 lines
629 B
JSON

{
"name": "retailcrm/api-client-php",
"description": "PHP client for retailCRM API",
"type": "library",
"keywords": ["API", "retailCRM", "REST"],
"homepage": "http://www.retailcrm.ru/",
"authors": [
{
"name": "retailCRM",
"email": "support@retailcrm.ru"
}
],
"require": {
"php": ">=5.3.0",
"ext-curl": "*"
},
"support": {
"email": "support@intarocrm.ru"
},
"autoload": {
"psr-0": { "RetailCrm\\": "lib/" }
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}