-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
148 lines (148 loc) · 5.08 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
{
"name": "wikimedia/wikimediafoundation-org",
"description": "Theme and plugins for the Wikimedia Foundation website",
"keywords": [],
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/wpcomvip/wikimediafoundation-org",
"authors": [
{
"name": "Wikimedia Foundation Design",
"homepage": "http://design.wikimedia.org",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/wpcomvip/wikimediafoundation-org/issues",
"source": "https://github.com/wpcomvip/wikimediafoundation-org"
},
"config": {
"sort-order": true,
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"ffraenz/private-composer-installer": true,
"gotoandplay/gravityforms-composer-installer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "vcs",
"url": "[email protected]:Automattic/maintenance-mode-wp.git"
},
{
"type": "vcs",
"url": "[email protected]:humanmade/simple-editorial-comments.git"
},
{
"type": "vcs",
"url": "[email protected]:wikimedia/shiro-wordpress-theme.git"
},
{
"type": "vcs",
"url": "[email protected]:wikimedia/vegalite-wordpress-plugin.git"
},
{
"type": "vcs",
"url": "[email protected]:wikimedia/wikimedia-wordpress-annual-report-plugin.git"
},
{
"type": "vcs",
"url": "[email protected]:wikimedia/wikimedia-wordpress-security-plugin.git"
},
{
"type": "package",
"package": {
"name": "gravityforms/gravityforms",
"version": "2.8.1",
"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"
}
}
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4|^8",
"alleyinteractive/wordpress-fieldmanager": "^1.3",
"automattic/maintenance-mode-wp": "^0.2.2",
"composer/installers": "^1.10",
"humanmade/asset-loader": "^0.7.0",
"humanmade/hm-gutenberg-tools": "^1.6.2",
"humanmade/simple-editorial-comments": "^0.1.0",
"wikimedia/shiro-wordpress-theme": "dev-release",
"wikimedia/vegalite-wordpress-plugin": "^0.5.0",
"wikimedia/wikimedia-wordpress-annual-report-plugin": "dev-release",
"wikimedia/wikimedia-wordpress-security-plugin": "dev-main",
"wpackagist-plugin/broken-link-checker": "^2.2.2",
"wpackagist-plugin/blocks-animation": "^2.6.5",
"wpackagist-plugin/co-authors-plus": "^3.5",
"wpackagist-plugin/gf-hcaptcha": "^1.3",
"wpackagist-plugin/press-permit-core": "^3.11.1",
"wpackagist-plugin/safe-redirect-manager": "^2.0.1",
"wpackagist-plugin/wikipedia-preview": "^1.11.0",
"wpackagist-plugin/wordpress-seo": "^22.0",
"wpackagist-plugin/safe-svg": "^2.2.0",
"gravityforms/gravityforms": "2.8.1"
},
"require-dev": {
"automattic/vipwpcs": "^1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpcompatibility/phpcompatibility-wp": "^1.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.3",
"wp-coding-standards/wpcs": "^1.0"
},
"scripts": {
"install-codestandards": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run",
"check-php-compatibility": "phpcs --standard=PHPCompatibilityWP --severity=1 --runtime-set testVersion 8.1- --extensions=php .",
"make-shiro-frontend-pot": "wp i18n make-pot themes/shiro languages/themes/shiro.pot --domain=shiro --exclude=assets/dist",
"make-shiro-admin-pot": "wp i18n make-pot themes/shiro languages/themes/shiro-admin.pot --domain=shiro-admin --exclude=assets/dist",
"make-shiro-pot": [
"@make-shiro-frontend-pot",
"@make-shiro-admin-pot"
],
"make-themes-mo": "wp i18n make-mo languages/themes",
"make-themes-json": "wp i18n make-json languages/themes --no-purge"
},
"scripts-descriptions": {
"make-shiro-pot": "Generate all .pot files for both shiro domains",
"make-shiro-frontend-pot": "Generate .pot files for the 'shiro' domain",
"make-shiro-admin-pot": "Generate .pot files for the 'shiro-admin' domain",
"make-themes-mo": "Generate .mo files for all .po files in languages/themes",
"make-themes-json": "Generate .json files for all .po files in languages/themes"
},
"extra": {
"installer-types": [
"wordpress-plugin"
],
"installer-paths": {
"plugins/fieldmanager": [
"alleyinteractive/wordpress-fieldmanager"
],
"plugins/maintenance-mode": [
"automattic/maintenance-mode-wp"
],
"plugins/{$name}/": [
"type:wordpress-plugin"
],
"themes/shiro": [
"wikimedia/shiro-wordpress-theme"
],
"themes/{$name}/": [
"type:wordpress-theme"
]
}
}
}