zipMoney / zip.magento2

Zip Payment Extension for Magento2 that support global zip products
MIT License
4 stars 9 forks source link

Replace Zend Client with Laminas #92

Open hsngdz opened 6 months ago

hsngdz commented 6 months ago

Zend Client was deprecated in Magento 2.4.6 and needs to be replaced with Laminas to work correctly in Magento 2.4.6-p3

arjun-tm commented 6 months ago

The \Zend\Uri\Uri usage found this class should also be changed to \Laminas\Uri\Uri right ? @hsngdz

hsngdz commented 6 months ago

@arjun-tm Yes, \Zend\Uri\Uri needs to be changed to \Laminas\Uri\Uri

magenizr commented 2 months ago

@arjun-tm Yes, \Zend\Uri\Uri needs to be changed to \Laminas\Uri\Uri

It already happened almost two month ago in https://github.com/zipMoney/zip.magento2/commit/6713bbfe76b08bfac1300635c10a027325f54049

Maybe somebody can close relevant issues and PR's :-)