-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 810 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 810 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": "zero1/open-pos",
"license": [
"OSL-3.0"
],
"require": {
"magento/framework": "^100.1|^101.0|^102.0|^103.0",
"hyva-themes/magento2-default-theme": "^1.4",
"hyva-themes/magento2-theme-fallback": "^1.0",
"magewirephp/magewire": "^1.10",
"zero1/open-pos-default-theme": "2.2.0",
"zero1/open-pos-default-theme-luma": "1.0.0",
"zero1/open-pos-default-payments": "1.0.0",
"zero1/open-pos-rma": "2.1.1"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Zero1\\OpenPos\\": ""
}
},
"keywords": [
"Magento 2",
"Magento"
],
"support": {
"source": "https://github.com/zero1limited/Zero1_OpenPos.git"
}
}