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

37 lines
799 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"],
2016-04-10 13:57:22 +03:00
"homepage": "http://www.retailcrm.pro/",
2016-03-12 01:54:33 +03:00
"license": "MIT",
2013-07-04 11:57:37 +04:00
"authors": [
{
"name": "retailCRM",
2016-04-10 13:57:22 +03:00
"email": "support@retailcrm.pro"
2013-07-04 11:57:37 +04:00
}
],
"require": {
"php": ">=5.3.0",
2017-03-07 12:23:20 +03:00
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.29"
2013-07-04 11:57:37 +04:00
},
"support": {
2016-04-10 13:57:22 +03:00
"email": "support@retailcrm.pro"
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": "4.0.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
}
}