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 3b818ed commit 66245f4
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mybizna/discussion",
"description": "",
"type": "asgard-module",
"version": "1.1.2",
"version": "1.1.3",
"license": "GPL-3.0-or-later",
"authors": [
{
Expand Down Expand Up @@ -31,36 +31,3 @@
}
}
}
{
"name": "mybizna/discussion",
"description": "",
"type": "asgard-module",
"version": "1.1.2",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Mybizna",
"homepage": "https://mybizna.com",
"email": "[email protected]"
},
{
"name": "Dedan Irungu",
"email": "[email protected]"
}
],
"require": {
"mybizna/core": "^1.0.1",
"mybizna/partner": "^1.0.1"
},
"extra": {
"laravel": {
"providers": [],
"aliases": {}
}
},
"autoload": {
"psr-4": {
"Modules\\Discussion\\": ""
}
}
}

0 comments on commit 66245f4

Please sign in to comment.