Goomento / PageBuilder

Goomento - The Free Magento Page Builder Extension, that allows you to create unique Magento websites using advanced animations, custom CSS, responsive designs, and more, by performing simple actions such as drag and drop.
https://goomento.com
Open Software License 3.0
90 stars 16 forks source link

Zend_Json to Laminas\Json - Fix for Magento 2.4.6 #28

Closed RBotfield closed 1 year ago

RBotfield commented 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
  • ...

This PR replaces all Zend_Json referenes with it's Laminas equivalent Laminas\Json\Json.

Related PR: Goomento/PageBuilderApi/pull/1 Related Issue: Goomento/PageBuilder/issues/26