-
Notifications
You must be signed in to change notification settings - Fork 28
/
composer.json
36 lines (36 loc) · 1.25 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "distributedproofreaders/dproofreaders",
"description": "Distributed Proofreaders is a web application intended to ease the process of converting public domain books into e-texts.",
"type": "project",
"license": "GPL-2.0-or-later",
"minimum-stability": "stable",
"require": {
"ezyang/htmlpurifier" : "v4.*",
"erusev/parsedown": "1.8.0-beta-7",
"erusev/parsedown-extra": "0.8.0",
"voku/portable-utf8": "^6.0",
"phpmailer/phpmailer": "^6.8",
"vertilia/text": "^1.5",
"nikic/php-parser": "^5.0",
"symfony/process": "^5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.57",
"phpunit/phpunit": "^9.6",
"phpstan/phpstan": "^1.10"
},
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-php54": "*",
"symfony/polyfill-php55": "*",
"symfony/polyfill-php56": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*"
}
}