-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.1 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
{
"name": "silverback/wp-bootstrap",
"description": "A metapackage to manage installation of common wordpress plugins. Companion for silverback/wp-website",
"type": "metapackage",
"license": "MIT",
"authors": [
{
"name": "Brando Meniconi",
"email": "b.meniconi@silverbackstudio.it"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"php": ">=7.2",
"composer/installers": "^1.7",
"google/google-cloud-storage-wordpress-plugin": "^1.3",
"silverback/svbk-wp-email": "^2.1",
"silverback/svbk-wp-hubspot": "^1.4",
"silverback/svbk-wp-policy": "^1.0.0",
"wpackagist-plugin/amp": "^1.5.0",
"wpackagist-plugin/cloudflare": "^3.3",
"wpackagist-plugin/google-site-kit": "^1.8",
"wpackagist-plugin/jetpack": "^8.4.0",
"wpackagist-plugin/safe-svg": "^1.9.0",
"wpackagist-plugin/wordpress-importer": "0.6.3",
"wpackagist-plugin/wordpress-seo": "^14.0.0"
},
"require-dev": {
"wpackagist-plugin/loco-translate": "^2.0",
"wpackagist-plugin/custom-post-type-ui": "^1.5"
}
}