forked from clevertech/YiiBoilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.39 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
{
"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"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.zendframework.com/"
}
],
"require": {
"php":">=5.3.0",
"yiisoft/yii": "1.1.14",
"clevertech/yii-booster": "dev-master",
"phpunit/phpunit": "3.7.*",
"clio/clio": "0.1.6",
"behat/mink-extension": "2.0.x-dev",
"behat/mink-selenium2-driver": "1.1.x-dev",
"behat/mink-goutte-driver": "1.0.x-dev"
},
"require-dev": { },
"minimum-stability": "dev"
}