-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 967 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 967 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
31
{
"name": "megaventory/module-megaventory-extension",
"type": "magento2-module",
"version": "1.4.2",
"description": "Inventory Management for Multiple Locations",
"authors": [
{
"name": "Megaventory Development Team",
"email": "support@megaventory.com",
"homepage": "http://www.megaventory.com/"
}
],
"license": "MIT",
"homepage": "http://www.megaventory.com",
"keywords": [
"Muptiple Inventories","Multiple Warehouses","Multiple Stores","Inventory Management","Purchase Managament","Purchasing","Bill of Materials","Manufacturing"
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Megaventory/Magento2-Extension"
}
],
"require": {
"php": ">=7.0,<8.0-DEV"
},
"autoload": {
"psr-4": { "Mv\\Megaventory\\": "" },
"files": [ "registration.php" ]
}
}