run-as-root / magento2-prometheus-exporter

Simple Magento 2 Prometheus Exporter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace ZF1 dependency with Zend_DB

aurmil opened this issue · comments

hello

your package requires magento/zendframework1

https://github.com/run-as-root/magento2-prometheus-exporter/blob/3.1.4/composer.json#L46

and it seems that you only use Zend_DB classes

https://github.com/search?q=repo%3Arun-as-root%2Fmagento2-prometheus-exporter%20zend&type=code

from Magento 2.4.6, this package is not required anymore:

2.4.5: https://github.com/magento/magento2/blob/2.4.5/composer.json#L69

2.4.6: https://github.com/magento/magento2/blob/2.4.6/composer.json#L76

related commit: magento/magento2@7f1641b

you should remove your requirement on zf1 and add zend-db instead

HI @aurmil,

thank you for this report. I'll look into this ASAP

wow that was fast! thanks :)