forked from lsretailomni/lsmag-two
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 933 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
{
"name": "lsretail/lsmag-two",
"description": "LS Ecommerce - Magento Integration",
"type": "magento2-module",
"license": "proprietary",
"version": "1.1.4",
"authors": [
{
"name": "LS Retail Ecommerce Team",
"email": "[email protected]"
}
],
"require": {
"myclabs/php-enum": "^1.5",
"sabre/xml": "^1.5",
"nabil1337/case-helper": "^0.1.0"
},
"autoload": {
"psr-4": {
"Ls\\Core\\": "src/Core/",
"Ls\\Omni\\": "src/Omni/",
"Ls\\Replication\\": "src/Replication/",
"Ls\\Customer\\": "src/Customer/",
"Ls\\Webhooks\\": "src/Webhooks/"
},
"files": [
"src/Core/registration.php",
"src/Omni/registration.php",
"src/Replication/registration.php",
"src/Customer/registration.php",
"src/Webhooks/registration.php"
]
},
"archive": {
"exclude": ["/docs", "/README.txt"]
}
}