forked from MakeInBelgium/coronadenktank.be
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·78 lines (75 loc) · 1.87 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": "client/project",
"description": "Fill in some stuff",
"type": "project",
"require": {
"appsaloon/gravityforms": "^2.3",
"appsaloon/advanced-custom-fields-pro": "^5.6",
"appsaloon/custom-post-type-ui": "^1.5",
"appsaloon/wp-migrate-db-pro": "*",
"appsaloon/wp-migrate-db-pro-media-files": "*",
"appsaloon/wp-rocket": "^3.1",
"appsaloon/wp-seopress-pro": "^3",
"wpackagist-plugin/shortpixel-adaptive-images": "^1",
"wpackagist-plugin/cookiebot": "*",
"wpackagist-plugin/wp-optimize": "*",
"wpackagist-plugin/postmark-approved-wordpress-plugin": "^1.11",
"wpackagist-plugin/acf-gravityforms-add-on": "^1.2",
"wpackagist-plugin/wp-seopress":"^3.0",
"appsaloon/appsaloon-wp-tools": "*",
"wpackagist-theme/twentytwenty": "*",
"wpackagist-plugin/wordfence":"*",
"vlucas/phpdotenv": "^3",
"roots/wp-stage-switcher": "*",
"johnpbloch/wordpress-core-installer": "^0.2.0",
"johnpbloch/wordpress-core": "^5",
"koodimonni-language/core-nl_be": "*",
"appsaloon/understrap": "^0.9.4"
},
"authors": [
{
"name": "You?? - AppSaloon",
"email": "[email protected]"
},{
"name": "Kim Vanrijckel - AppSaloon",
"email": "[email protected]"
},
{
"name": "Mark Creeten - AppSaloon",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "composer",
"url": "https://plugins.appsaloon.be/satispress/"
},
{
"type": "composer",
"url": "https://wp-languages.github.io"
}
],
"extra": {
"dropin-paths": {
"wp-content/languages/": [
"vendor:koodimonni-language"
]
},
"installer-paths": {
"wp-content/themes/{$name}": [
"type:wordpress-theme"
],
"wp-content/mu-plugins/{$name}/": [
"type:wordpress-muplugin"
],
"wp-content/plugins/{$name}/": [
"type:wordpress-plugin"
]
},
"wordpress-install-dir": "core"
}
}