-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.34 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.34 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
{
"repositories": [
{
"type": "package",
"package": {
"name": "citation-style-language/locales",
"version":"1.0.0",
"source": {
"type": "git",
"url": "https://github.com/citation-style-language/locales.git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "citation-style-language/styles-distribution",
"version":"1.0.0",
"source": {
"type": "git",
"url": "https://github.com/citation-style-language/styles-distribution.git",
"reference": "master"
}
}
}
],
"require": {
"gettext/gettext": "^4.6",
"elasticsearch/elasticsearch": "^7.2",
"citation-style-language/locales":"@dev",
"citation-style-language/styles-distribution":"@dev",
"seboettg/citeproc-php": "^2",
"voku/anti-xss": "^4.1",
"renanbr/crossref-client": "^1.0",
"voda/gettext-extractor": "^4.0",
"caseyamcl/phpoaipmh": "^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"squizlabs/php_codesniffer": "^3.4"
}
}