-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.58 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 1.58 KB
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
37
38
39
40
41
42
43
44
45
46
47
{
"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",
"erusev/parsedown-extra": "0.9.0",
"voku/portable-utf8": "dev-master#c4b3774",
"phpmailer/phpmailer": "^7.0",
"vertilia/text": "^1.5",
"nikic/php-parser": "^5.0",
"symfony/process": "^7.0",
"symfony/polyfill-php84": "^1.31",
"symfony/polyfill-php85": "^1.33"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.57",
"phpunit/phpunit": "^12.0",
"phpstan/phpstan": "^2.1.31"
},
"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-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*",
"symfony/polyfill-php83": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*"
},
"config": {
"platform": {
"php": "8.3"
}
}
}