{
    "name": "louis1021/sg-i-calendar",
    "description": "When the INPUT with .ics extension is ready, PROCESS it with parser, and OUTPUT events one by one.",
    "type": "library",
    "require": {
        "php": ">=5.6.38"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Louis Lee",
            "email": "louis@at-creative.com"
        }
    ],
    "minimum-stability": "dev",
    "autoload": {
        "psr-4": {
            "Louis1021\\ICalendar\\": "src/"
        }
    }
}