-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 915 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
{
"name": "team23/module-remove-elasticsuite-banner",
"description": "Remove ElasticSuite notification from Magento backend",
"type": "magento2-module",
"version": "1.0.0",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Team23 GmbH",
"email": "info@team23.de",
"homepage": "https://www.team23.de"
}
],
"keywords": [
"Magento 2",
"Elasticsearch",
"ElasticSuite"
],
"require": {
"php": "^7.4||^8.1",
"magento/framework": ">=103",
"magento/module-backend": ">=100",
"smile/module-elasticsuite-core": ">=2.10.13"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Team23\\RemoveElasticSuiteBanner\\": ""
}
}
}