-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
77 lines (76 loc) · 2.16 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "ccsd/episciences",
"description": "A platform for overlay journals",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/CCSDForge/php-hcaptcha"
}
],
"require": {
"php": "~8.1",
"ext-curl": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-imagick": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-posix": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"ext-xsl": "*",
"apereo/phpcas": "1.6.1",
"cottagelabs/coar-notifications": "^0.9.70",
"defuse/php-encryption": "^2.3",
"doctrine/annotations": "^1.13",
"ezyang/htmlpurifier": "^4.14",
"geoip2/geoip2": "~3.0",
"geertw/ip-anonymizer": "^1.1",
"google/recaptcha": "~1.2",
"guzzlehttp/guzzle": "^7.3",
"html2text/html2text": "^4.3",
"laminas/laminas-feed": "^2.18",
"laravolt/avatar": "^6.0",
"league/commonmark": "^2.4",
"league/html-to-markdown": "^5.1",
"monolog/monolog": "^1.27",
"neverbehave/hcaptcha": "~0.0.5",
"phpmailer/phpmailer": "^6.5",
"ramsey/uuid": "^4.7",
"seboettg/citeproc-php": "^2.6",
"shardj/zf1-extras-future": "^1.12",
"shardj/zf1-future": "1.23.*",
"smalot/pdfparser": "^2.2",
"solarium/solarium": "^6.3.1",
"symfony/cache": "^5.4",
"symfony/event-dispatcher": "^6.4",
"symfony/filesystem": "^6.4",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php82": "*",
"symfony/polyfill-php83": "*",
"symfony/polyfill-php84": "*",
"symfony/property-access": "^6.4",
"symfony/serializer": "^6.4",
"symfony/yaml": "^6.4",
"vlucas/phpdotenv": "^5.5",
"symfony/intl": "^6.4"
},
"require-dev": {
"phpmd/phpmd": "@stable",
"squizlabs/php_codesniffer": "3.*",
"roave/security-advisories": "dev-latest",
"phpmetrics/phpmetrics": "^2.7",
"rector/rector": "^1.0.0",
"phpstan/phpstan": "^1.8",
"symfony/test-pack": "^1.0"
},
"license": "GNU GENERAL PUBLIC LICENSE Version 3",
"support": {
"docs": "https://docs.episciences.org",
"source": "https://github.com/CCSDForge/Episciences.git"
}
}