72 lines
2.3 KiB
JSON
72 lines
2.3 KiB
JSON
{
|
|
"name": "retailcrm/aliexpress-top-client",
|
|
"description": "API client implementation for AliExpress TOP.",
|
|
"type": "library",
|
|
"keywords": ["API", "RetailCRM", "REST", "AliExpress"],
|
|
"homepage": "http://www.retailcrm.pro/",
|
|
"authors": [
|
|
{
|
|
"name": "RetailDriver LLC",
|
|
"email": "support@retailcrm.pro"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@retailcrm.pro"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "RetailCrm\\": "src/" }
|
|
},
|
|
"require": {
|
|
"php": ">=7.3.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"psr/log": "^1.1",
|
|
"doctrine/cache": "^1.10",
|
|
"jms/serializer": "^3.9",
|
|
"symfony/validator": "^4.1|^5.1",
|
|
"doctrine/annotations": "^1.10",
|
|
"psr/http-client": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"php-http/client-implementation": "^1.0",
|
|
"php-http/httplug": "^2.2",
|
|
"php-http/message-factory": "^1.0",
|
|
"php-http/discovery": "^1.12",
|
|
"php-http/multipart-stream-builder": "^1.1",
|
|
"symfony/expression-language": "^4.1|^5.1",
|
|
"psr/cache": "^1.0",
|
|
"cache/array-adapter": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.3",
|
|
"phpmd/phpmd": "^2.9",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"phpcompatibility/php-compatibility": "*",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
"vlucas/phpdotenv": "^5.2",
|
|
"brainmaestro/composer-git-hooks": "^2.8",
|
|
"php-http/mock-client": "^1.4",
|
|
"php-http/message": "^1.9",
|
|
"php-http/curl-client": "^2.1",
|
|
"nyholm/psr7": "^1.3"
|
|
},
|
|
"scripts": {
|
|
"cghooks": "vendor/bin/cghooks",
|
|
"post-install-cmd": "cghooks add --ignore-lock",
|
|
"post-update-cmd": "cghooks update",
|
|
"phpunit": "./vendor/bin/phpunit -c phpunit.xml.dist",
|
|
"phpmd": "./vendor/bin/phpmd src text controversial,./phpmd.xml",
|
|
"phpcs": "./vendor/bin/phpcs -p src --runtime-set testVersion 7.3",
|
|
"lint": "composer run-script phpcs && composer run-script phpmd",
|
|
"ci": "composer run-script lint && composer run-script phpunit"
|
|
},
|
|
"extra": {
|
|
"hooks": {
|
|
"pre-commit": [
|
|
"composer run-script lint"
|
|
]
|
|
}
|
|
},
|
|
"prefer-stable": true,
|
|
"license": "MIT"
|
|
}
|