-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 813 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 813 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
28
29
{
"name": "voceconnect/objects-to-objects",
"description": "A WordPress plugin/module that provides the ability to map relationships between posts and other post types",
"keywords": ["wordpress", "relationships"],
"license": "GPLv2+",
"type": "library",
"repositories": [
{
"type": "git",
"url": "git@github.com:voceconnect/wp-qa-suite.git"
}
],
"authors": [
{
"name": "Michael Pretty",
"email": "mpretty@voceconnect.com"
}
],
"require": {
"voceconnect/post-selection-ui": "~1.0"
},
"require-dev": {
"voceconnect/wp-qa-suite": "dev-wp-qa-scripts"
},
"autoload": {
"classmap": ["src/", "admin/admin.php"],
"files": ["objects-to-objects.php"]
}
}