-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 1.14 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
{
"name": "heimrichhannot/contao-share",
"description": "A helper module for pdf-print, print and social share functionality based on bootstrap to custom modules.",
"keywords": [
"contao",
"share",
"facebook",
"googleplus",
"twitter",
"pdf"
],
"type": "contao-module",
"homepage": "https://github.com/heimrichhannot/contao-share",
"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-share/issues"
},
"require": {
"php": "~5.6 || ^7.1 || ^8.0",
"ausi/slug-generator": "^1.1",
"contao/core-bundle": "^3.5.1 || ~4.1",
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
"heimrichhannot/contao-request": "^1.1",
"kigkonsult/icalcreator": "^2.22"
},
"suggest": {
"mpdf/mpdf": "^7.0"
},
"autoload": {
"classmap": [
""
]
},
"extra": {
"contao": {
"sources": {
"": "system/modules/share"
}
}
}
}