From 456e32923207d0c70cf853402c53576d882d65ba Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Tue, 6 May 2014 14:55:18 +0000 Subject: [PATCH] Add info about the project to composer.json --- src/composer.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/composer.json b/src/composer.json index 1b51ad31..2d035cee 100644 --- a/src/composer.json +++ b/src/composer.json @@ -1,4 +1,22 @@ { + "name": "mibew/mibew", + "version": "2.0-dev", + "description": "Mibew Messenger - open-source live support application", + "type": "project", + "homepage": "http://mibew.org", + "license": "Apache-2.0", + "authors": [ + { + "name": "Mibew Messenger Project", + "homepage": "http://mibew.org/credits" + } + ], + "support": { + "email": "support@mibew.org", + "issues": "https://github.com/mibew/mibew/issues", + "forum": "http://mibew.org/forums", + "source": "https://github.com/mibew/mibew" + }, "require": { "xamin/handlebars.php": "dev-master#81f3efbb84eadba729bb6cb37ee9fca6825b37d1", "symfony/http-foundation": "2.4.*",