-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (31 loc) · 852 Bytes
/
composer.json
File metadata and controls
32 lines (31 loc) · 852 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
{
"name": "jon48/webtrees-tools",
"description": "Technical tools for webtrees",
"type": "library",
"keyword": [
"webtrees", "genealogy", "piwik", "mantisbt"
],
"homepage": "https://github.com/jon48/webtrees-tools",
"license": "GPL-3.0+",
"author": [{
"name": "Jonathan Jaubart",
"email": "dev@jaubart.com",
"homepage": "http://www.jaubart.com",
"role": "Developer"
}],
"support": {
"issues": "http://bugs.jaubart.com"
},
"require": {
"php": ">=5.4.0",
"gettext/gettext": "*",
"fisharebest/localization": "*",
"fisharebest/webtrees": "*",
"jon48/webtrees-lib": "dev-main-1.7"
},
"autoload": {
"psr-4": {
"MyArtJaub\\Webtrees\\Tools\\": "src/app/Webtrees/Tools"
}
}
}