forked from madeyourday/contao-rocksolid-custom-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.17 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.17 KB
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":"madeyourday/contao-rocksolid-custom-elements",
"description":"Create your own, nestable content elements using a modular system. End the WYSIWYG chaos with your own content elements.",
"keywords":["contao","custom-elements","content-elements"],
"type":"contao-module",
"homepage":"http://rocksolidthemes.com/de/contao/plugins/custom-content-elements",
"license":"MIT",
"authors":[
{
"name":"RockSolid Themes",
"homepage":"http://rocksolidthemes.com/de/contao-themes",
"role":"Developer"
}
],
"support":{
"forum":"http://help.rocksolidthemes.com/discussions",
"issues":"https://github.com/madeyourday/contao-rocksolid-custom-elements/issues",
"source":"https://github.com/madeyourday/contao-rocksolid-custom-elements"
},
"require":{
"php":">=5.3",
"contao/core":">=3.1,<4",
"contao-community-alliance/composer-installer":"*",
"madeyourday/contao-rocksolid-columns":"~1.0",
"madeyourday/contao-rocksolid-icon-picker":"~1.0"
},
"autoload":{
"classmap":["src/"]
},
"replace":{
"contao-legacy/rocksolid-custom-elements":"self.version"
},
"extra":{
"contao":{
"sources":{
"":"system/modules/rocksolid-custom-elements"
}
}
}
}