diff --git a/README.md b/README.md index 419b56b..e5478c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Librairie Momo API -[![Static Badge](https://img.shields.io/badge/Stable-v1.0.1-blue)](https://packagist.org/packages/lepresk/momo-api) +[![Static Badge](https://img.shields.io/badge/Stable-v1.1.0-blue)](https://packagist.org/packages/lepresk/momo-api) ![GitHub](https://img.shields.io/github/license/lepresk/momo-api) A powerful and professional PHP wrapper for integrating MTN Mobile Money API. Supports **Collection** (receive payments) and **Disbursement** (send money) operations. diff --git a/composer.json b/composer.json index 945d414..3b7e222 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,29 @@ { "name": "lepresk/momo-api", - "description": "A powerful and user-friendly wrapper for integrating the MoMo (Mobile Money) API into PHP applications.", + "description": "PHP library for MTN Mobile Money (MoMo) API. Receive payments (Collection), send money (Disbursement), and manage mobile transactions in Africa.", + "type": "library", "keywords": [ "momo", "mobile money", - "api", - "php", - "financial transactions" + "mtn mobile money", + "payment", + "payment gateway", + "africa payment", + "collection", + "disbursement", + "transfer", + "remittance", + "mtn", + "mobile payment api" ], "homepage": "https://github.com/lepresk/momo-api", - "minimum-stability": "dev", + "readme": "README.md", + "support": { + "issues": "https://github.com/lepresk/momo-api/issues", + "source": "https://github.com/lepresk/momo-api", + "docs": "https://github.com/lepresk/momo-api#readme" + }, + "minimum-stability": "stable", "prefer-stable": true, "require": { "php": "^7.4|^8.0",