Index: vendor/xtento/xtcore/Model/Feed.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/vendor/xtento/xtcore/Model/Feed.php b/vendor/xtento/xtcore/Model/Feed.php
--- a/vendor/xtento/xtcore/Model/Feed.php	
+++ b/vendor/xtento/xtcore/Model/Feed.php	(date 1678356985833)
@@ -248,7 +248,7 @@
             ]
         );
         $curl->write(
-            \Zend_Http_Client::GET,
+            \Laminas\Http\Request::METHOD_GET,
             $this->getFeedUrl() . '?version=' . $this->productMetadata->getVersion() . '&host=' . $this->getHostname(),
             '1.0'
         );
