Skip to content

Commit

Permalink
Composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jarofgreen committed Dec 9, 2014
1 parent fc25870 commit e34b6a5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "jmbtechnologylimited/rruleunravel",
"type": "library",
"description": "Unravels a ICAL RRULE. STILL IN DEVELOPMENT.",
"keywords": ["rrule","ical"],
"homepage": "https://github.com/JMB-Technology-Limited/RRuleUnravel",
"license": "BSD",
"authors": [
{
"name": "James Baster",
"email": "[email protected]",
"homepage": "http://jamesbaster.co.uk",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"JMBTechnologyLimited": "src"
}
}
}

0 comments on commit e34b6a5

Please sign in to comment.