-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathMODULE.json
More file actions
55 lines (55 loc) · 1.26 KB
/
Copy pathMODULE.json
File metadata and controls
55 lines (55 loc) · 1.26 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"sequence": [
"Loki_Components",
"Loki_CssUtils",
"Magento_Backend",
"Magento_Catalog",
"Magento_Customer",
"Magento_Directory",
"Magento_Eav",
"Magento_Sales",
"Magento_Store",
"Magento_Ui",
"Yireo_CspUtilities"
],
"modules": [
"Loki_Base",
"Loki_Components",
"Loki_CssUtils",
"Magento_Backend",
"Magento_Catalog",
"Magento_Cms",
"Magento_Config",
"Magento_Csp",
"Magento_Customer",
"Magento_Directory",
"Magento_Eav",
"Magento_Indexer",
"Magento_Payment",
"Magento_Quote",
"Magento_Rule",
"Magento_Sales",
"Magento_SalesSequence",
"Magento_Store",
"Magento_Theme",
"Magento_Ui",
"Yireo_CspUtilities"
],
"components": [
"loki_admin_components.entity_select"
],
"config": [],
"tests": [],
"phpcs_severity": "9",
"phpstan_level": "1",
"module_name": "Loki_AdminComponents",
"composer_name": "loki/magento2-admin-components",
"php_versions": [
"8.2",
"8.3",
"8.4",
"8.5"
],
"skip_magento_versions": [],
"skip_css_utils": false
}