Skip to content

Commit

Permalink
Update composer version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacker committed Feb 22, 2022
1 parent 3dcb486 commit bee8fa3
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-shop-by-brand-graphql",
"description": "Magento 2 Shop By Brand GraphQl Extension",
"type": "magento2-module",
"version": "1.0.3",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "[email protected]",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\ShopbybrandGraphQl\\": ""
}
}
}
{
"name": "mageplaza/module-shop-by-brand-graphql",
"description": "Magento 2 Shop By Brand GraphQl Extension",
"type": "magento2-module",
"version": "1.0.4",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "[email protected]",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\ShopbybrandGraphQl\\": ""
}
}
}

0 comments on commit bee8fa3

Please sign in to comment.