forked from hofff/contao-calendarfield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.59 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
52
53
{
"name":"hofff/contao-calendarfield",
"description":"Frontend text field with datepicker for Contao Open Source CMS (uses jQuery)",
"keywords":["contao", "Calendar", "Calendar Field", "Datepicker", "jQuery"],
"type":"contao-module",
"license":"LGPL-3.0+",
"homepage" : "https://hofff.com",
"authors":[
{
"name":"terminal42 gmbh",
"homepage":"http://terminal42.ch",
"role": "Developer"
},
{
"name": "Cliff Parnitzky",
"homepage": "https://hofff.com",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Nicky Hoff",
"homepage": "https://hofff.com",
"email": "[email protected]",
"role": "Manager"
}
],
"require":{
"php": ">=5.3",
"contao/core": ">=3.3.0,<3.6",
"contao-community-alliance/composer-plugin": "~2.0",
"menatwork/contao-multicolumnwizard":"~3.3"
},
"replace": {
"contao-legacy/calendarfield": "self.version",
"terminal42/contao-calendarfield": "self.version"
},
"conflict": {
"contao/core":"3.4.0,3.4.1,3.4.2"
},
"extra":{
"contao": {
"sources":{
"CT_ROOT/assets/hofff/calendarfield": "assets/hofff/calendarfield",
"CT_ROOT/system/modules/hofff_calendarfield": "system/modules/hofff_calendarfield"
}
},
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}