-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.08 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "totalcrm/ozon-php-sdk",
"description": "Ozon Api SDK PHP by TotalCRM",
"keywords": ["ozon", "marketplace", "api", "php", "sdk"],
"homepage": "https://totalcrm.ru",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Romanenko Aleksandr",
"email": "romanenko.a.a@outlook.com"
},
{
"name": "TotalCRM",
"email": "info@totalcrm.com"
}
],
"autoload": {
"psr-4": {
"TotalCRM\\OzonApi\\": "src"
}
},
"require": {
"php": ">=7.1",
"ext-json": "*",
"psr/http-client": "^1.0",
"http-interop/http-factory-guzzle": "^1.0"
},
"require-dev": {
"ext-curl": "*",
"dg/bypass-finals": "^1.2",
"guzzlehttp/psr7": "^1.6",
"phpunit/phpunit": "^7.4||^8.0||^9.0",
"php-http/guzzle6-adapter": "^2.0",
"symfony/http-client": "^4.1||^5.1",
"nyholm/psr7": "^1.3",
"vlucas/phpdotenv": "^5.3"
},
"extra": {
"branch-alias": {
"dev-master": "0.0.x-dev"
}
}
}