xref: /webtrees/composer.json (revision 17920f94befaa1d6150480429428429b0bee7e3a)
1ed285daaSGreg Roach{
2a25f0a04SGreg Roach	"name": "fisharebest/webtrees",
3ed285daaSGreg Roach	"description": "webtrees online genealogy",
4ed285daaSGreg Roach	"keywords": ["webtrees", "genealogy"],
5a25f0a04SGreg Roach	"license": "GPL-3.0+",
6a25f0a04SGreg Roach	"autoload": {
7e6057e07SGreg Roach		"files": [
8e6057e07SGreg Roach			"includes/functions/functions.php",
9e6057e07SGreg Roach			"includes/functions/functions_charts.php",
10e6057e07SGreg Roach			"includes/functions/functions_date.php",
11e6057e07SGreg Roach			"includes/functions/functions_db.php",
12e6057e07SGreg Roach			"includes/functions/functions_edit.php",
13e6057e07SGreg Roach			"includes/functions/functions_export.php",
14e6057e07SGreg Roach			"includes/functions/functions_import.php",
15e6057e07SGreg Roach			"includes/functions/functions_mediadb.php",
16e6057e07SGreg Roach			"includes/functions/functions_print.php",
17e6057e07SGreg Roach			"includes/functions/functions_print_facts.php",
18e6057e07SGreg Roach			"includes/functions/functions_print_lists.php",
19e6057e07SGreg Roach			"includes/functions/functions_rtl.php"
20e6057e07SGreg Roach			],
21a25f0a04SGreg Roach		"psr-4": {
22dd04c183SGreg Roach			"Fisharebest\\Webtrees\\": ["app/", "modules_v3/"]
23a25f0a04SGreg Roach		}
24a25f0a04SGreg Roach	},
25ed285daaSGreg Roach	"require": {
263bdc890bSGreg Roach		"bombayworks/zendframework1": "1.*",
273bdc890bSGreg Roach		"ezyang/htmlpurifier": "4.*",
283bdc890bSGreg Roach		"fisharebest/algorithm": "1.*",
29*17920f94SGreg Roach		"fisharebest/ext-calendar": "2.*",
303bdc890bSGreg Roach		"fisharebest/localization": "1.*",
313bdc890bSGreg Roach		"ircmaxell/password-compat": "1.*",
323bdc890bSGreg Roach		"michelf/php-markdown": "1.*",
333bdc890bSGreg Roach		"patchwork/utf8": "1.*",
343bdc890bSGreg Roach		"pclzip/pclzip": "2.*",
353bdc890bSGreg Roach		"rhumsaa/uuid": "2.*",
363bdc890bSGreg Roach		"tecnick.com/tcpdf": "6.*"
374c5417cbSGreg Roach	},
384c5417cbSGreg Roach	"scripts": {
394c5417cbSGreg Roach		"post-install-cmd": [
404c5417cbSGreg Roach			"composer dump-autoload --optimize"
414c5417cbSGreg Roach		],
424c5417cbSGreg Roach		"post-update-cmd": [
434c5417cbSGreg Roach			"composer dump-autoload --optimize"
444c5417cbSGreg Roach		]
45ed285daaSGreg Roach	}
46ed285daaSGreg Roach}
47