Skip to content

Commit

Permalink
Merge pull request #9 from akikadigital/dev
Browse files Browse the repository at this point in the history
Updates composer.json file
  • Loading branch information
fenicfelix authored Jun 18, 2024
2 parents 1bce4c1 + 0980938 commit de0b6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akika/laravel-mpesa-multivendor",
"description": "A cool Mpesa Daraja package for Laravel supporting Laravel version 5 and above. This package will allow using more than one shortcodes.",
"description": "A Laravel package for integrating multiple Mpesa shortcodes in a single application, allowing seamless Mpesa transactions for multiple vendors",
"homepage": "https://github.com/akikadigital/laravel-mpesa-multivendor",
"type": "library",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"extra": {
"laravel": {
"providers": [
"Akika\\LaravelMpesaMultivendor\\MpesaServiceProvider"
"Akika\\LaravelMpesaMultivendor\\MpesaMultivendorServiceProvider"
],
"aliases": {
"Mpesa": "Akika\\LaravelMpesaMultivendor\\Facades\\Mpesa"
Expand Down

0 comments on commit de0b6e6

Please sign in to comment.