From 03b93c99e9fc751cf745574a08ec084ba0b7d21e Mon Sep 17 00:00:00 2001 From: Biuhub Studio <46801032+biustudio@users.noreply.github.com> Date: Sat, 23 Mar 2019 22:06:12 +0000 Subject: [PATCH] Update composer.json --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 204d775..a3356bd 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "biurad/slim", + "name": "biurad/slim-framework", "description": "Biurad Slim Framework for PHP - Professional Lightweight Framework", "keywords": [ "micro framework", @@ -74,8 +74,7 @@ "Application/Controller", "Application/Service", "Application/Middleware", - "Application/Helper", - "Libraries/" + "Application/Helper" ] } -} \ No newline at end of file +}