-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
159 lines (159 loc) · 4.34 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "digitoimistodude/dudestack",
"type": "project",
"license": "MIT",
"description": "A modern WordPress stack",
"homepage": "https://github.com/digitoimistodude/dudestack",
"authors": [
{
"name": "Roni Laukkarinen",
"email": "[email protected]",
"homepage": "https://github.com/ronilaukkarinen"
},
{
"name": "Timi Wahalahti",
"email": "[email protected]",
"homepage": "https://github.com/timiwahalahti"
}
],
"keywords": [
"bedrock",
"roots",
"wordpress",
"stack",
"composer",
"vagrant",
"wp"
],
"support": {
"issues": "https://github.com/digitoimistodude/dudestack/issues"
},
"config": {
"preferred-install": "dist",
"generate-salts": true,
"secure-http": true
},
"autoload": {
"psr-4": {
"Roots\\Bedrock\\": "scripts/Roots/Bedrock"
}
},
"scripts": {
"post-root-package-install": [
"Roots\\Bedrock\\Installer::addSalts"
]
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org",
"minimum-stability": "dev"
},
{
"type": "composer",
"url": "https://wp-languages.github.io"
},
{
"type": "vcs",
"url": "https://github.com/digitoimistodude/gulp-sitemap-generator"
},
{
"type": "composer",
"url": "https://pivvenit.github.io/acf-composer-bridge/composer/v3/wordpress-plugin/"
},
{
"type": "composer",
"url": "https://pivvenit.github.io/acf-composer-bridge/composer/v3/wordpress-plugin/"
},
{
"type": "package",
"package": {
"name": "relevanssi/relevanssi-premium",
"version": "2.9.0",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://www.relevanssi.com/update/get_version.php?api_key={%RELEVANSSI_API_KEY}&version=2.9.0"
}
}
},
{
"type": "package",
"package": {
"name": "gravityforms/gravityforms",
"version": "2.5.9.3",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://www.gravityhelp.com/wp-content/plugins/gravitymanager/api.php?op=get_plugin&slug=gravityforms&key={%WP_PLUGIN_GF_KEY}"
},
"require": {
"composer/installers": "^1.4",
"gotoandplay/gravityforms-composer-installer": "^2.3"
}
}
}
],
"require": {
"koodimonni/composer-dropin-installer": "dev-master",
"php": ">=5.6",
"koodimonni-language/fi": "*",
"koodimonni-language/en_gb": "*",
"composer/installers": "^1.10.0",
"wp-cli/wp-cli-bundle": "*",
"vlucas/phpdotenv": "^5.3",
"roots/wp-config": "^1.0",
"johnpbloch/wordpress": "5.6.1",
"digitoimistodude/air-helper": "*",
"wpackagist-plugin/ga-in": "*",
"wpackagist-plugin/imagify": "*",
"wpackagist-plugin/simple-history": "*",
"wpackagist-plugin/mailgun": "*",
"wpackagist-plugin/wp-sanitize-accented-uploads": "*",
"wpackagist-plugin/worker": "*",
"wpackagist-plugin/redis-cache": "*",
"wpackagist-plugin/wordpress-seo": "*",
"wpackagist-plugin/so-clean-up-wp-seo": "*",
"advanced-custom-fields/advanced-custom-fields-pro": "^5.9",
"relevanssi/relevanssi-premium": "*",
"rocketgenius/gravity-forms": "*",
"humanmade/page-for-post-type": "dev-master",
"wpackagist-plugin/simple-page-ordering": "*",
"wpackagist-plugin/gf-form-multicolumn": "*",
"wpackagist-plugin/duplicate-post": "*",
"wpackagist-plugin/remove-css-link-ids": "*",
"oscarotero/env": "^2.1"
},
"require-dev": {
"rarst/wps": "*",
"rarst/laps": "*",
"wpackagist-plugin/query-monitor": "*",
"digitoimistodude/gulp-sitemap-generator": "dev-master"
},
"extra": {
"dropin-paths": {
"content/languages/": [
"vendor:koodimonni-language"
],
"content/languages/plugins/": [
"vendor:koodimonni-plugin-language"
],
"content/languages/themes/": [
"vendor:koodimonni-theme-language"
]
},
"installer-paths": {
"content/mu-plugins/{$name}/": [
"type:wordpress-muplugin",
"digitoimistodude/gulp-sitemap-generator"
],
"content/plugins/{$name}/": [
"type:wordpress-plugin"
],
"content/themes/{$name}/": [
"type:wordpress-theme"
]
},
"wordpress-install-dir": "wp"
}
}