-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathcomposer.json
51 lines (51 loc) · 1.88 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
42
43
44
45
46
47
48
49
50
51
{
"name": "swissup/module-search-mysql-legacy",
"description": "Legacy mysql search for magento 2.4",
"keywords": [
"mysql",
"search",
"legacy"
],
"type": "magento2-module",
"version": "1.1.8",
"license": "OSL-3.0",
"require": {
"magento/framework": ">=102.0",
"magento/module-checkout": ">=100.3",
"magento/module-catalog": ">=103.0",
"magento/module-search": ">=101.0",
"magento/module-cms": ">=103.0",
"magento/module-store": ">=101.0",
"magento/module-eav": ">=102.0",
"magento/module-catalog-search": ">=101.0",
"magento/module-backend": ">=101.0",
"magento/module-catalog-inventory": ">=100.3",
"magento/module-customer": ">=102.0",
"swissup/module-core": "^1.12.17"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Swissup\\SearchMysqlLegacy\\": ""
}
},
"extra": {
"swissup": {
"links": {
"marketplace.off" : "https://marketplace.magento.com/swissup-search-mysql-legacy.html",
"store" : "https://swissuplabs.com/",
"docs" : "https://docs.swissuplabs.com/m2/extensions/search-mysql-legacy/",
"changelog" : "https://docs.swissuplabs.com/m2/extensions/search-mysql-legacy/changelog/"
}
},
"marketplace": {
"gallery": [
"https://docs.swissuplabs.com/images/marketplace/module-search-mysql-legacy.png"
],
"links": {
"docs": "https://docs.swissuplabs.com/m2/extensions/search-mysql-legacy/",
"changelog": "https://docs.swissuplabs.com/m2/extensions/search-mysql-legacy/changelog/"
}
}
}
}