-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
63 lines (63 loc) · 2.19 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
{
"name": "municipio/municipio-bundle-headless",
"description": "Bundled plugins for a headless setup of Wordpress with Municipio",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Whitespace Dev",
"email": "[email protected]"
}
],
"type": "metapackage",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/installers": true
}
},
"require": {
"php": ">=7.0",
"composer/installers": "^1.9",
"helsingborg-stad/acf-export-manager": "~1.0.0",
"helsingborg-stad/acf-ux-collapse": "~1.0.0",
"helsingborg-stad/api-event-manager-integration": "0.15.12",
"helsingborg-stad/attachment-revisions": "~1.2.0",
"helsingborg-stad/better-post-ui": "~1.2.0",
"helsingborg-stad/content-scheduler": "~1.2.0",
"helsingborg-stad/custom-short-links": "~1.1.0",
"helsingborg-stad/force-ssl": "~1.0.0",
"helsingborg-stad/lix-calculator": "~2.1.0",
"helsingborg-stad/modularity": "~2.12.0",
"helsingborg-stad/modularity-form-builder": "~1.9.0",
"helsingborg-stad/municipio": "~1.30.3",
"helsingborg-stad/readspeaker-helper": "~2.0.0",
"jawira/case-converter": "^3.4.2",
"municipio/modularity-graphql": "^5",
"municipio/municipio-gatsby": "^1.0.0",
"oscarotero/env": "^2.1",
"roots/bedrock-autoloader": "^1.0",
"vlucas/phpdotenv": "^5.4",
"whitespace-se/wordpress-plugin-a11ystack": "^1.3",
"whitespace-se/wordpress-plugin-gatsby": "^1.0.0",
"whitespace-se/wordpress-plugin-headless-cms": "^1.0.0",
"whitespace-se/wordpress-plugin-wp-graphql-extras": "^1.0.0",
"wp-graphql/wp-graphql": "^1.6.10",
"wp-graphql/wp-graphql-acf": "^0.5.3",
"wpackagist-plugin/disable-wordpress-updates": "^1.6",
"wpackagist-plugin/redirection": "^5",
"wpackagist-plugin/safe-svg": "^1.9",
"wpackagist-plugin/user-switching": "^1.5",
"wpackagist-plugin/wordpress-importer": "^0.7.0",
"wpackagist-plugin/wp-editor-widget": "^0.6.0",
"wpackagist-plugin/wp-mail-smtp": "^3",
"wpackagist-plugin/wp-nested-pages": "^3.1"
}
}