-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 759 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 759 Bytes
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
{
"name": "technosailor/bonsai-elasticpress",
"description": "Adds necessary Authentication fields to allow ElasticPress to communicate with Bonsai hosted Elasticsearch",
"type": "wordpress-plugin",
"require": {
"php": ">=7.0.0",
"php-di/php-di": "^6"
},
"require-dev": {
"symfony/console": "^3.2",
"symfony/finder": "^3.0",
"symfony/process": "^3.0",
"symfony/yaml": "^3.0",
"symfony/debug": "^3.0",
"overtrue/phplint": "1.1.9"
},
"license": "GPLv2",
"authors": [
{
"name": "Aaron Brazell",
"email": "aaron@technosailor.com"
}
],
"autoload": {
"psr-4": {
"Bonsai\\":"src"
}
}
}