-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
44 lines (44 loc) · 1.18 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "wordpress",
"type": "webroot",
"version": "4.0",
"dist": {
"type": "zip",
"url": "https://github.com/WordPress/WordPress/archive/4.0.zip"
},
"require" : {
"fancyguy/webroot-installer": "1.0.0"
}
}
}
],
"require": {
"php": ">=5.3.0",
"wordpress": "4.0",
"fancyguy/webroot-installer": "1.0.0",
"wpackagist-plugin/advanced-custom-fields":"*",
"wpackagist-plugin/admin-post-navigation":"*",
"wpackagist-plugin/debug-bar":"*",
"wpackagist-plugin/google-analytics-for-wordpress":"*",
"wpackagist-plugin/jetpack":"*",
"wpackagist-plugin/regenerate-thumbnails":"*",
"wpackagist-plugin/show-template":"*",
"wpackagist-plugin/simple-page-ordering":"*",
"wpackagist-plugin/tc-custom-taxonomy-filter":"*",
"wpackagist-plugin/theme-check":"*",
"wpackagist-plugin/wordpress-importer":"*",
"wpackagist-plugin/worker":"*"
},
"extra": {
"webroot-dir": "_wp",
"webroot-package": "wordpress"
}
}