-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 728 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 728 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
{
"name": "amadeco/module-elasticsuite-behavioral",
"description": "Amadeco ElasticSuite Behavioral Analysis - AI-driven merchandising based on user engagement.",
"type": "magento2-module",
"license": "OSL-3.0",
"authors": [
{
"name": "Amadeco Core Team",
"role": "Lead Developer"
}
],
"require": {
"php": "^8.3",
"magento/framework": "^103.0",
"magento/module-catalog": "^104.0",
"magento/module-sales": "^103.0",
"smile/elasticsuite": "^2.11"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Amadeco\\ElasticSuiteBehavioral\\": ""
}
}
}