-
Notifications
You must be signed in to change notification settings - Fork 307
/
composer.json
55 lines (51 loc) · 1.54 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
54
55
{
"name": "clevertech/yii-booster",
"description": "Widget toolkit for Yii 1.1 framework",
"type": "library",
"license": "BSD-2-Clause",
"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"
},
{
"name": "Amr Bedair",
"email": "[email protected]",
"homepage": "http://amr.nefya.com"
}
],
"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.3",
"yiisoft/yii": ">=1.1.15"
},
"require-dev": {
"ext-xdebug": "*",
"phing/phing": "2.12.0",
"phpunit/phpunit": "4.8",
"phploc/phploc": "2.0.6",
"sebastian/phpcpd": "2.0.1",
"pdepend/pdepend": "2.2.2",
"phpmd/phpmd": "2.3.2",
"squizlabs/php_codesniffer": "2.3.4",
"apigen/apigen": "^4",
"mayflower/php-codebrowser": "1.1.1",
"ncuesta/pinocchio": "dev-master"
}
}