From a22651af52ae9ca11127ed87019f825e79150dcd Mon Sep 17 00:00:00 2001 From: Raj KB Date: Mon, 7 Feb 2022 18:02:06 +0400 Subject: [PATCH] Update composer stability --- composer.json | 10 +++++++--- src/composer.json | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index a4336df..d349bbd 100755 --- a/composer.json +++ b/composer.json @@ -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": "magepsycho@gmail.com", - "homepage": "https://www.magepsycho.com" + "homepage": "https://www.magepsycho.com", + "role": "Maintainer" } ], "license": [ @@ -20,5 +22,7 @@ "psr-4": { "MagePsycho\\CustomShipping\\": "" } - } + }, + "minimum-stability": "dev", + "prefer-stable": true } diff --git a/src/composer.json b/src/composer.json index ebeb6f0..8d8ca51 100755 --- a/src/composer.json +++ b/src/composer.json @@ -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": "magepsycho@gmail.com", - "homepage": "https://www.magepsycho.com" + "homepage": "https://www.magepsycho.com", + "role": "Maintainer" } ], "license": [ @@ -20,5 +22,7 @@ "psr-4": { "MagePsycho\\CustomShipping\\": "" } - } + }, + "minimum-stability": "dev", + "prefer-stable": true }