forked from themehybrid/mythic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 904 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
34
{
"name" : "matiere-noire/berry",
"type" : "wordpress-theme",
"description" : "Berry is a next-generation starter theme designed to help theme authors write elegant, intelligent, and modern code.",
"keywords" : ["wordpress"],
"homepage" : "https://themehybrid.com/themes/mythic",
"license" : "GPL-2.0-or-later",
"authors" : [
{
"name" : "Justin Tadlock",
"email" : "justintadlock@gmail.com",
"homepage": "https://themehybrid.com"
},
{
"name" : "Arnaud Banvillet",
"email" : "arnaud@matierenoire.io",
"homepage": "https://matierenoire.io"
}
],
"autoload" : {
"psr-4" : {
"Mythic\\" : "app/"
}
},
"require": {
"php" : ">=5.6",
"composer/installers" : "~1.0",
"justintadlock/hybrid-core" : "^5.0.0"
},
"require-dev": {
"wptrt/wpthemereview": "*",
"dealerdirect/phpcodesniffer-composer-installer": "0.4.4"
}
}