-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
37 lines (37 loc) · 1.07 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
{
"name": "nolka/yii2-api-manager",
"description": "REST api Field management and swagger generation extension for Yii2",
"type": "yii2-extension",
"license": "MIT",
"keywords": ["yii2", "extension", "php", "swagger", "generator", "doc", "docs", "documentation", "rules"],
"homepage": "https://github.com/nolka/yii2-api-manager",
"authors": [
{
"name": "Ruslan Mitskevich",
"email": "[email protected]",
"role": "Developer",
"homepage": "https://github.com/mitrm"
},
{
"name": "Dmitry Listkov",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Viktor Potekhin",
"email": "[email protected]",
"role": "Developer",
"homepage": "https://github.com/nolka"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.2.0",
"yiisoft/yii2": "~2.0.14"
},
"autoload": {
"psr-4": {
"apiman\\": "src"
}
}
}