-
Notifications
You must be signed in to change notification settings - Fork 148
/
composer.json
51 lines (51 loc) · 1.64 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
{
"name": "clevertech/yii-boilerplate",
"description": "Generic website template for Yii",
"type": "application",
"license": "BSD",
"keywords": ["yii", "boilerplate", "website template"],
"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"
}
],
"support": {
"issues": "https://github.com/clevertech/YiiBoilerplate/issues",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "https://github.com/clevertech/YiiBoilerplate/wiki",
"source": "https://github.com/clevertech/YiiBoilerplate"
},
"require": {
"php":">=5.4.0",
"yiisoft/yii": "1.1.14",
"clevertech/yii-booster": "dev-master",
"phing/phing": "2.6.1",
"clio/clio": "0.1.6"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"behat/mink-extension": "v1.2.0",
"behat/mink-selenium2-driver": "v1.1.1",
"behat/mink-goutte-driver": "v1.0.9",
"netwing/selenium-server-standalone": "2.37.0",
"phploc/phploc": "2.0.3",
"pdepend/pdepend": "1.1.3",
"phpmd/phpmd": "1.5.0",
"sebastian/phpcpd": "2.0.0",
"squizlabs/php_codesniffer": "1.5.0",
"mayflower/php-codebrowser": "1.0.4",
"apigen/apigen": "2.8.0"
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin"
}
}