-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (48 loc) · 1.38 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
{
"name": "dicr/yii2-payparts",
"type": "yii2-extension",
"license": "MIT",
"description": "Оплата частями от ПриватБанк для Yii2",
"homepage": "https://gitlab.com/dicr/yii2-payparts",
"keywords": ["dicr", "yii2", "privatbank", "payparts"],
"support": {
"source": "https://gitlab.com/dicr/yii2-payparts.git"
},
"authors": [
{
"name": "Igor Tarasov",
"email": "[email protected]",
"homepage": "http://dicr.org",
"role": "developer"
}
],
"autoload": {
"psr-4": {
"dicr\\payparts\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"dicr\\tests\\": "tests/"
}
},
"minimum-stability": "RC",
"prefer-stable": true,
"require": {
"php": "~7.4 || ~8.0.1",
"ext-json": "*",
"yiisoft/yii2": "~2.0",
"yiisoft/yii2-httpclient": "~2.0",
"dicr/yii2-json": "~2.0",
"dicr/yii2-validate": "~2.3"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "~9.5"
},
"repositories": [
{"type": "gitlab", "url": "https://gitlab.com/dicr/yii2-json.git"},
{"type": "gitlab", "url": "https://gitlab.com/dicr/yii2-validate.git"},
{"type": "composer", "url": "https://asset-packagist.org"}
]
}