-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
161 lines (161 loc) · 5.61 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
160
161
{
"name": "ministryofjustice/justice-gov-uk",
"type": "project",
"license": "MIT",
"description": "Justice website for deployment on Cloud Platform",
"homepage": "https://www.justice.gov.uk/",
"authors": [
{
"name": "Central Digital Product Team",
"homepage": "https://github.com/ministryofjustice"
},
{
"name": "Damien Wilson",
"homepage": "https://github.com/wilson1000"
},
{
"name": "Davey Brown",
"homepage": "https://github.com/earthlingdavey"
}
],
"keywords": [
"composer",
"wordpress",
"wp",
"wp-config"
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org",
"only": [
"wpackagist-plugin/*"
]
},
{
"type": "composer",
"url": "https://composer.wp.dsd.io"
},
{
"type": "composer",
"url": "https://wp-languages.github.io"
}
],
"require": {
"php": ">=8.2",
"ext-mysqli": "*",
"alphagov/notifications-php-client": "^5.0",
"composer/installers": "^2.2.0",
"firebase/php-jwt": "^6.10",
"koodimonni-language/core-en_gb": "6.5.x",
"league/oauth2-client": "^2.7",
"ministryofjustice/cookie-compliance-for-wordpress": "^3.4.11",
"php-http/guzzle7-adapter": "^1.0",
"relevanssi/relevanssi-premium": "^2.25.2",
"roots/bedrock-autoloader": "^1.0",
"roots/bedrock-disallow-indexing": "^2.0",
"roots/wordpress": "6.5.x",
"roots/wp-config": "^1.0",
"roots/wp-password-bcrypt": "^1.1.0",
"stayallive/wp-sentry": "^7.11.0",
"symfony/filesystem": "<7.0",
"symfony/process": "<7.0",
"vlucas/phpdotenv": "^5.5",
"wp-cli/wp-cli-bundle": "^2.10",
"wpackagist-plugin/amazon-s3-and-cloudfront": "^3.2",
"wpackagist-plugin/cms-tree-page-view": "^1.6.8",
"wpackagist-plugin/debug-bar": "^1.1",
"wpackagist-plugin/query-monitor": "^3.15",
"wpackagist-plugin/revisionary": "^3.5.16",
"wpackagist-plugin/safe-redirect-manager": "^2.1.1",
"wpackagist-plugin/simple-definition-list-blocks": "6.0.1",
"wpackagist-plugin/wordpress-importer": "~0.8.2",
"wpackagist-plugin/wp-crontrol": "^1.16",
"wpackagist-plugin/wp-document-revisions": "^3.6.1"
},
"require-dev": {
"10up/wp_mock": "^1.0.1",
"lucatume/wp-browser": "^4.1.2",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.1"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"allow-plugins": {
"composer/installers": true,
"php-http/discovery": false,
"roots/wordpress-core-installer": true,
"koodimonni/composer-dropin-installer": true
},
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"installer-paths": {
"public/app/mu-plugins/{$name}/": [
"type:wordpress-muplugin"
],
"public/app/plugins/{$name}/": [
"type:wordpress-plugin"
]
},
"dropin-paths": {
"public/app/languages/": [
"vendor:koodimonni-language"
],
"public/app/languages/plugins/": [
"vendor:koodimonni-plugin-language"
],
"public/app/languages/themes/": [
"vendor:koodimonni-theme-language"
]
},
"wordpress-install-dir": "public/wp",
"meta-comments": {
"description": [
"As comments are not allowed in composer.json, use this section for comments.",
"After adding comments here, run a benign composer command like ",
"`composer update paragonie/random_compat` to update composer.lock's hash."
],
"koodimonni-language/core-en_gb": [
"Version 6.5 of this package doesn't pass phpcs. It fails on no new lines at end of file.",
"So these files are ignored in the phpcs/phpcbf tests."
],
"wpackagist-plugin/simple-definition-list-blocks": [
"This version is pinned as the plugin maintainer is untrusted.",
"The code has been reviewed by Davey Brown and it doesn't introduce any security issues.",
"The attack surface has been further reduced by disabling the plugin programmatically and",
"loading it's js within the theme."
]
}
},
"scripts": {
"post-install-cmd": [
"bin/composer-post-install.sh"
],
"post-update-cmd": [
"bin/composer-post-install.sh"
],
"test": [
"phpcs --ignore=public/app/languages/*,public/app/object-cache.php --report=summary"
],
"test:full": [
"phpcs --ignore=public/app/languages/*,public/app/object-cache.php"
],
"test:fix": [
"phpcbf --ignore=public/app/languages/*,public/app/object-cache.php"
],
"test:unit": [
"vendor/bin/codecept run -c spec/codeception.yml Unit"
],
"test:cmd": [
"vendor/bin/codecept -c spec/codeception.yml"
],
"test:watch": [
"Composer\\Config::disableProcessTimeout",
"./bin/local-watch-files.sh test:unit < /dev/tty"
]
}
}