1
0
mirror of synced 2024-11-25 22:36:07 +03:00
aliexpress-top-client/composer.json

48 lines
1.4 KiB
JSON
Raw Normal View History

2020-09-25 18:06:41 +03:00
{
"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": {
2020-09-28 13:27:19 +03:00
"php": ">=7.3.0",
2020-09-25 18:06:41 +03:00
"ext-curl": "*",
"ext-json": "*",
"psr/http-client": "^1.0",
"symfony/validator": "^5.1",
2020-09-28 16:08:55 +03:00
"jms/serializer": "^3.9",
"shieldon/psr-http": "^1.2",
2020-09-25 18:06:41 +03:00
"doctrine/annotations": "^1.10",
2020-09-29 14:18:53 +03:00
"doctrine/cache": "^1.10",
"psr/log": "^1.1"
2020-09-25 18:06:41 +03:00
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"phpmd/phpmd": "^2.9",
"squizlabs/php_codesniffer": "^3.5",
2020-09-28 13:27:19 +03:00
"guzzlehttp/guzzle": "^7.1",
"phpcompatibility/php-compatibility": "*",
2020-09-29 16:04:02 +03:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"vlucas/phpdotenv": "^5.2"
2020-09-25 18:06:41 +03:00
},
2020-09-28 13:27:19 +03:00
"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,
2020-09-25 18:06:41 +03:00
"license": "MIT"
}