-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathcomposer.json
50 lines (50 loc) · 1.22 KB
/
composer.json
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
45
46
47
48
49
50
{
"name": "antistress-store/cdek-sdk-v2",
"description": "PHP SDK для API v2.0 от сервиса интеграции компании СДЭК",
"keywords": [
"CDEK",
"cdek sdk",
"delivery",
"СДЭК",
"служба доставки",
"v2.0",
"cdek api v2",
"cdek интеграция"
],
"homepage": "https://antistress.store",
"license": "MIT",
"authors": [
{
"name": "Sergey Gusev",
"email": "[email protected]",
"homepage": "https://antistress.store",
"role": "Creator"
}
],
"require": {
"php": ">=7.2.5",
"ext-json": "*",
"guzzlehttp/guzzle": ">=7.3"
},
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"AntistressStore\\CdekSDK2\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"AntistressStore\\Test\\": "tests/"
}
},
"support": {
"issues": "https://github.com/AntistressStore/cdek-sdk-v2/issues",
"docs": "https://github.com/AntistressStore/cdek-sdk-v2/blob/master/README.md"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpunit/phpunit": "^6||^7||^8|^9.5.10|^10.5"
}
}