forked from contao-bootstrap/tab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.45 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
{
"name":"postyou/contao-bootstrap-tab",
"description":"Bootstrap 5 tab component for Contao CMS",
"keywords":["bootstrap", "Contao", "tab", "component"],
"type":"contao-bundle",
"license":"LGPL-3.0-or-later",
"authors":[
{
"name":"David Molineus",
"email":"[email protected]",
"homepage":"https://netzmacht.de",
"role":"Developer"
},
{
"name":"Mario Gienapp",
"email":"[email protected]",
"homepage":"https://www.postyou.de",
"role":"Developer"
}
],
"support":{
"email":"[email protected]",
"issues":"https://github.com/postyou/contao-bootstrap-tab/issues",
"source":"https://github.com/postyou/contao-bootstrap-tab"
},
"require":{
"php":"^7.1 || ^8.0",
"contao/core-bundle":"^4.4 || ^5.2",
"contao-community-alliance/meta-palettes":"~2.0 || ~1.11",
"menatwork/contao-multicolumnwizard-bundle":"~3.2",
"beberlei/assert": "^2.9 || ^3.0"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"phpcq/all-tasks": "^1.2"
},
"autoload": {
"psr-4": { "ContaoBootstrap\\Tab\\": "src/" }
},
"extra":{
"contao-manager-plugin": "ContaoBootstrap\\Tab\\ContaoManager\\Plugin",
"branch-alias": {
"dev-master": "2.0.x-dev",
"dev-develop": "2.1.x-dev"
}
}
}