-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (52 loc) · 1.55 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
48
49
50
51
52
53
{
"name": "u-labs/thing",
"description": "The thing is simple and lightweight CMF for web-development, built on top of Yii and provide powerfull components for simplify development.",
"keywords": ["thing", "yii", "web", "project", "app", "cms", "cmf"],
"homepage": "http://kulikov.im",
"type": "cmf",
"license": "AGPLv3",
"authors": [
{
"name": "Evgeniy Kulikov",
"email": "[email protected]",
"homepage": "http://kulikov.im",
"role": "Team Lead/Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/u-labs/thing/issues",
"forum": "http://thing.kulikov.im/",
"wiki": "http://thing.kulikov.im/",
"source": "https://github.com/u-labs/thing/"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "dev-master",
"yiisoft/yii2-swiftmailer": "dev-master",
"yiisoft/yii2-bootstrap": "dev-master",
"yiisoft/yii2-debug": "dev-master",
"yiisoft/yii2-gii": "dev-master"
},
"require-dev": {
"codeception/codeception": "1.6.*"
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::setPermission"
]
},
"autoload": {
"psr-0": { "thing\\": "" }
},
"extra": {
"writable": [
"runtime",
"web/assets"
],
"executable": [
"yii"
]
}
}