-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.1 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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
35
36
37
38
39
40
41
42
43
44
{
"name": "lambdacreatives/daintree",
"description": "An experimental WordPress boilerplate.",
"homepage": "https://github.com/lambdacreatives/daintree",
"authors": [
{
"name": "Daniel Hewes",
"email": "daniel@lambdacreatives.com",
"homepage": "https://github.com/danimalweb"
},
{
"name": "Jake Gully",
"email": "chimpytk@gmail.com",
"homepage": "https://github.com/mrchimp"
}
],
"keywords": [
"WordPress",
"boilerplate",
"installer"
],
"license": "MIT",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"php": ">=5.5",
"johnpbloch/wordpress": "4.4.*",
"mnsami/composer-custom-directory-installer": "1.0.*",
"vlucas/phpdotenv": "~2.0",
"wpackagist-theme/twentysixteen":"*"
},
"extra": {
"wordpress-install-dir": "./web/wp",
"installer-paths": {
"./web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"./web/app/plugins/{$name}/": ["type:wordpress-plugin"],
"./web/app/themes/{$name}": ["type:wordpress-theme"]
}
}
}