-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
114 lines (114 loc) · 3.95 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
{
"name": "wp/multisite",
"type": "project",
"license": "MIT",
"description": "Hale multisite required packages",
"authors": [],
"keywords": [
"wordpress",
"stack",
"composer",
"wp, multisite, php"
],
"support": {
"issues": "https://github.com/ministryofjustice/hale-platform/issues"
},
"config": {
"allow-plugins": true
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "composer",
"url": "https://packagist.org"
},
{
"type": "composer",
"url": "https://repo.packagist.com/mojwb/hale-platform"
},
{
"type": "composer",
"url": "https://connect.advancedcustomfields.com"
},
{
"type": "composer",
"url": "https://wp-languages.github.io"
}
],
"require": {
"composer/installers": "^v1.7.0",
"ministryofjustice/cookie-compliance-for-wordpress": "3.4.15",
"ministryofjustice/feed-importer": "1.1.0",
"ministryofjustice/hale": "4.19.1",
"ministryofjustice/hale-components": "1.4.0",
"ministryofjustice/hale-dash": "1.1.7",
"ministryofjustice/hale-showcase": "1.1.10",
"ministryofjustice/imbmembers": "dev-main",
"ministryofjustice/lawcom": "dev-main",
"ministryofjustice/ppo": "dev-main",
"ministryofjustice/wp-gov-uk-notify": "*",
"ministryofjustice/wp-moj-blocks": "3.14.0",
"ministryofjustice/wp-s3-uploads": "1.0.0",
"oscarotero/env": "^1.0",
"php": ">=7.4",
"relevanssi/relevanssi-premium": "*",
"sentry/sdk": "^3.3",
"vlucas/phpdotenv": "^3.0",
"wpengine/advanced-custom-fields-pro": "^6.0",
"wpackagist-plugin/advanced-responsive-video-embedder": "^10.0",
"wpackagist-plugin/breadcrumb-trail": "^1.0",
"wpackagist-plugin/classic-editor": "^1.0",
"wpackagist-plugin/duplicate-post": "^4.0",
"wpackagist-plugin/ewww-image-optimizer": "^7.0",
"wpackagist-plugin/expandable-menus": "^2.0",
"wpackagist-plugin/limit-login-attempts-reloaded":" ^2.26.0",
"wpackagist-plugin/melapress-login-security": "^1.0",
"wpackagist-plugin/option-tree": "^2.0",
"wpackagist-plugin/query-monitor": "^3.0",
"wpackagist-plugin/redirection": "^5.0",
"wpackagist-plugin/remove-category-url": "^1.0",
"wpackagist-plugin/safe-svg": "^2.0",
"wpackagist-plugin/simple-301-redirects": "^2.0",
"wpackagist-plugin/tao-schedule-update": "^1.0",
"wpackagist-plugin/unconfirmed": "^1.0",
"wpackagist-plugin/wordpress-seo": "^23.0",
"wpackagist-plugin/wp-2fa": "^2.0",
"wpackagist-plugin/wp-accessibility": "^2.0",
"wpackagist-plugin/wp-force-login": "^5.0",
"wpackagist-plugin/wp-nested-pages": "^3.0",
"wpackagist-plugin/wp-sentry-integration": "^8.0",
"wpackagist-plugin/wps-hide-login": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.0"
},
"extra": {
"installer-paths": {
"wordpress/wp-content/mu-plugins/{$name}/": [
"type:wordpress-muplugin",
"ministryofjustice/wp-gov-uk-notify",
"ministryofjustice/hale-components",
"ministryofjustice/wp-s3-uploads"
],
"wordpress/wp-content/plugins/{$name}/": [
"type:wordpress-plugin"
],
"wordpress/wp-content/themes/hale/": [
"ministryofjustice/hale"
],
"wordpress/wp-content/themes/{$name}/": [
"type:wordpress-theme"
]
},
"wordpress-install-dir": "/var/www/html"
},
"scripts": {
"post-root-package-install": [],
"test": [
"phpcs"
]
}
}