1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/composer.json

38 lines
835 B
JSON
Raw Normal View History

2013-07-04 11:57:37 +04:00
{
"name": "retailcrm/api-client-php",
"description": "PHP client for retailCRM API",
2013-07-04 11:57:37 +04:00
"type": "library",
"keywords": ["API", "retailCRM", "REST"],
"homepage": "http://www.retailcrm.ru/",
2016-03-12 01:54:33 +03:00
"license": "MIT",
2013-07-04 11:57:37 +04:00
"authors": [
{
"name": "retailCRM",
"email": "support@retailcrm.ru"
2013-07-04 11:57:37 +04:00
}
],
"require": {
"php": ">=5.4.0",
2017-03-07 12:23:20 +03:00
"ext-curl": "*"
},
"require-dev": {
2017-12-20 16:28:00 +03:00
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "3.*"
2013-07-04 11:57:37 +04:00
},
"support": {
"email": "support@retailcrm.ru"
2013-07-04 11:57:37 +04:00
},
"autoload": {
"psr-0": { "RetailCrm\\": "lib/" }
2013-07-04 11:57:37 +04:00
},
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
2013-07-04 11:57:37 +04:00
}
},
"config": {
"bin-dir": "bin",
"process-timeout": 600
2013-07-04 11:57:37 +04:00
}
}