forked from x3p0-dev/x3p0-breadcrumbs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 837 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
29
30
31
32
33
{
"name" : "x3p0-dev/x3p0-breadcrumbs",
"description" : "Breadcrumbs for WordPress.",
"keywords" : [ "wordpress" ],
"homepage" : "https://github.com/x3p0-dev/x3p0-breadcrumbs",
"license" : "GPL-2.0-or-later",
"authors" : [
{
"name" : "Justin Tadlock",
"email" : "justintadlock@gmail.com",
"homepage" : "http://justintadlock.com",
"role" : "Developer"
}
],
"support" : {
"issues" : "https://github.com/x3p0-dev/x3p0-breadcrumbs/issues"
},
"autoload" : {
"psr-4" : {
"X3P0\\Breadcrumbs\\" : "src/"
},
"files" : [
"src/functions-helpers.php"
]
},
"require" : {
"php" : ">=7.0",
"themehybrid/hybrid-breadcrumbs" : "dev-master",
"themehybrid/hybrid-mix" : "dev-master"
},
"minimum-stability": "dev",
"prefer-stable": true
}