-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMODULE.json
More file actions
35 lines (35 loc) · 741 Bytes
/
MODULE.json
File metadata and controls
35 lines (35 loc) · 741 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
35
{
"sequence": [
"Loki_Components",
"Loki_CssUtils",
"Magento_Store"
],
"modules": [
"Loki_Base",
"Loki_Components",
"Loki_CssUtils",
"Magento_Backend",
"Magento_Config",
"Magento_Customer",
"Magento_Quote",
"Magento_Store",
"Yireo_CspUtilities"
],
"components": [
"loki-debugger.debugger"
],
"config": [],
"tests": [],
"phpcs_severity": "9",
"phpstan_level": "5",
"module_name": "Loki_Debugger",
"composer_name": "loki/magento2-debugger",
"php_versions": [
"8.1",
"8.2",
"8.3",
"8.4"
],
"skip_magento_versions": [],
"skip_css_utils": false
}