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": {