-
Notifications
You must be signed in to change notification settings - Fork 27
/
composer.json
32 lines (32 loc) · 865 Bytes
/
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
{
"name": "ikaras/yii2-oauth2-rest-template",
"description": "Yii2 Rest APi Template with OAuth2 (fully configured filsh/yii2-oauth2-server extension)",
"keywords": ["yii2", "rest", "oauth2", "application template", "api"],
"homepage": "https://github.com/ikaras/yii2-oauth2-rest-template",
"type": "project",
"minimum-stability": "dev",
"license": "MIT",
"authors": [
{
"name": "Ihor Karas",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/ikaras/yii2-oauth2-rest-template/issues",
"source": "https://github.com/ikaras/yii2-oauth2-rest-template"
},
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"filsh/yii2-oauth2-server": "2.0.0"
},
"extra": {
"writable": [
"application/api/runtime"
],
"executable": [
"application/api/yii"
]
}
}