-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMODULE.json
More file actions
50 lines (50 loc) · 1.38 KB
/
Copy pathMODULE.json
File metadata and controls
50 lines (50 loc) · 1.38 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_Customer",
"Magento_Store"
],
"modules": [
"Loki_Base",
"Loki_Components",
"Loki_CssUtils",
"Magento_Backend",
"Magento_Config",
"Magento_Customer",
"Magento_Directory",
"Magento_Eav",
"Magento_Quote",
"Magento_Store",
"Yireo_CspUtilities"
],
"components": [
"loki-component-example.comments-add",
"loki-component-example.comments-counter",
"loki-component-example.comments-listing",
"loki-component-example.exceptions",
"loki-component-example.like",
"loki-component-example.modal.modal1",
"loki-component-example.modal.modal2",
"loki-component-example.modal.modal3",
"loki-component-example.modal.modal4",
"loki-component-example.notification",
"loki-component-example.random",
"loki-component-example.switcher"
],
"config": [],
"tests": {
"unit": 0,
"integration": 1,
"functional": 0
},
"phpcs_severity": "7",
"phpstan_level": "5",
"module_name": "YireoTraining_ExampleLokiComponents",
"composer_name": "yireo-training/magento2-example-loki-components",
"php_versions": [
"8.3"
],
"skip_magento_versions": [],
"skip_css_utils": false
}