diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..8443d10 --- /dev/null +++ b/composer.json @@ -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": "james@jarofgreen.co.uk", + "homepage": "http://jamesbaster.co.uk", + "role": "Developer" + } + ], + "require": { + "php": ">=5.3.0" + }, + "autoload": { + "psr-0": { + "JMBTechnologyLimited": "src" + } + } +}