forked from clevertech/YiiBooster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.3 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
{
"name": "clevertech/yii-booster",
"description": "Widget toolkit for Yii framework",
"type": "library",
"license": "MIT",
"keywords": ["yii", "bootstrap"],
"homepage": "http://yiibooster.clevertech.biz/",
"authors": [
{
"name": "Antonio Ramirez Cobos",
"email": "[email protected]",
"homepage": "http://www.ramirezcobos.com"
},
{
"name": "Saphronov Mark",
"email": "[email protected]",
"homepage": "http://about.me/hijarian"
},
{
"name": "Ruslan Fadeev"
}
],
"support": {
"issues": "https://github.com/clevertech/YiiBooster/issues",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "https://github.com/clevertech/YiiBooster/wiki",
"source": "https://github.com/clevertech/YiiBooster"
},
"require": {
"php":">=5.1.0"
},
"require-dev": {
"yiisoft/yii": "1.1.14-rc",
"phpunit/phpunit": "3.7.*",
"ncuesta/pinocchio": "dev-master",
"phploc/phploc": "*",
"sebastian/phpcpd": "*",
"squizlabs/php_codesniffer": "1.*",
"ardem/yii-coding-standard": "dev-master",
"mayflower/php-codebrowser": "1.0.*@dev"
},
"minimum-stability": "dev"
}