diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..66676b8 --- /dev/null +++ b/composer.json @@ -0,0 +1,6 @@ +{ + "name": "controlz/calfileparser", + "description": "PHP Parser for Calendar files (.ical, .vcal, .ics)", + "license": "MIT", + "type": "library" +}