-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.13 KB
/
composer.json
File metadata and controls
42 lines (42 loc) · 1.13 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
41
42
{
"name":"menatwork/semantic_html5",
"description":"Create html5 elements as content element",
"keywords":["html5","semantic","contentelements","wrapper"],
"type":"contao-bundle",
"homepage":"http://www.men-at-work.de",
"license": "LGPL-3.0-or-later",
"authors":[
{
"name":"David Maack",
"email":"david.maack@arcor.de",
"role":"Developer"
}
],
"support":{
"email":"contao@men-at-work.de",
"issues":"https://github.com/menatwork/semantic_html5/issues",
"source":"https://github.com/menatwork/semantic_html5"
},
"require":{
"php": "^8.0",
"contao/core-bundle": "^4.13 | ^5.0",
"menatwork/contao-multicolumnwizard-bundle": "^3.5"
},
"require-dev":{
"phpcq/phpcq": "~1.0"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
},
"autoload": {
"psr-4": {
"SemanticHTML5\\": "src/"
}
},
"replace":{
"contao-legacy/semantic_html5":"*"
},
"extra": {
"contao-manager-plugin": "SemanticHTML5\\ContaoManager\\Plugin"
}
}