-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·31 lines (31 loc) · 1.05 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
{
"name": "mageworx/module-ordereditor-inventory",
"description": "Order Editor Inventory Plugin",
"require": {
"mageworx/module-ordereditorbase": ">=2.9.7",
"magento/module-inventory": "^1.0",
"magento/module-inventory-api": "^1.0",
"magento/module-inventory-sales-api": "^1.0",
"magento/module-inventory-catalog-api": "^1.0",
"magento/module-inventory-configuration-api": "^1.0",
"magento/module-inventory-source-deduction-api": "^1.0",
"magento/module-inventory-in-store-pickup-sales": "^1.0",
"magento/module-inventory-in-store-pickup-quote": "^1.0",
"magento/module-inventory-in-store-pickup-shipping-api": "^1.0",
"magento/module-inventory-in-store-pickup-sales-admin-ui": "^1.0"
},
"type": "magento2-module",
"version": "1.0.4",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MageWorx\\OrderEditorInventory\\": ""
}
}
}