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 6f7030b commit b224aff
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions composer.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "mybizna/mail",
"description": "",
"type": "asgard-module",
"version": "1.0.7",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Mybizna",
"homepage": "https://mybizna.com",
"email": "info@mybizna.com"
},
{
"name": "Dedan Irungu",
"email": "dedanirungu@gmail.com"
}
],
"require": {
"mybizna/core": "^1.0.4"
},
"extra": {
"laravel": {
"providers": [],
"aliases": {}
}
},
"autoload": {
"psr-4": {
"Modules\\Base\\": ""
}
}
}

0 comments on commit b224aff

Please sign in to comment.