From 3741291f4421a21155df4171e16ddb6611568494 Mon Sep 17 00:00:00 2001 From: Sergey Tsalkov Date: Sat, 8 Jun 2013 13:55:16 -0700 Subject: [PATCH] add a few more fields to composer.json --- composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/composer.json b/composer.json index b1e5f5a..f494063 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,16 @@ { "name": "SergeyTsalkov/meekrodb", "description": "The Simple PHP/MySQL Library", + "homepage": "http://www.meekro.com", + "support": { + "email": "support@meekro.com" + }, + "keywords": [ + "mysql", + "database", + "mysqli", + "pdo" + ], "license": "LGPL-3.0", "authors": [ {