File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 26
26
}
27
27
],
28
28
"require" : {
29
+ "magento/framework" : " *" ,
30
+ "magento/module-payment" : " *" ,
31
+ "magento/module-eav" : " *" ,
32
+ "magento/module-cron" : " *" ,
33
+ "magento/module-cms" : " *" ,
34
+ "magento/module-shipping" : " *" ,
35
+ "magento/module-catalog" : " *" ,
36
+ "magento/module-sales" : " *" ,
37
+ "laminas/laminas-http" : " *" ,
38
+ "magento/module-config" : " *" ,
39
+ "magento/module-backend" : " *" ,
40
+ "guzzlehttp/guzzle" : " *" ,
29
41
"symfony/console" : " *" ,
30
42
"psr/log" : " *" ,
31
43
"monolog/monolog" : " *" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3
3
<module name =" RunAsRoot_PrometheusExporter" >
4
-
4
+ <sequence >
5
+ <module name =" Magento_Payment" />
6
+ <module name =" Magento_Store" />
7
+ <module name =" Magento_Eav" />
8
+ <module name =" Magento_Cron" />
9
+ <module name =" Magento_Cms" />
10
+ <module name =" Magento_Indexer" />
11
+ <module name =" Magento_Shipping" />
12
+ <module name =" Magento_Catalog" />
13
+ <module name =" Magento_Sales" />
14
+ <module name =" Magento_Config" />
15
+ <module name =" Magento_Backend" />
16
+ </sequence >
5
17
</module >
6
18
</config >
You can’t perform that action at this time.
0 commit comments