-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (51 loc) · 1.27 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
{
"name":"menatwork/contao-selectmodule-bundle",
"description":"Assign a language to a module",
"keywords":["frontendmodule","module","language"],
"type":"contao-bundle",
"homepage":"http://www.men-at-work.de",
"license":"LGPL-3.0-or-later",
"authors":[
{
"name":"Stefan Heimes",
"email":"[email protected]",
"homepage":"http://www.men-at-work.de",
"role":"Developer"
},
{
"name":"Andreas Dziemba",
"email":"[email protected]",
"homepage":"http://www.men-at-work.de",
"role":"Developer"
},
{
"name":"Michael Bischof",
"email":"[email protected]",
"homepage":"http://www.byteworks.ch",
"role":"Contributor"
}
],
"support":{
"email":"[email protected]",
"issues":"https://github.com/menatwork/contao-SelectModule-Bundle/issues",
"irc":"irc://irc.freenode.org/contao.dev",
"source":"https://github.com/menatwork/contao-SelectModule-Bundle"
},
"require":{
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.4",
"menatwork/contao-multicolumnwizard":"~3.3"
},
"autoload":{
"psr-4": {
"MenAtWork\\SelectModuleBundle\\": "src"
}
},
"replace":{
"contao-legacy/selectmodule":"*",
"menatwork/selectmodule":"*"
},
"extra": {
"contao-manager-plugin": "MenAtWork\\SelectModuleBundle\\ContaoManager\\Plugin"
}
}