-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.08 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
{
"name": "heimrichhannot/contao-form-type-bundle",
"description": "Add types to contao form generator.",
"keywords": [
"contao",
"forms"
],
"type": "contao-bundle",
"homepage": "https://github.com/heimrichhannot/contao-form-type-bundle",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Heimrich & Hannot",
"email": "[email protected]",
"homepage": "https://www.heimrich-hannot.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/heimrichhannot/contao-form-type-bundle/issues"
},
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.0.8",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0",
"symfony/translation-contracts": "^1.0 || ^2.0 || ^3.0"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\FormTypeBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\FormTypeBundle\\ContaoManager\\Plugin"
}
}