xref: /webtrees/composer.json (revision 2a6fda6001c209d27013f958519efeae6d48e2fb)
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	"config": {
12		"platform": {
13			"php" : "5.6"
14		}
15	},
16	"require": {
17		"ext-gd": "*",
18		"ext-iconv": "*",
19		"ext-pcre": "*",
20		"ext-pdo": "*",
21		"ext-pdo_mysql": "*",
22		"ext-session": "*",
23		"ext-simplexml": "*",
24		"ext-xml": "*",
25		"ezyang/htmlpurifier": "~4.9",
26		"fisharebest/algorithm": "~1.3",
27		"fisharebest/ext-calendar": "~2.3",
28		"fisharebest/localization": "~1.10",
29		"guzzlehttp/guzzle": "~6.0",
30		"league/flysystem": "~1.0",
31		"league/flysystem-ziparchive": "~1.0",
32		"league/glide": "~1.2",
33		"michelf/php-markdown": "1.*",
34		"ramsey/uuid": "~3.6",
35		"swiftmailer/swiftmailer": "~5.0",
36		"symfony/http-foundation": "~3.2",
37		"symfony/polyfill-mbstring": "~1.4",
38		"symfony/polyfill-php70": "~1.4",
39		"symfony/polyfill-php71": "~1.4",
40		"symfony/polyfill-php72": "~1.4",
41		"tecnickcom/tcpdf": "~6.2"
42	},
43	"require-dev": {
44		"friendsofphp/php-cs-fixer": "*",
45		"mockery/mockery": "*",
46		"phpunit/phpunit": "*",
47		"satooshi/php-coveralls": "*"
48	},
49	"extra": {
50		"branch-alias": {
51			"dev-master": "1.8-dev"
52		}
53	}
54}
55