-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.12 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.12 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
{
"name": "heimrichhannot/contao-blocks",
"description": "Contao blocks bundle is a site-dependent container, that manipulates the visibility of elements.",
"keywords": [
"contao",
"blocks",
"content"
],
"type": "contao-bundle",
"homepage": "https://github.com/heimrichhannot/contao-blocks",
"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-blocks/issues"
},
"require": {
"php": "^8.2",
"contao/core-bundle": "^5.3",
"symfony/http-kernel": "^6.4 || ^7.0"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\Blocks\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\Blocks\\ContaoManager\\Plugin"
},
"require-dev": {
"rector/rector": "^2.2",
"contao/contao-rector": "dev-main"
}
}