forked from municipio-se/municipio-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
130 lines (130 loc) · 4.5 KB
/
composer.json
File metadata and controls
130 lines (130 loc) · 4.5 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
{
"name": "municipio-se/municipio-deployment",
"license": "MIT",
"description": "Deployment of the Municipio Platform.",
"authors": [
{
"name": "Sebastian Thulin",
"email": "sebastian.thulin@helsingborg.se"
},
{
"name": "Joel Bernerman",
"email": "joel.bernerman@helsingborg.se"
}
],
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"johnpbloch/wordpress-core-installer": true,
"wikimedia/composer-merge-plugin": true
}
},
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/whitespace-se/broken-link-detector"
},
{
"type": "vcs",
"url": "https://github.com/helsingborg-stad/acf-export-manager.git"
},
{
"type": "composer",
"url": "https://composer.whitespace.house"
},
{
"type": "composer",
"url": "https://packagist.org"
},
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"php": ">=7.4",
"composer/installers": "~1.0",
"helsingborg-stad/acf-export-manager": ">=1.0.0",
"helsingborg-stad/active-directory-api-wp-integration": ">=2.0.0",
"helsingborg-stad/algolia-index": "^1.7",
"helsingborg-stad/algolia-index-modularity-addon": "^1.0",
"helsingborg-stad/algolia-index-js-searchpage-addon": "dev-3.0/develop",
"helsingborg-stad/api-alarm-integration": "dev-3.0/develop",
"helsingborg-stad/api-event-manager-integration": "dev-3.0/develop",
"helsingborg-stad/better-post-ui": "dev-master",
"helsingborg-stad/broken-link-detector": "dev-whitespace",
"helsingborg-stad/component-library": "dev-master",
"helsingborg-stad/content-scheduler": "^1.2",
"helsingborg-stad/customer-feedback": "dev-3.0/develop",
"helsingborg-stad/easy-to-read-alternative": "dev-3.0/develop",
"helsingborg-stad/force-ssl": ">=1.0.0",
"helsingborg-stad/job-listings": "dev-3.0/develop",
"helsingborg-stad/lix-calculator": ">=1.0.1",
"helsingborg-stad/media-usage": "^1.0",
"helsingborg-stad/modularity": "dev-3.0/develop",
"helsingborg-stad/modularity-contact-banner": "dev-3.0/develop",
"helsingborg-stad/modularity-form-builder": "dev-3.0/develop",
"helsingborg-stad/modularity-guides": "dev-3.0/develop",
"helsingborg-stad/modularity-json-render": "dev-3.0/develop",
"helsingborg-stad/modularity-local-events": "^1.0",
"helsingborg-stad/modularity-recommend": "dev-master",
"helsingborg-stad/modularity-sections": "dev-3.0/develop",
"helsingborg-stad/modularity-testimonials": "dev-3.0/develop",
"helsingborg-stad/modularity-timeline": "dev-3.0/master",
"helsingborg-stad/multisite-role-propagation": "^1.0",
"helsingborg-stad/municipio": "dev-3.0/develop",
"helsingborg-stad/redirection-extended": "^1.0",
"helsingborg-stad/search-notices": ">=1.0.0",
"helsingborg-stad/wp-page-for-post-type": ">=1.0.0",
"helsingborg-stad/wpmu-network-admin-url": "dev-master",
"johnpbloch/wordpress": "~6.1",
"municipio-se/modularity-noticeboard": "1.0.0",
"municipio/content-insights-for-editors": "dev-master",
"wikimedia/composer-merge-plugin": "dev-master",
"wpackagist-plugin/autodescription": ">=2.9.0",
"wpackagist-plugin/cookies-and-content-security-policy": "^1.44",
"wpackagist-plugin/fakerpress": "0.5.2",
"wpackagist-plugin/nginx-helper": "^2.2",
"wpackagist-plugin/redirection": "^4.3.1",
"wpackagist-plugin/redis-cache": "2.0.15",
"wpackagist-plugin/varnish-http-purge": "^4.1.1",
"wpackagist-plugin/wp-nested-pages": "3.1.4",
"helsingborg-stad/modularity-products": "dev-master",
"helsingborg-stad/modularity-interactive-img-map": "dev-3.0/develop",
"wordpress-premium/advanced-custom-fields-pro": "~5.9.0"
},
"extra": {
"path": "/",
"wordpress-install-dir": "wp",
"installer-paths": {
"wp-content/mu-plugins/{$name}": [
"type:wordpress-muplugin"
],
"wp-content/plugins/{$name}": [
"type:wordpress-plugin"
],
"wp-content/themes/{$name}": [
"type:wordpress-theme"
]
},
"merge-plugin": {
"include": [
"composer.local.json"
],
"recurse": true,
"replace": false,
"ignore-duplicates": false,
"merge-dev": true,
"merge-extra": false,
"merge-extra-deep": false,
"merge-scripts": false
}
},
"scripts": {
"post-install-cmd": [
"mkdir -p wp-content/uploads/cache/blade-cache"
]
}
}