-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
38 lines (38 loc) · 1.13 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
{
"name":"jrgregory/m17-sticky-backend-footer",
"description":"The sticky backend footer helps you to speedup your workflow in the backend",
"keywords":["sticky","footer","backend","workflow"],
"type":"contao-module",
"homepage":"http://www.slash-works.de",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Joe Ray Gregory",
"homepage":"http://www.slash-works.de",
"role":"Developer"
}
],
"support":{
"issues":"https://github.com/may17/contao-m17StickyBEFooter/issues",
"irc":"irc://irc.freenode.org/contao.dev",
"source":"https://github.com/may17/contao-m17StickyBEFooter/"
},
"require":{
"php":">=5.3",
"contao/core-bundle":">=2.9 || ~4.3",
"contao-community-alliance/composer-plugin":"~2.4 || ~3.0"
},
"autoload":{
"classmap":["m17StickyBEFooter/"]
},
"replace":{
"contao-legacy/m17-sticky-backend-footer":"*"
},
"extra":{
"contao":{
"sources":{
"m17StickyBEFooter":"system/modules/m17StickyBEFooter"
}
}
}
}