forked from clevertech/YiiBooster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.45 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
{
"name": "clevertech/yii-booster",
"description": "Widget toolkit for Yii framework",
"type": "library",
"license": "BSD-2-Clause",
"keywords": ["yii", "bootstrap"],
"homepage": "http://yiibooster.clevertech.biz/",
"authors": [
{
"name": "Antonio Ramirez Cobos",
"email": "amigo.cobos@gmail.com",
"homepage": "http://www.ramirezcobos.com"
},
{
"name": "Saphronov Mark",
"email": "hijarian@gmail.com",
"homepage": "http://about.me/hijarian"
},
{
"name": "Ruslan Fadeev"
},
{
"name": "Amr Bedair",
"email": "amr.bedair@gmail.com",
"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.4.0"
},
"require-dev": {
"yiisoft/yii": "1.1.14",
"phpunit/phpunit": "3.7.*",
"ncuesta/pinocchio": "dev-master",
"phploc/phploc": "2.*",
"sebastian/phpcpd": "2.*",
"squizlabs/php_codesniffer": "1.*",
"ardem/yii-coding-standard": "dev-master",
"mayflower/php-codebrowser": "1.*"
},
"minimum-stability": "dev"
}