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 03075a3 commit 7756811
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/modulemanager-module",
"description": "Used to manage, install and configure Laravel modules",
"type": "laravel-module",
"version": "v1.0.1",
"version": "v1.0.2",
"license": ["GPL-3.0-or-later"],
"authors": [
{
Expand All @@ -14,6 +14,17 @@
"php": "^7.3.0",
"nwidart/laravel-modules": "^8.0"
},
"suggest": {
"spatie/laravel-permission": "To be able to set access by role and permissions",
"joshbrw/laravel-module-installer": "Makes installing and updating modules simple",
"simplepleb/menumaker-module": "Build dynamic menus for your front and back end",
"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 7756811

Please sign in to comment.