-
Notifications
You must be signed in to change notification settings - Fork 97
/
composer.json
46 lines (46 loc) · 1.03 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
{
"name": "philippfrenzel/yii2fullcalendar",
"description": "Yii2 fullcalendar Widgets",
"keywords": ["yii2", "fullcalendar","widget"],
"homepage": "http://www.frenzel.net/",
"type": "yii2-extension",
"license": "MIT",
"authors": [
{
"name": "Philipp Frenzel",
"email": "[email protected]",
"homepage": "http://www.frenzel.net/",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/philippfrenzel/yii2fullcalendar"
},
"minimum-stability": "stable",
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii-jquery" : "*",
"bower-asset/fullcalendar": "4.0.2",
"bower-asset/fullcalendar-scheduler" : "4.0.1@stable"
},
"require-dev": {
"codeception/codeception": "*"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"repositories": {
"bower-asset/eve": {
"type": "bower-vcs",
"url": "https://github.com/adobe-webplatform/eve.git"
}
}
}
},
"conflict": {
"bower-asset/fullcalendar": "^4.3.0"
},
"autoload": {
"psr-4": { "yii2fullcalendar\\": "" }
}
}