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
{
"name": "magento/module-inventory-sales",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/framework": "*",
"magento/module-catalog-inventory": "*",
"magento/module-catalog": "*",
"magento/module-inventory-api": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-configuration-api": "*",
"magento/module-inventory-reservations-api": "*",
"magento/module-inventory-sales-api": "*",
"magento/module-inventory-source-deduction-api": "*",
"magento/module-sales-inventory": "*",
"magento/module-store": "*",
"magento/module-sales": "*"
},
"suggest": {
"magento/module-inventory-catalog": "1.0.*"
},
"require-dev": {
"magento/module-inventory-indexer": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\InventorySales\\": ""
}
},
"version": "1.0.4"
}