From 003801ba013632c9d4f92f2a07dbfff6aabcb17c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 20 Dec 2014 20:44:10 +0000 Subject: [PATCH] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 96340048..388b4651 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,10 @@ { - "name": "laravel/laravel", - "description": "The Laravel Framework.", + "name": "cachethq/cachet", + "description": "Open Source StatusPage.io alternative written in PHP.", "keywords": [ - "framework", - "laravel" + "status page", + "status", + "board" ], "license": "MIT", "type": "project", @@ -25,7 +26,6 @@ "app/models", "app/database/migrations", "app/database/seeds", - "app/tests/TestCase.php", "app/filters" ], "psr-4": {