diff --git a/composer.json b/composer.json index c4feef99e..ccf0b5a7d 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,24 @@ { "name": "almasaeed2010/AdminLTE", - "description": "AdminLTE", + "description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3", "homepage": "http://almsaeedstudio.com/", + "keywords": [ + "css", + "js", + "less", + "responsive", + "back-end", + "template", + "web" + ], "authors": [ { "name": "Abdullah Almsaeed", "email": "support@almsaeedstudio.com" } - ] + ], + "license": "MIT", + "support": { + "issues": "https://github.com/almasaeed2010/AdminLTE/issues" + } }