-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.26 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
{
"name": "adb16130/ucomm-brochures-graphql-extension",
"description": "an extension plugin test for beaver builder posts",
"type": "wordpress-plugin",
"minimum-stability": "dev",
"authors": [
{
"name": "Adam Berkowitz",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "composer",
"url": "https://packages.ucdev.net/"
}
],
"require": {
},
"require-dev": {
"composer/installers": "~1.0",
"johnpbloch/wordpress": "@stable",
"wp-graphql/wp-graphql": "dev-master",
"wpackagist-plugin/query-monitor": "^3.3.6",
"wpackagist-plugin/wordpress-importer": "*",
"wpackagist-theme/twentynineteen": "^1.4"
},
"extra": {
"installer-paths": {
"./www/content/plugins/{$name}": [
"type:wordpress-plugin"
],
"./www/content/themes/{$name}": [
"type:wordpress-theme"
]
},
"wordpress-install-dir": "./www/wordpress"
},
"config": {
"secure-http": true,
"sort-packages": true
}
}