xref: /webtrees/composer.json (revision b78374c50ebb252fee5fd5a0776cef82b73f2bf3)
1{
2	"name": "fisharebest/webtrees",
3	"description": "webtrees online genealogy",
4	"keywords": ["webtrees", "genealogy"],
5	"license": "GPL-3.0+",
6	"autoload": {
7		"files": [
8			"includes/functions/functions.php",
9			"includes/functions/functions_charts.php",
10			"includes/functions/functions_date.php",
11			"includes/functions/functions_db.php",
12			"includes/functions/functions_edit.php",
13			"includes/functions/functions_export.php",
14			"includes/functions/functions_import.php",
15			"includes/functions/functions_mediadb.php",
16			"includes/functions/functions_print.php",
17			"includes/functions/functions_print_facts.php",
18			"includes/functions/functions_print_lists.php",
19			"includes/functions/functions_rtl.php"
20			],
21		"psr-4": {
22			"Fisharebest\\Webtrees\\": ["app/", "modules_v3/"]
23		}
24	},
25	"require": {
26		"bombayworks/zendframework1": "*",
27		"ezyang/htmlpurifier": "*",
28		"fisharebest/algorithm": "*",
29		"fisharebest/ext-calendar": "*",
30		"ircmaxell/password-compat": "*",
31		"michelf/php-markdown": "*",
32		"patchwork/utf8": "*",
33		"pclzip/pclzip": "*",
34		"tecnick.com/tcpdf": "*",
35		"rhumsaa/uuid": "*"
36	},
37	"scripts": {
38		"post-install-cmd": [
39			"composer dump-autoload --optimize"
40		],
41		"post-update-cmd": [
42			"composer dump-autoload --optimize"
43		]
44	}
45}
46