-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
53 lines (53 loc) · 1.36 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-haste_plus",
"description": "An extension for the contao haste module.",
"keywords": [
"contao",
"form",
"module",
"developer"
],
"type": "contao-module",
"homepage": "https://github.com/heimrichhannot/contao-haste_plus",
"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-haste_plus/issues"
},
"require": {
"php": "~7.0 || ^8.0",
"contao/core-bundle": "^4.4.52 || ^4.13",
"codefog/contao-haste": "^4.0 || ^5.0",
"tijsverkoyen/css-to-inline-styles": "^2.2",
"phpfastcache/phpfastcache": "^7.0",
"hackzilla/password-generator": "^1.4",
"soundasleep/html2text": "^1.1",
"globalcitizen/php-iban": "~2.0 || ~3.0 || ~4.0",
"heimrichhannot/contao-components": "^2.0"
},
"suggest": {
"mpdf/mpdf": "Required for PdfTemplate in version 6.1.*",
"miljar/php-exif": "Required for working with EXIF meta-data in version 0.6.3"
},
"autoload": {
"psr-0": {
"HeimrichHannot\\Haste\\": [
"library/"
]
}
},
"extra": {
"contao": {
"sources": {
"": "system/modules/haste_plus"
}
}
}
}