xref: /webtrees/composer.json (revision 2836aa05d87d478edc3ef1f1983e9d37862ded10)
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/"
23		}
24	},
25	"require": {
26		"bombayworks/zendframework1": "1.*",
27		"ezyang/htmlpurifier": "4.*",
28		"fisharebest/algorithm": "1.*",
29		"fisharebest/ext-calendar": "2.*",
30		"fisharebest/localization": "1.*",
31		"ircmaxell/password-compat": "1.*",
32		"michelf/php-markdown": "1.*",
33		"patchwork/utf8": "1.*",
34		"pclzip/pclzip": "2.*",
35		"ramsey/uuid": "2.*",
36		"tecnick.com/tcpdf": "6.*"
37	},
38	"extra": {
39		"branch-alias": {
40			"dev-master": "1.8-dev"
41		}
42	}
43}
44