1
0
mirror of synced 2024-11-21 19:36:02 +03:00
mg-bot-api-client-php/composer.json

57 lines
1.4 KiB
JSON
Raw Normal View History

2019-06-10 16:24:22 +03:00
{
"name": "retailcrm/mg-bot-api-client-php",
"description": "PHP client for MG Bot API",
2019-06-10 16:24:22 +03:00
"type": "library",
"keywords": ["API", "RetailCRM", "REST", "bot"],
2019-06-10 16:24:22 +03:00
"homepage": "http://www.retailcrm.ru/",
"license": "MIT",
"authors": [
{
"name": "RetailCRM",
"email": "support@retailcrm.pro"
2019-06-10 16:24:22 +03:00
}
],
"require": {
2019-07-16 15:04:54 +03:00
"php": ">=7.1",
2019-06-10 16:24:22 +03:00
"ext-curl": "*",
"ext-json": "*",
"jms/serializer": "1.14.*",
2019-07-16 15:04:54 +03:00
"symfony/validator": "4.3.*",
"doctrine/annotations": "1.12.*",
"doctrine/cache": "1.11.*",
2019-07-16 15:04:54 +03:00
"guzzlehttp/guzzle": "6.*"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
"phpmd/phpmd": "2.*",
2019-06-10 16:24:22 +03:00
"squizlabs/php_codesniffer": "3.4.*",
2019-07-16 15:04:54 +03:00
"symfony/dotenv": "4.3.*",
"phpunit/phpunit": "7.*",
"phpstan/phpstan": "0.11.*"
2019-06-10 16:24:22 +03:00
},
"support": {
"email": "support@retailcrm.pro"
2019-06-10 16:24:22 +03:00
},
"autoload": {
"psr-4": {
2019-10-23 21:35:21 +03:00
"RetailCrm\\Mg\\": "src/",
"RetailCrm\\Common\\": "src/"
2019-06-10 16:24:22 +03:00
},
"files": ["extra/autoloader.php"]
},
2019-10-23 21:35:21 +03:00
"autoload-dev": {
"psr-4": {
"RetailCrm\\Mg\\": "tests/",
"RetailCrm\\Common\\": "tests/"
}
},
2019-06-10 16:24:22 +03:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"config": {
2019-07-16 15:04:54 +03:00
"bin-dir": "vendor/bin",
2019-06-10 16:24:22 +03:00
"process-timeout": 600
}
2019-06-10 16:24:22 +03:00
}