-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
44 lines (44 loc) · 1.38 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
{
"name": "heimrichhannot/contao-tab-control-bundle",
"description": "Adds tabs content elements to contao.",
"keywords": [
"contao",
"tabs",
"bootstrap",
"twig"
],
"type": "contao-bundle",
"homepage": "https://github.com/heimrichhannot/contao-tab-control-bundle",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Heimrich & Hannot",
"email": "digitales@heimrich-hannot.de",
"homepage": "http://www.heimrich-hannot.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/heimrichhannot/contao-tab-control-bundle/issues"
},
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.0",
"doctrine/dbal": "^3.0 || ^4.0",
"heimrichhannot/contao-encore-contracts": "^1.0",
"heimrichhannot/contao-utils-bundle": "^2.192 || ^3.3",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0"
},
"suggest": {
"heimrichhannot/contao-encore-bundle": "Advanced integration of symfony webpack encore in contao."
},
"autoload": {
"psr-4": {
"HeimrichHannot\\TabControlBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\TabControlBundle\\ContaoManager\\Plugin"
}
}