46 lines
1.3 KiB
JSON
46 lines
1.3 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.3.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"psr/http-client": "^1.0",
|
|
"symfony/serializer": "^5.1",
|
|
"symfony/validator": "^5.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",
|
|
"phpcompatibility/php-compatibility": "*",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0"
|
|
},
|
|
"scripts": {
|
|
"phpunit": "./vendor/bin/phpunit -c phpunit.xml.dist",
|
|
"phpcs": "./vendor/bin/phpcs -p src --runtime-set testVersion 7.3",
|
|
"phpcbf": "./vendor/bin/phpcbf -p src"
|
|
},
|
|
"prefer-stable": true,
|
|
"license": "MIT"
|
|
}
|