-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.34 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
{
"name": "dicr/yii2-fns-openapi",
"type": "yii2-extension",
"license": "MIT",
"homepage": "https://gitlab.com/dicr/yii2-fns-openapi",
"description": "ФНС OpenAPI клиент для Yii2",
"keywords": ["dicr", "yii2", "fns", "openapi"],
"authors": [
{
"name": "Igor Tarasov",
"email": "[email protected]",
"homepage": "http://dicr.org",
"role": "developer"
}
],
"support": {
"source": "https://gitlab.com/dicr/yii2-fns-openapi.git"
},
"minimum-stability": "stable",
"require": {
"php": "~7.2",
"ext-simplexml": "*",
"yiisoft/yii2": "~2.0",
"yiisoft/yii2-httpclient": "~2.0",
"dicr/yii2-helper": "~4.0",
"dicr/yii2-validate": "~2.2"
},
"autoload": {
"psr-4": {
"dicr\\fns\\openapi\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"dicr\\tests\\": "tests/"
}
},
"repositories": [
{"type": "gitlab", "url": "https://gitlab.com/dicr/yii2-helper.git"},
{"type": "gitlab", "url": "https://gitlab.com/dicr/yii2-validate.git"},
{"type": "composer", "url": "https://asset-packagist.org"}
],
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "~9.4"
}
}