Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simplepleb committed May 8, 2021
1 parent 58abbee commit 12dadb0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simplepleb/menumaker-module",
"type": "laravel-module",
"description": "Dynamic menu builder and generator",
"version": "v1.0.2",
"version": "v1.0.3",
"license": ["GPL-3.0-or-later"],
"authors": [
{
Expand All @@ -14,6 +14,17 @@
"lavary/laravel-menu": "^1.7",
"nwidart/laravel-modules": "^8.0"
},
"suggest": {
"spatie/laravel-permission": "To be able to set menu items by role and permissions",
"joshbrw/laravel-module-installer": "Makes installing and updating modules simple",
"simplepleb/modulemanager-module": "Manage modules easily",
"simplepleb/thememanager-module": "Manage themes for front-facing and admin panels",
"simplepleb/article-module": "Complete article post and category module",
"simplepleb/comment-module": "Add comments to site content",
"simplepleb/content-module": "Manage site content and front-facing pages",
"simplepleb/tag-module": "Add tags and taggables to content",
"simplepleb/themes": "A library of starter themes for your laravel project"
},
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit 12dadb0

Please sign in to comment.