forked from LokiExtensions/Loki_AdminComponents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 964 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 964 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
32
33
34
{
"name": "loki/magento2-admin-components",
"version": "0.6.2",
"description": "N/A",
"type": "magento2-module",
"keywords": [
"loki-components"
],
"require": {
"ext-json": "*",
"loki/magento2-components": "^2.0",
"loki/magento2-css-utils": "^1.0",
"magento/framework": "^102.0 | ^103.0",
"magento/module-backend": "^101.0 | ^102.0",
"magento/module-catalog": "^102.0 | ^103.0 | ^104.0",
"magento/module-customer": "^102.0 | ^103.0",
"magento/module-directory": "^100.0",
"magento/module-eav": "^100.0 | ^101.0 | ^102.0",
"magento/module-store": "^101.0",
"magento/module-ui": "^101.0",
"yireo/magento2-csp-utilities": "^1.0"
},
"license": [
"OSL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Loki\\AdminComponents\\": ""
}
}
}