-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathMODULE.json
More file actions
50 lines (50 loc) · 1.13 KB
/
MODULE.json
File metadata and controls
50 lines (50 loc) · 1.13 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
{
"sequence": [
"Loki_Components",
"Loki_CssUtils",
"Magento_Backend",
"Magento_Catalog",
"Magento_Customer",
"Magento_Directory",
"Magento_Eav",
"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_Quote",
"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.1",
"8.2",
"8.3",
"8.4"
],
"skip_magento_versions": [],
"skip_css_utils": false
}