From bb3a624d2ef42edfbb09037791640431b80ca2dc Mon Sep 17 00:00:00 2001 From: Dipu Chandra Dey Date: Fri, 15 Jul 2022 16:09:53 +0600 Subject: [PATCH] add keyword --- composer.json | 5 +++++ composer.lock | 18 ------------------ 2 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 composer.lock diff --git a/composer.json b/composer.json index 49a508b..be96328 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,11 @@ { "name": "codeboxr/nagad", "description": "Nagad payment gateway", + "keywords": [ + "nagad", + "nagad-payment-gateway", + "nagad-payment" + ], "type": "library", "license": "MIT", "autoload": { diff --git a/composer.lock b/composer.lock deleted file mode 100644 index cdea1a6..0000000 --- a/composer.lock +++ /dev/null @@ -1,18 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "b5c5791e165a1a21864e07a023568830", - "packages": [], - "packages-dev": [], - "aliases": [], - "minimum-stability": "dev", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "2.3.0" -}