forked from Automattic/co-authors-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 759 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 759 Bytes
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
{
"name" : "automattic/co-authors-plus",
"description": "Multiple bylines and Guest Authors for WordPress",
"homepage" : "http://wordpress.org/plugins/co-authors-plus/",
"type" : "wordpress-plugin",
"license" : "GPL-2.0+",
"authors" : [
{
"name": "Daniel Bachhuber",
"email": "d@danielbachhuber.com",
"homepage": "http://danielbachhuber.com",
"role": "Developer"
},
{
"name" : "Automattic",
"homepage": "http://automattic.com/"
}
],
"support" : {
"issues": "https://github.com/Automattic/Co-Authors-Plus/issues",
"source": "https://github.com/Automattic/Co-Authors-Plus",
"forum": "http://wordpress.org/support/plugin/co-authors-plus"
},
"require": {
"composer/installers": "~1.0"
}
}