-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
86 lines (84 loc) · 2.84 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "roots/bedrock",
"type": "project",
"license": "MIT",
"description": "A modern WordPress stack",
"homepage": "https://roots.io/bedrock/",
"authors": [
{
"name": "Scott Walkinshaw",
"email": "scott.walkinshaw@gmail.com",
"homepage": "https://github.com/swalkinshaw"
},
{
"name": "Ben Word",
"email": "ben@benword.com",
"homepage": "https://github.com/retlehs"
}
],
"keywords": [
"bedrock", "roots", "wordpress", "stack", "composer", "vagrant", "wp"
],
"support": {
"issues": "https://github.com/roots/bedrock/issues",
"forum": "https://discourse.roots.io/category/bedrock"
},
"config": {
"preferred-install": "dist",
"secure-http":false
},
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
}
],
"require": {
"php": ">=5.5",
"composer/installers": "~1.0.12",
"vlucas/phpdotenv": "^2.0.1",
"johnpbloch/wordpress": "4.4.2",
"oscarotero/env": "^1.0",
"lamosty/bedrock-plugin-control": "^1.0",
"roots/soil": "3.6.0",
"wpackagist-plugin/admin-post-navigation": "1.9.2",
"wpackagist-plugin/post-types-order": "1.8.5",
"wpackagist-plugin/duplicate-post": "2.6",
"wpackagist-plugin/svg-support": "2.2.2",
"wpackagist-plugin/disable-comments": "1.4",
"wpackagist-plugin/favicon-by-realfavicongenerator": "1.3.2",
"wpackagist-plugin/enable-media-replace": "3.0.4",
"wpackagist-plugin/widget-importer-exporter": "1.2.2",
"wpackagist-plugin/export-categories": "1.0",
"wpackagist-plugin/wordpress-importer": "0.6.1",
"wpackagist-plugin/download-manager": "2.8.95",
"wpackagist-plugin/juiz-social-post-sharer": "1.4.2",
"wpackagist-plugin/category-color": "1.2",
"wpackagist-plugin/easy-image-widget": "1.1.1",
"wpackagist-plugin/no-category-base-wpml": "1.2",
"wpackagist-plugin/tabsy": "1.3",
"wpackagist-plugin/regenerate-thumbnails": "2.2.6",
"mobiledetect/mobiledetectlib": "^2.8",
"wpackagist-plugin/xml-sitemap-feed": "4.7.1",
"wpackagist-plugin/seo-ultimate": "7.6.5.8",
"wpackagist-plugin/wp-seo-structured-data-schema": "1.2",
"wpackagist-plugin/wordpress-seo": "3.2.5",
"wpackagist-plugin/disable-comments": "1.5",
"wpackagist-plugin/wp-sweep": "1.07",
"wpackagist-plugin/transients-manager": "1.7.2"
},
"require-dev": {
"wpackagist-plugin/query-monitor": ">=2.8.1",
"wpackagist-plugin/show-current-template": "0.2.2",
"wpackagist-plugin/fakerpress": "0.4.2",
"wpackagist-plugin/debug-bar": ">=0.8.2"
},
"extra": {
"installer-paths": {
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"web/app/plugins/{$name}/": ["type:wordpress-plugin"],
"web/app/themes/{$name}/": ["type:wordpress-theme"]
},
"wordpress-install-dir": "web/wp"
}
}