-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
55 lines (53 loc) · 1.59 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
{
"name": "dicr/yii2-justin",
"type": "yii2-extension",
"license": "GPL-3.0-or-later",
"description": "Служба доставки Justin для Yii2",
"keywords": ["dicr", "php", "yii2", "justin"],
"homepage": "https://gitlab.com/dicr/yii2-justin",
"support": {
"source": "https://gitlab.com/dicr/yii2-justin.git"
},
"authors": [
{
"name": "Igor Tarasov",
"email": "develop@dicr.org",
"homepage": "http://dicr.org",
"role": "developer"
}
],
"autoload": {
"psr-4": {
"dicr\\justin\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"dicr\\tests\\": "tests/"
}
},
"minimum-stability": "RC",
"prefer-stable": true,
"require": {
"php": "~7.4 || ~8.0.1",
"ext-curl": "*",
"ext-intl": "*",
"ext-json": "*",
"yiisoft/yii2": "~2.0",
"dicr/yii2-json": "~2.0",
"dicr/yii2-helper": "~4.5",
"dicr/yii2-http": "~2.4",
"dicr/yii2-validate": "~2.3"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "~9.5"
},
"repositories": [
{"type": "composer", "url": "https://asset-packagist.org"},
{"type": "gitlab", "url": "https://gitlab.com/dicr/yii2-json.git"},
{"type": "gitlab", "url": "https://gitlab.com/dicr/yii2-helper.git"},
{"type": "gitlab", "url": "https://gitlab.com/dicr/yii2-http.git"},
{"type": "gitlab", "url": "https://gitlab.com/dicr/yii2-validate.git"}
]
}