forked from libero/jats-support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.1 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
{
"type": "project",
"license": "MIT",
"autoload-dev": {
"psr-4": {
"tests\\Libero\\JatsSupport\\": "tests/"
}
},
"require-dev": {
"php": "^7.3",
"ext-dom": "*",
"ext-xsl": "*",
"fluentdom/fluentdom": "^7.1",
"jats/schema": "^1.2",
"libero/coding-standard": "^0.4",
"libero/xml-validator": "^0.2",
"lstrojny/functional-php": "^1.9",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^8.0",
"symfony/finder": "^4.2"
},
"config": {
"platform": {
"php": "7.3.0"
},
"secure-http": false,
"sort-packages": true
},
"repositories": [
{
"type": "package",
"package": {
"name": "jats/schema",
"version": "1.2",
"dist": {
"url": "ftp://ftp.ncbi.nih.gov/pub/jats/archiving/1.2/rng/JATS-Archiving-1-2-MathML3-RNG.zip",
"type": "zip"
}
}
}
]
}