-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
148 lines (148 loc) · 4.67 KB
/
composer.json
File metadata and controls
148 lines (148 loc) · 4.67 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
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
{
"name": "wp-digital/wp-project-skeleton",
"description": "WPD project skeleton.",
"type": "project",
"license": "proprietary",
"config": {
"sort-packages": true,
"dropin-installer": "copy",
"allow-plugins": {
"composer/installers": true,
"johnpbloch/wordpress-core-installer": true,
"koodimonni/composer-dropin-installer": true,
"boxuk/wp-muplugin-loader": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "composer",
"url": "https://wp-languages.github.io"
},
{
"type": "vcs",
"url": "https://github.com/Automattic/batcache"
},
{
"type": "composer",
"url": "https://my.yoast.com/packages/",
"only": [
"yoast/wordpress-seo-premium",
"yoast/wordpress-seo-local",
"yoast/wpseo-video",
"yoast/wpseo-woocommerce",
"yoast/yoast-news-seo"
]
}
],
"require": {
"php": ">=7.4",
"automattic/batcache": "dev-master",
"boxuk/wp-muplugin-loader": "^2.0",
"humanmade/s3-uploads": "^3.0",
"innocode-digital/inncognito": "dev-main",
"innocode-digital/wp-assets-version": "dev-main",
"innocode-digital/wp-batcache-helper": "dev-main",
"innocode-digital/wp-bugsnag-fe": "dev-main",
"innocode-digital/wp-cdn": "dev-master",
"innocode-digital/wp-deferred-loading": "dev-master",
"innocode-digital/wp-flush-cache": "dev-master",
"innocode-digital/wp-force-non-public": "dev-main",
"innocode-digital/wp-image-editor-aws-lambda": "dev-master",
"innocode-digital/wp-mail-helpers": "dev-master",
"innocode-digital/wp-mailgun-email-validation": "dev-master",
"innocode-digital/wp-normalize": "dev-master",
"innocode-digital/wp-simple-opcache-status": "dev-main",
"innocode-digital/wp-theme-assets": "dev-master",
"johnpbloch/wordpress": "*",
"koodimonni-language/core-nb_no": "*",
"koodimonni/composer-dropin-installer": "*",
"meta-box/mb-revision": "dev-master",
"wp-digital/innstats": "dev-main",
"wp-digital/wp-config": "dev-master",
"wp-digital/wp-recaptcha": "dev-master",
"wp-digital/wp-start-up": "dev-main",
"wp-digital/wp-theme-module": "dev-master",
"wp-digital/wp-uptime-page": "dev-main",
"wpackagist-plugin/bugsnag": "*",
"wpackagist-plugin/disable-comments": "*",
"wpackagist-plugin/disable-xml-rpc": "*",
"wpackagist-plugin/mailgun": "*",
"wpackagist-plugin/meta-box": "*",
"wpackagist-plugin/redis-cache": "*",
"wpackagist-plugin/wordpress-seo": "*",
"wpackagist-plugin/wp-crontrol": "*",
"wpackagist-plugin/wp-newrelic": "*"
},
"require-dev": {
"innocode-digital/php-cs": "^1.0",
"squizlabs/php_codesniffer": "^3.7"
},
"extra": {
"wordpress-install-dir": "public/wp",
"dropin-paths": {
"public/wp-content/": [
"package:automattic/batcache:advanced-cache.php",
"package:wpackagist-plugin/redis-cache:includes/object-cache.php",
"type:wordpress-dropin"
],
"public/wp-content/languages/": [
"vendor:koodimonni-language"
],
"public/wp-content/languages/plugins/": [
"vendor:koodimonni-plugin-language"
],
"public/wp-content/languages/themes/": [
"vendor:koodimonni-theme-language"
]
},
"installer-paths": {
"public/wp-content/mu-plugins/{$name}/": [
"type:wordpress-muplugin",
"humanmade/s3-uploads",
"vendor:meta-box",
"wpackagist-plugin/bugsnag",
"wpackagist-plugin/disable-comments",
"wpackagist-plugin/disable-xml-rpc",
"wpackagist-plugin/mailgun",
"wpackagist-plugin/meta-box",
"wpackagist-plugin/redis-cache",
"wpackagist-plugin/wp-crontrol",
"wpackagist-plugin/wp-newrelic"
],
"public/wp-content/plugins/{$name}/": [
"type:wordpress-plugin"
],
"public/wp-content/themes/{$name}/": [
"type:wordpress-theme"
]
}
},
"scripts": {
"wp": "vendor/bin/wp",
"wp-init": "@wp dotenv init --template=.env.example --with-salts",
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml",
"phpcbf": "vendor/bin/phpcbf --standard=phpcs.xml",
"check-cs": "@phpcs",
"fix-cs": "@phpcbf",
"post-create-project-cmd": "@wp-init"
},
"authors": [
{
"name": "SMFB Dinamo",
"email": "post@smfb-dinamo.com",
"homepage": "https://www.smfb-dinamo.com/"
},
{
"name": "Viktor Kuliebiakin",
"email": "kuliebiakin@gmail.com"
}
]
}