From 760932cbf9c1071e2e80cb6568e9999524990589 Mon Sep 17 00:00:00 2001 From: Simon Leblanc Date: Thu, 27 Nov 2014 23:42:57 +0100 Subject: [PATCH] complete composer.json file (cherry picked from commit b9e669a757ed6ea0e5539a6509d1858482025fc4) --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/composer.json b/composer.json index 743bc6d..d84c53b 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,12 @@ { + "name": "framasoft/framadate", + "description": "Application to facilitate the schedule of events or classic polls", + "keywords": "poll", + "version": "0.9.0", + "license": "CeCILL-B", + + "type": "project", + "require": { "smarty/smarty": "3.1.21" },