-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
37 lines (35 loc) · 1.06 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
{
"name":"markocupic/gallery_creator",
"description":"Gallery extension for the Contao Open Source CMS",
"keywords":["contao", "Gallery Creator", "gallery_creator", "Frontend", "Backend"],
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Marko Cupic",
"email":"[email protected]",
"homepage":"http://4ae-racing-team.ch",
"role":"Developer"
}
],
"support":{
"issues":"https://github.com/markocupic/gallery_creator/issues",
"source":"https://github.com/markocupic/gallery_creator",
"forum":"https://community.contao.org/de/showthread.php?22634-gallery_creator"
},
"require":{
"php":">=5.3.2",
"contao/core":">=3.5.1 || ~4.3",
"contao-community-alliance/composer-plugin":"~2.4 || ~3.0"
},
"replace": {
"contao-legacy/gallery_creator": "self.version"
},
"extra":{
"contao":{
"sources":{
"":"system/modules/gallery_creator"
}
}
}
}