1
0
mirror of synced 2024-11-22 12:56:02 +03:00
aliexpress-top-client/composer.json
2020-09-25 18:06:41 +03:00

39 lines
1.0 KiB
JSON

{
"name": "retailcrm/aliexpress-top-client",
"description": "API client implementation for AliExpress TOP.",
"type": "library",
"keywords": ["API", "retailCRM", "REST"],
"homepage": "http://www.retailcrm.ru/",
"authors": [
{
"name": "RetailDriver LLC",
"email": "integration@retailcrm.ru"
}
],
"support": {
"email": "support@retailcrm.ru"
},
"autoload": {
"psr-4": { "RetailCrm\\": "src/" }
},
"require": {
"php": ">=7.4.0",
"ext-curl": "*",
"ext-json": "*",
"psr/http-client": "^1.0",
"symfony/serializer": "^5.1",
"symfony/validator": "^5.1",
"devanych/di-container": "^2.1",
"doctrine/annotations": "^1.10",
"doctrine/cache": "^1.10",
"symfony/property-access": "^5.1"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"phpmd/phpmd": "^2.9",
"squizlabs/php_codesniffer": "^3.5",
"guzzlehttp/guzzle": "^7.1"
},
"license": "MIT"
}