-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 971 Bytes
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 971 Bytes
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
{
"name": "jefferson49/custommodulemanager",
"description": "A webtrees custom module to manage custom modules within webtrees",
"license": [
"GPL-3.0-or-later"
],
"keywords": [
"webtrees",
"custom module"
],
"authors": [
{
"name": "Markus Hemprich",
"homepage": "https://github.com/jefferson49",
"role": "Developer"
}
],
"homepage": "https://github.com/jefferson49/custommodulemanager",
"support": {
"issues": "https://github.com/jefferson49/custommodulemanager/issues"
},
"repositories": [
{
"url": "https://github.com/Jefferson49/webtrees-common.git",
"type": "git"
}
],
"require": {
"php": ">=8.3",
"jefferson49/webtrees-common": ">=1.2.47"
},
"conflict": {
"fisharebest/webtrees": "<2.2"
},
"config": {
"prepend-autoloader": false
}
}