Skip to content

Commit

Permalink
Updating composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ancarebeca committed Aug 16, 2015
1 parent 5244fa4 commit ea86447
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit ea86447

Please sign in to comment.