Closed RBotfield closed 1 year ago
Magento 2.4.6 removed the Zend_Json library from its dependencies. See here
2.4.6 The following major backward-incompatible changes were introduced in the 2.4.6 Adobe Commerce and Magento Open Source releases: ... Zend_Json replaced with laminas-json ...
2.4.6 The following major backward-incompatible changes were introduced in the 2.4.6 Adobe Commerce and Magento Open Source releases:
This PR replaces all Zend_Json referenes with it's Laminas equivalent Laminas\Json\Json.
Zend_Json
Laminas\Json\Json
Related PR: Goomento/PageBuilderApi/pull/1 Related Issue: Goomento/PageBuilder/issues/26
Magento 2.4.6 removed the Zend_Json library from its dependencies. See here
This PR replaces all
Zend_Json
referenes with it's Laminas equivalentLaminas\Json\Json
.Related PR: Goomento/PageBuilderApi/pull/1 Related Issue: Goomento/PageBuilder/issues/26