From b9a05cf29016196ac1ac591bb0ec1f3ff6ed1b99 Mon Sep 17 00:00:00 2001 From: Fariz Luqman Date: Fri, 3 Feb 2017 19:28:57 +0800 Subject: [PATCH] Changing names --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 788b6c1..220123c 100755 --- a/composer.json +++ b/composer.json @@ -1,13 +1,13 @@ { "name": "damnstupidsimple/core", - "description": "The core package for Damn Stupid Simple framework", - "keywords": ["micro framework","lazy","damn stupid simple"], + "description": "The core package for Stupidly Simple framework", + "keywords": ["micro framework","lazy","stupidly simple", "php framework", "php 7", "hhvm"], "license": "MIT", "type": "project", "authors": [{ - "name": "Studio Nexus", - "email": "fariz@studionexus.co", - "homepage": "https://www.studionexus.co", + "name": "Fariz Luqman", + "email": "fariz.fnb@gmail.com", + "homepage": "https://stupidlysimple.github.io", "role": "Developer" }], "require": { @@ -18,4 +18,4 @@ "Core\\": "src" } } -} \ No newline at end of file +}