-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
41 lines (41 loc) · 1.04 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
{
"name": "smile/module-elasticsuite-targetrule",
"type": "magento2-module",
"description": "Smile Elastic Suite - TargetRule Module",
"keywords": ["magento2","elasticsuite","targetrule"],
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"require": {
"magento/magento-composer-installer": "*",
"magento/module-target-rule": ">=101.1.0",
"smile/elasticsuite" : "^2.9.0"
},
"require-dev": {
"smile/magento2-smilelab-quality-suite": "^1.0.4"
},
"license": "OSL-3.0",
"authors": [
{
"name": "Richard Bayet",
"email": "[email protected]"
},
{
"name": "Romain Ruaud",
"email": "[email protected]"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Smile\\ElasticsuiteTargetRule\\" : ""
}
},
"minimum-stability": "dev",
"prefer-stable": true
}