forked from yii2mod/yii2-swagger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.02 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
{
"name": "yetopen/yii2-swagger",
"description": "Swagger Documentation Generator for Yii2 Framework",
"type": "yii2-extension",
"keywords": [
"yii2",
"yii2 swagger",
"yii2 api documentation generator"
],
"license": "MIT",
"authors": [
{
"name": "Igor Chepurnoi",
"email": "[email protected]"
},
{
"name": "YetOpen S.r.l.",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.4.0",
"yiisoft/yii2": "~2.0.12",
"zircote/swagger-php": "^4.10.6",
"npm-asset/swagger-ui-dist": "^5.17"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.0",
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
"yetopen\\swagger\\": "src"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}