-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·58 lines (58 loc) · 1.83 KB
/
composer.json
File metadata and controls
executable file
·58 lines (58 loc) · 1.83 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "the16thpythonist/wp-scopus",
"description": "Adding various post types to Wordpress to enable scopus publication support",
"version": "0.0.4",
"type": "project",
"repositories":[
{
"type": "vcs",
"url": "https://github.com/the16thpythonist/wp-pi-logging.git"
},
{
"type": "vcs",
"url": "https://github.com/the16thpythonist/wp-scopus-collaboration-checker.git"
},
{
"type": "vcs",
"url": "https://github.com/the16thpythonist/kitopen-api.git"
},
{
"type": "vcs",
"url": "https://github.com/the16thpythonist/indico-api.git"
},
{
"type": "vcs",
"url": "https://github.com/the16thpythonist/wp_commands.git"
},
{
"type": "vcs",
"url": "https://github.com/the16thpythonist/wp-data-safe.git"
},
{
"type": "vcs",
"url": "https://github.com/the16thpythonist/wp-scopus.git"
},
{
"type": "vcs",
"url": "https://github.com/the16thpythonist/wp-cpt-lib.git"
}
],
"require": {
"the16thpythonist/wp-cpt-lib": "@dev",
"the16thpythonist/wp-pi-logging": "@dev",
"the16thpythonist/scopus-collaboration-checker": "@dev",
"the16thpythonist/kitopen-api": "@dev",
"the16thpythonist/indico-api": "@dev",
"the16thpythonist/wp-commands": "@dev",
"the16thpythonist/wp-data-safe": "@dev",
"kasparsj/scopus-search-api": "9999999-dev"
},
"autoload": {
"psr-4": {
"the16thpythonist\\Wordpress\\Scopus\\": "src/the16thpythonist/Wordpress/Scopus",
"the16thpythonist\\Wordpress\\Scopus\\Commands\\": "src/the16thpythonist/Wordpress/Scopus/Commands",
"the16thpythonist\\Wordpress\\Scopus\\Author\\": "src/the16thpythonist/Wordpress/Scopus/Author",
"the16thpythonist\\Wordpress\\Scopus\\Publication\\": "src/the16thpythonist/Wordpress/Scopus/Publication"
}
}
}