From ea864479530b68a7afe0aaa4ec8aea2b5606ae7e Mon Sep 17 00:00:00 2001 From: Rebeca Mora Anca Date: Sun, 16 Aug 2015 10:51:30 +0100 Subject: [PATCH] Updating composer.json --- composer.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9df9a29..0d2e494 100644 --- a/composer.json +++ b/composer.json @@ -2,13 +2,26 @@ "name": "ancarebeca/full-calendar-bundle", "description": "Symfony2 integration with the library FullCalendar.js", "type": "symfony-bundle", - "keywords": ["calendar", "fullcalendar", "jquery calendar"] + "keywords": ["calendar", "fullcalendar", "jquery calendar", "symfony2 calendar", "symfony2 bundle"], + "homepage": "https://github.com/ancarebeca/FullCalendarBundle", "license": "MIT", "authors": [ { "name": "Rebeca Mora Anca", - "email": "anca.rebeca@gmail.com" + "email": "anca.rebeca@gmail.com", + "role": "Developer" } ], - "require": {} + "require": { + "symfony/symfony": "~2.1" + }, + "require-dev": { + "phpspec/phpspec": "^2.2" + }, + "autoload": { + "psr-0": { + "AncaRebeca\\FullCalendarBundle": "" + } + }, + "target-dir": "AncaRebeca/FullCalendarBundle" }