[
    {
        "name": "eluceo/ical",
        "version": "0.15.0",
        "version_normalized": "0.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/markuspoerschke/iCal.git",
            "reference": "add0ca99aa1f77f134a2e8b071f2ebc22b115139"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/markuspoerschke/iCal/zipball/add0ca99aa1f77f134a2e8b071f2ebc22b115139",
            "reference": "add0ca99aa1f77f134a2e8b071f2ebc22b115139",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "suggest": {
            "ext-mbstring": "Massive performance enhancement of line folding"
        },
        "time": "2019-01-13T22:00:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Eluceo\\iCal\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Markus Poerschke",
                "email": "markus@eluceo.de",
                "role": "Developer"
            }
        ],
        "description": "The eluceo/iCal package offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.",
        "homepage": "https://github.com/markuspoerschke/iCal",
        "keywords": [
            "calendar",
            "iCalendar",
            "ical",
            "ics",
            "php calendar"
        ]
    }
]
