From 7756811e791c09d3f842aa25b8fb59fbdffd16c0 Mon Sep 17 00:00:00 2001 From: SimplePleb Date: Sat, 8 May 2021 01:15:04 -0400 Subject: [PATCH] Update composer.json --- composer.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 94ffc99..e0194d1 100644 --- a/composer.json +++ b/composer.json @@ -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": [ { @@ -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": [