-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
60 lines (60 loc) · 1.55 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
{
"name": "kingandpartners/elastic-press",
"authors": [
{
"name": "Justin Grubbs",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "vcs",
"url": "https://github.com/jGRUBBS/acf-field-group-composer"
},
{
"type": "composer",
"url": "https://my.yoast.com/packages/"
},
{
"type":"composer",
"url":"https://connect.advancedcustomfields.com"
}
],
"require": {
"composer/installers": "~1.0",
"wpengine/advanced-custom-fields-pro": "*",
"flyntwp/acf-field-group-composer": "dev-flattenNestedFilters",
"elasticsearch/elasticsearch": "^6.1",
"yoast/wordpress-seo-premium": "^15.5",
"jsq/amazon-es-php": "^0.3.0",
"aws/aws-sdk-php": "^3.161"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "~3.0",
"phpcompatibility/phpcompatibility-wp": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
"wp-coding-standards/wpcs": "*",
"vlucas/phpdotenv": "^2.2.0",
"oscarotero/env": "^1.1.0",
"yoast/phpunit-polyfills": "^1.0"
},
"extra": {
"installer-paths": {
"vendor/mu-plugins/{$name}/": [
"type:wordpress-muplugin",
"aws/aws-sdk-php",
"flyntwp/acf-field-group-composer",
"wpengine/advanced-custom-fields-pro",
"elasticsearch/elasticsearch",
"yoast/wordpress-seo-premium"
]
},
"wordpress-install-dir": "web/wp"
},
"type": "wordpress-plugin"
}