This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
78 lines (78 loc) · 2.32 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
{
"name": "moj/imb",
"type": "project",
"description": "This is a Bedrock based (https://roots.io/bedrock/) WordPress website for the Independent Monitoring Boards (https://imb.org.uk) - a group of volunteers who monitor the day-to-day life in their local prison or removal centre and ensure that proper standards of care and decency are maintained.",
"homepage": "https://github.com/ministryofjustice/wp-imb",
"config": {
"preferred-install": "dist"
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "composer",
"url": "https://composer.wp.dsd.io"
},
{
"type": "composer",
"url": "https://wp-languages.github.io"
}
],
"require": {
"php": ">=5.6",
"composer/installers": "^1.4",
"vlucas/phpdotenv": "^2.0.1",
"johnpbloch/wordpress": "*",
"koodimonni-language/core-en_gb": "*",
"oscarotero/env": "^1.0",
"roots/wp-password-bcrypt": "*",
"wpackagist-plugin/wp-analytify":"*",
"wpackagist-plugin/analytify-analytics-dashboard-widget":"*",
"ministryofjustice/wp-rewrite-media-to-s3": "*",
"acf/advanced-custom-fields-pro": "*",
"wpackagist-plugin/internal-linking-for-scheduled-posts": "*",
"wpackagist-plugin/metronet-reorder-posts": "*",
"wpackagist-plugin/wordpress-seo": "*",
"wpackagist-plugin/option-tree": "*",
"wpackagist-plugin/classic-editor": "*",
"ministryofjustice/wp-user-roles": "*",
"ministryofjustice/cookie-compliance-for-wordpress": "*",
"ministryofjustice/wp-moj-components": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.5.1"
},
"extra": {
"installer-paths": {
"web/app/mu-plugins/{$name}/": [
"type:wordpress-muplugin",
"ministryofjustice/wp-user-roles"
],
"web/app/plugins/{$name}/": [
"type:wordpress-plugin"
],
"web/app/themes/{$name}/": [
"type:wordpress-theme"
]
},
"dropin-paths": {
"web/app/languages/": [
"vendor:koodimonni-language"
],
"web/app/languages/plugins/": [
"vendor:koodimonni-plugin-language"
],
"web/app/languages/themes/": [
"vendor:koodimonni-theme-language"
]
},
"wordpress-install-dir": "web/wp"
},
"scripts": {
"test": [
"vendor/bin/phpcs"
]
}
}