-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 815 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 815 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
{
"name": "jchristopher/menu-breadcrumb",
"description": "Generate a breadcrumb trail from a WordPress Menu",
"license": "GPL-2.0+",
"authors": [
{
"name": "Jonathan Christopher",
"email": "jonathan@mondaybynoon.com",
"homepage": "https://github.com/jchristopher/",
"role": "Developer"
}
],
"keywords": ["wordpress", "plugin", "breadcrumb", "menu"],
"homepage": "https://github.com/jchristopher/menu-breadcrumb",
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/jchristopher/menu-breadcrumb/issues",
"source": "https://wordpress.org/plugins/menu-breadcrumb/"
},
"require": {
"php": ">5.2.4"
},
"suggest": {
"composer/installers": "~1.0"
}
}