-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.57 KB
/
composer.json
File metadata and controls
48 lines (48 loc) · 1.57 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
41
42
43
44
45
46
47
48
{
"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": "digitales@heimrich-hannot.de",
"homepage": "https://www.heimrich-hannot.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/heimrichhannot/contao-form-type-bundle/issues"
},
"require": {
"php": "^8.2",
"contao/core-bundle": "^4.13 || ^5.2",
"symfony/security-core": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0",
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
"symfony/routing": "^5.4 || ^6.0 || ^7.0",
"symfony/translation-contracts": "^1.0 || ^2.0 || ^3.0"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\FormTypeBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\FormTypeBundle\\ContaoManager\\Plugin"
},
"require-dev": {
"rector/rector": "^2.3",
"contao/contao-rector": "dev-main",
"symplify/easy-coding-standard": "^13.0",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-symfony": "^2.0",
"contao/manager-plugin": "^2.13"
}
}