forked from bpiwowar/papercite
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
41 lines (41 loc) · 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
{
"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-dev": {
"phpunit/phpunit": "^6.0",
"wpreadme2markdown/wpreadme2markdown": "*",
"citation-style-language/locales": "@dev",
"citation-style-language/styles-distribution": "@dev"
},
"require": {
"seboettg/citeproc-php": "^2",
"querypath/QueryPath": ">=3.0.0"
},
"scripts": {
"wp2md": "php bin/wp2md.php readme.txt"
}
}