Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinichi69 committed May 26, 2021
1 parent 7fe130a commit f4ab4e4
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "mageplaza/module-webhook",
"description": "Magento 2 Webhook Extension",
"require": {
"mageplaza/module-core": "^1.4.5",
"liquid/liquid": "^1.4.8"
},
"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\\Webhook\\": ""
}
}
}
{
"name": "mageplaza/module-webhook",
"description": "Magento 2 Webhook Extension",
"require": {
"mageplaza/module-core": "^1.4.5",
"liquid/liquid": "^1.4.8"
},
"type": "magento2-module",
"version": "4.1.0",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "[email protected]",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\Webhook\\": ""
}
}
}

0 comments on commit f4ab4e4

Please sign in to comment.