-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
63 lines (53 loc) · 1.57 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "dicr/yii2-cdek",
"type": "yii2-extension",
"license": "Apache-2.0",
"description": "API службы доставки СДЭК",
"keywords": ["dicr", "php", "yii2", "cdek"],
"homepage": "https://gitlab.com/dicr/yii2-cdek",
"authors": [
{
"name": "Igor Tarasov",
"email": "develop@dicr.org",
"homepage": "https://dicr.org",
"role": "developer"
}
],
"support": {
"source": "https://gitlab.com/dicr/yii2-cdek.git"
},
"autoload": {
"psr-4": {
"dicr\\cdek\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"dicr\\tests\\": "tests/"
}
},
"minimum-stability": "RC",
"prefer-stable": true,
"require": {
"php": "~8.0",
"ext-curl": "*",
"ext-zlib": "*",
"yiisoft/yii2": "~2.0",
"yiisoft/yii2-httpclient": "~2.0",
"dicr/yii2-helper": "~6.0",
"dicr/yii2-http": "~4.0",
"dicr/yii2-json": "~3.0",
"dicr/yii2-validate": "~3.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "~9.5"
},
"repositories": [
{"type": "composer", "url": "https://asset-packagist.org"},
{"type": "git", "url": "https://gitlab.com/dicr/yii2-helper.git"},
{"type": "git", "url": "https://gitlab.com/dicr/yii2-http.git"},
{"type": "git", "url": "https://gitlab.com/dicr/yii2-json.git"},
{"type": "git", "url": "https://gitlab.com/dicr/yii2-validate.git"}
]
}