From a9876a1b1e5ac11c8df688abd716ef8b7e828a28 Mon Sep 17 00:00:00 2001 From: Michael Skarupianski Date: Tue, 2 Apr 2019 10:36:07 +0200 Subject: [PATCH] Create composer.json Basic composer.json configuration --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 composer.json 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" +}