-
Notifications
You must be signed in to change notification settings - Fork 257
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 816 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 816 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
28
29
30
{
"name": "magento/module-inventory-configurable-product-indexer",
"description": "N/A",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-eav": "*",
"magento/module-inventory-api": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-indexer": "*",
"magento/module-inventory-multi-dimensional-indexer-api": "*"
},
"suggest": {
"magento/module-inventory": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\InventoryConfigurableProductIndexer\\": ""
}
}
}