-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (28 loc) · 778 Bytes
/
composer.json
File metadata and controls
31 lines (28 loc) · 778 Bytes
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
{
"name": "marsoltys/yii2-settings",
"type": "yii2-extension",
"description": "Cms Settings - http://www.yiiframework.com/extension/settings/ rewritten for Yii 2",
"keywords": ["settings", "Yii2", "CMS"],
"license": "BSD-3-Clause",
"support": {
"source": "https://github.com/marsoltys/yii2-settings"
},
"authors": [
{
"name": "Mariusz Soltys",
"homepage": "https://github.com/marsoltys"
},
{
"name": "twisted1919",
"homepage": "http://www.yiiframework.com/forum/index.php/user/7442-twisted1919/"
}
],
"require": {
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"marsoltys\\yii2settings\\": ""
}
}
}