-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
46 lines (46 loc) · 1.21 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
{
"name": "heimrichhannot/contao-member_plus",
"description": "A collection of enhancements for contao members.",
"keywords": [
"contao",
"member",
"membercontent",
"memberlist"
],
"type": "contao-module",
"homepage": "https://github.com/heimrichhannot/contao-member_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-member_plus/issues"
},
"require": {
"php": "^7.1 || ^8.0",
"contao/core-bundle": "^4.4",
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
"heimrichhannot/contao-tagsinput": "^2.1",
"heimrichhannot/contao-fieldpalette": "^1.4.5"
},
"autoload": {
"classmap": [
""
]
},
"extra": {
"contao": {
"sources": {
"": "system/modules/member_plus"
}
}
},
"suggest": {
"heimrichhannot/contao-formhybrid": "Needed for better login & registration experience, like registration & login with one module or better activation response (check README.md)."
}
}