-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 1.12 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
{
"name": "heimrichhannot/contao-subcolumns-bootstrap-bundle",
"type": "contao-bundle",
"description": "This bundle adds support for the bootstrap grid to felixpfeiffer's subcolumns module.",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Heimrich & Hannot GmbH",
"email": "[email protected]",
"homepage": "https://www.heimrich-hannot.de",
"role": "Developer"
}
],
"require": {
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.9",
"heimrichhannot/contao-encore-contracts": "^1.0",
"heimrichhannot/contao-utils-bundle": "^2.16",
"heimrichhannot/subcolumns": "^4.2",
"symfony/http-kernel": "^4.0 || ^5.0",
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\SubColumnsBootstrapBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\SubColumnsBootstrapBundle\\ContaoManager\\Plugin"
}
}