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 2626 }
2727 ],
2828 "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" : " *" ,
2941 "symfony/console" : " *" ,
3042 "psr/log" : " *" ,
3143 "monolog/monolog" : " *" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
33 <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 >
517 </module >
618</config >
You can’t perform that action at this time.
0 commit comments