Skip to content

Commit

Permalink
Merge pull request #9 from mageplaza/2.4-develop
Browse files Browse the repository at this point in the history
update composer version to release for M2.4
  • Loading branch information
LuongNgoDoan authored Mar 23, 2021
2 parents b521dd7 + e3da868 commit 71fb849
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "mageplaza/module-multi-flat-rates",
"description": "Magento 2 Multi Flat Rates extension",
"type": "magento2-module",
"version": "1.1.1",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "[email protected]",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\Multiflatrates\\": ""
}
}
}
{
"name": "mageplaza/module-multi-flat-rates",
"description": "Magento 2 Multi Flat Rates extension",
"type": "magento2-module",
"version": "4.0.0",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "[email protected]",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\Multiflatrates\\": ""
}
}
}

0 comments on commit 71fb849

Please sign in to comment.