Skip to content

Commit

Permalink
Update composer stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj KB committed Feb 7, 2022
1 parent ba822ae commit a22651a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "magepsycho/magento2-custom-shipping",
"description": "Custom Shipping for Magento 2",
"description": "Magento 2 Custom Shipping",
"keywords": ["magento", "magento2 extension", "magento 2 extension", "extension", "module", "magento2 module", "magento 2 module", "shipping", "shipment", "method"],
"type": "magento2-module",
"version": "1.0.3",
"authors": [
{
"name": "Raj KB",
"email": "[email protected]",
"homepage": "https://www.magepsycho.com"
"homepage": "https://www.magepsycho.com",
"role": "Maintainer"
}
],
"license": [
Expand All @@ -20,5 +22,7 @@
"psr-4": {
"MagePsycho\\CustomShipping\\": ""
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
10 changes: 7 additions & 3 deletions src/composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "magepsycho/magento2-custom-shipping",
"description": "Custom Shipping for Magento 2",
"description": "Magento 2 Custom Shipping",
"keywords": ["magento", "magento2 extension", "magento 2 extension", "extension", "module", "magento2 module", "magento 2 module", "shipping", "shipment", "method"],
"type": "magento2-module",
"version": "1.0.3",
"authors": [
{
"name": "Raj KB",
"email": "[email protected]",
"homepage": "https://www.magepsycho.com"
"homepage": "https://www.magepsycho.com",
"role": "Maintainer"
}
],
"license": [
Expand All @@ -20,5 +22,7 @@
"psr-4": {
"MagePsycho\\CustomShipping\\": ""
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit a22651a

Please sign in to comment.