-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
38 lines (38 loc) · 1021 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": "hawksearch/esindexing-magento-2",
"license": "proprietary",
"description": "Hawksearch ES Indexing module for Magento Open Source and Adobe Commerce",
"type": "magento2-module",
"version": "0.7.4",
"require": {
"magento/framework": "^103.0",
"magento/module-asynchronous-operations": "~100.3",
"hawksearch/connector": "^2.10",
"ext-json": "*",
"ext-PDO": "*",
"ext-mbstring": "*",
"ext-dom": "*"
},
"require-dev": {
"phpcompatibility/php-compatibility": "^9.3",
"bitexpert/phpstan-magento": "*",
"phpstan/extension-installer": "*"
},
"conflict": {
"hawksearch/datafeed": "*",
"hawksearch/proxy": "*"
},
"autoload": {
"psr-4": {
"HawkSearch\\EsIndexing\\": ""
},
"files": [
"registration.php"
]
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}