forked from stephanie-ehrling/elasticsuite-ghost-cleaner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 830 Bytes
/
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
{
"name": "sehrling/elasticsuite-ghost-cleaner",
"type": "magento2-module",
"license": "MIT",
"authors": [
{
"name": "Stephanie Ehrling"
}
],
"description": "Magento 2 module to delete ghost indices automatically for the Smile Elasticsuite module ",
"keywords": [
"magento",
"magento2",
"elasticsearch",
"search",
"merchandising",
"core",
"setup",
"graphql"
],
"require": {
"smile/elasticsuite": ">=2.10.0"
},
"replace": {
},
"require-dev": {
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Sehrling\\ElasticsuiteGhostCleaner\\": ""
}
},
"minimum-stability": "dev",
"prefer-stable": true
}