-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.48 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 1.48 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
{
"config": {
"vendor-dir": "include/vendor",
"preferred-install": "dist",
"platform": {
"php": "8.2.0"
}
},
"require": {
"php": ">=8.2",
"algo26-matthias/idna-convert": "^v4.2.1",
"enshrined/svg-sanitize": "0.22.0",
"greew/oauth2-azure-provider": "^v2.0.0",
"netcarver/textile": "v4.1.4",
"league/commonmark": "^2.8.0",
"league/oauth2-google": "^4.1.0",
"ezyang/htmlpurifier": "^v4.19.0",
"openpsa/universalfeedcreator": "^v1.9.0",
"phpmailer/phpmailer": "^v7.0.1",
"phpoffice/phpspreadsheet": "^5.3.0",
"simplepie/simplepie": "@dev",
"html2text/html2text": "^4.3.2",
"php81_bc/strftime": "^0.7.6",
"symfony/polyfill-mbstring": "v1.33.0",
"symfony/polyfill-php73": "v1.33.0",
"symfony/polyfill-php74": "v1.33.0",
"symfony/polyfill-php80": "v1.33.0",
"symfony/polyfill-php81": "v1.33.0",
"symfony/polyfill-php82": "v1.33.0",
"symfony/polyfill-php83": "v1.33.0",
"symfony/polyfill-php84": "v1.33.0",
"ext-intl": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-mysqli": "*",
"ext-mbstring": "*",
"ext-fileinfo": "*",
"ext-xmlreader": "*",
"ext-libxml": "*",
"ext-dom": "*",
"ext-openssl": "*",
"ext-zip": "*",
"ext-ctype": "*",
"ext-simplexml": "*",
"ext-curl": "*"
}
}