-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1.05 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
{
"name": "webkadabra/podcaster",
"description": "Yii 2 Podcast hosting module",
"keywords": ["yii2", "framework", "podcast"],
"homepage": "http://www.yiiframework.com/",
"type": "yii2-module",
"autoload" : {
"psr-4" : {
"webkadabra\\podcaster\\" : "src/podcaster"
}
},
"support": {},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "^2.0",
"yiisoft/yii2-bootstrap": "*",
"creocoder/yii2-taggable": "dev-master",
"sjaakp/yii2-gcharts": "dev-master",
"kartik-v/yii2-grid": "^3.1",
"kartik-v/yii2-date-range": "^1.6",
"rmrevin/yii2-fontawesome": "^3.1",
"kartik-v/yii2-builder": "^1.6",
"kartik-v/yii2-widget-select2": "^2.1",
"kartik-v/yii2-datecontrol": "^1.9",
"kartik-v/yii2-widget-datetimepicker": "^1.4",
"zelenin/yii2-rss": "^0.1.1"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
}
}