From 0e4bd280dd01d294961edd4826f9554667de5a82 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 24 Jun 2017 23:42:06 -0600 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 36b4e67..09111ba 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { - "name": "netsyms/business-app-template", - "description": "Template for a webapp integrated with a Portal server for authentication.", + "name": "netsyms/qwikclock", + "description": "Employee time tracking app.", "type": "project", "require": { "catfan/medoo": "^1.2", "guzzlehttp/guzzle": "^6.2" }, - "license": "MIT", + "license": "OTHER", "authors": [ { "name": "Skylar Ittner",