all-in-one-event-calendar/lib/iCal/iCalcreator-2.24.2/composer.json
2019-07-25 14:11:00 +02:00

39 lines
1.1 KiB
JSON

{
"name": "kigkonsult/icalcreator",
"type": "library",
"description": "iCalcreator is the PHP implementation of rfc2445/rfc5545, management of iCal formatted files",
"keywords": [ "rfc2445",
"rfc5545",
"rfc6321",
"management",
"calendar",
"vCalendar",
"vevent",
"vtodo",
"vjournal",
"vfreebusy",
"valarm",
"vtimezone",
"standard",
"daylight",
"file" ],
"time" : "2018-10-31",
"license": "(AGPLv3 or proprietary)",
"homepage": "http://kigkonsult.se",
"support": {
"issues": "http://kigkonsult.se/contact/index.php"
},
"authors": [
{
"name": "Kjell-Inge Gustafsson",
"email": "ical@kigkonsult.se"
}
],
"autoload": {
"files": ["autoload.php"],
"psr-4": { "kigkonsult\\iCalcreator\\": ["src/", "src/util/", "src/traits/"] }
},
"require": {
"php": ">=5.4"
}
}