-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
54 lines (53 loc) · 1.63 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
45
46
47
48
49
50
51
52
53
{
"name": "heimrichhannot/contao-formhybrid",
"description": "Contains functionality for handling form submissions in the contao frontend.",
"keywords": [
"contao",
"form",
"module",
"developer"
],
"type": "contao-module",
"homepage": "https://github.com/heimrichhannot/contao-formhybrid",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Heimrich & Hannot",
"email": "[email protected]",
"homepage": "http://www.heimrich-hannot.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/heimrichhannot/contao-formhybrid/issues"
},
"require": {
"php": "^7.0 || ^8.0",
"contao/core-bundle": "^4.9",
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
"heimrichhannot/contao-haste_plus": "^1.6",
"heimrichhannot/contao-status_messages": "^1.0 || ^2.0",
"heimrichhannot/contao-notification_center_plus": "~1.0",
"heimrichhannot/contao-submissions": "^1.0.14",
"heimrichhannot/contao-inserttag_download": "~1.0",
"heimrichhannot/contao-ajax": "^1.1.1",
"heimrichhannot/contao-versions": "~1.0 || ~2.0",
"heimrichhannot/contao-be_explanation": "~1.0",
"firebase/php-jwt": "^4.0"
},
"suggest": {
"heimrichhannot/contao-exporter": "Export entities to pdf"
},
"autoload": {
"classmap": [
""
]
},
"extra": {
"contao": {
"sources": {
"": "system/modules/formhybrid"
}
}
}
}