Skip to content

Commit

Permalink
Merge pull request #23 from remarkety/NAM-32911-add-zendframework-com…
Browse files Browse the repository at this point in the history
…poser

NAM-32911 Add "magento/zendframework1" (required in our plugin, we ar…
  • Loading branch information
ronshenk authored Oct 2, 2023
2 parents 8ebec3d + a3660b9 commit 1bfd623
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Api/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ public function setConfig($mage_store_id, $configName, $scope, $newValue)
*/
public function getVersion()
{
return '2.6.1';
return '2.7.0';
}

/**
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"magento/module-backend": ">=100.1.0",
"magento/module-media-storage": ">=100.1.0",
"magento/framework": ">=100.1.0",
"magento/zendframework1": "^1.15",
"lib-libxml": "*"
},
"type": "magento2-module",
"version": "2.6.1",
"version": "2.7.0",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Remarkety_Mgconnector" setup_version="2.6.1">
<module name="Remarkety_Mgconnector" setup_version="2.7.0">
</module>
</config>

0 comments on commit 1bfd623

Please sign in to comment.