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

41 lines
944 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.4.0",
"ext-curl": "*",
"ext-json": "*",
"ext-fileinfo": "*",
"symfony/dotenv": "3.4.*|6.4.*"
},
"require-dev": {
"phpunit/phpunit": "6.*|8.*",
"squizlabs/php_codesniffer": "3.*"
},
"support": {
"email": "support@retailcrm.pro"
},
"autoload": {
"psr-0": { "RetailCrm\\": "lib/" }
},
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"config": {
"bin-dir": "vendor/bin",
"process-timeout": 600
}
}