xref: /webtrees/composer.json (revision 13abd6f3a37322f885d85df150e105d27ad81f8d)
1{
2	"name": "fisharebest/webtrees",
3	"description": "webtrees online genealogy",
4	"keywords": ["webtrees", "genealogy"],
5	"license": "GPL-3.0",
6	"autoload": {
7		"psr-4": {
8			"Fisharebest\\Webtrees\\": "app/"
9		}
10	},
11	"require": {
12		"ezyang/htmlpurifier": "4.*",
13		"fisharebest/algorithm": "1.*",
14		"fisharebest/ext-calendar": "2.*",
15		"fisharebest/localization": "1.*",
16		"fisharebest/php-polyfill": "1.*",
17		"michelf/php-markdown": "1.*",
18		"pclzip/pclzip": "2.*",
19		"rhumsaa/uuid": "2.*",
20		"swiftmailer/swiftmailer": "~5.0",
21		"tecnickcom/tcpdf": "6.*"
22	},
23	"require-dev": {
24		"friendsofphp/php-cs-fixer": "*",
25		"mockery/mockery": "*",
26		"phpdocumentor/phpdocumentor": "*",
27		"phpunit/phpunit": "*",
28		"satooshi/php-coveralls": "~1.0"
29	},
30	"extra": {
31		"branch-alias": {
32			"dev-master": "1.8-dev"
33		}
34	}
35}
36