Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Jan 4, 2023
1 parent 8cf6f10 commit d16f7ed
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions composer.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "mybizna/mpesa",
"description": "",
"type": "asgard-module",
"version": "1.0.7",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Mybizna",
"homepage": "https://mybizna.com",
"email": "[email protected]"
},
{
"name": "Dedan Irungu",
"email": "[email protected]"
}
],
"require": {
"mybizna/account": "^1.0.4",
"smodav/mpesa": "^v6.0.0"
},
"extra": {
"laravel": {
"providers": [],
"aliases": {}
}
},
"autoload": {
"psr-4": {
"Modules\\Mpesa\\": ""
}
}
}

0 comments on commit d16f7ed

Please sign in to comment.