-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 872 Bytes
/
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
{
"name" : "p2p-export-import",
"description": "Demonstrates how P2P information can be added to an export and used by importer redux.",
"keywords" : ["wordpress"],
"type" : "wordpress-plugin",
"homepage" : "https://github.com/pbiron/p2p-export-import",
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Paul V. Biron/Sparrow Hawk Computing",
"homepage": "http://sparrowhawkcomputing.com",
"role" : "Developer"
},
{
"name" : "Contributors",
"homepage": "https://github.com/pbiron/p2p-export-import/graphs/contributors"
}
],
"support" : {
"issues": "https://github.com/pbiron/p2p-export-import/issues"
},
"require" : {
"php" : ">=5.4",
"composer/installers" : "~1.0",
"scribu/lib-posts-to-posts": "dev-master@dev",
"scribu/scb-framework" : "dev-master@dev"
}
}