{
    "name": "johngrogg/ics-parser",
    "description": "ICS Parser",
    "homepage": "https://github.com/u01jmg3/ics-parser",
    "keywords": [
        "ical",
        "ical-parser",
        "icalendar",
        "ics",
        "ics-parser",
        "ifb"
    ],
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Jonathan Goode",
            "role": "Developer/Owner"
        },
        {
            "name": "John Grogg",
            "email": "john.grogg@gmail.com",
            "role": "Developer/Prior Owner"
        }
    ],
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/u01jmg3"
        }
    ],
    "require": {
        "php": ">=5.6.40",
        "ext-mbstring": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^5|^9|^10"
    },
    "autoload": {
        "psr-0": {
            "ICal": "src/"
        }
    },
    "scripts": {
        "test": [
            "phpunit --colors=always"
        ]
    }
}
