{
    "name": "welp/ical-bundle",
    "description": "Symfony Bundle to manage .ics iCal file (creating and eventually reading)",
    "version": "1.0.0",
    "type": "symfony-bundle",
    "homepage": "https://github.com/welpdev/icalBundle",
    "license": "MIT",
    "keywords": [
        "Symfony",
        "ical",
        "ics",
        "calendar",
        "icalendar",
        "welp"
    ],
    "authors": [
        {
            "name": "Titouan BENOIT",
            "email": "titouan@welp.today"
        }
    ],
    "autoload": {
        "psr-4": {
            "Welp\\IcalBundle\\": "src/"
        }
    },
    "require": {
        "php": ">=5.6",
        "jsvrcek/ics": "^0.4"
    },
    "require-dev": {
        "phpunit/phpunit": "~5",
        "swiftmailer/swiftmailer": "@stable",
        "symfony/symfony": "~2.7 | ~3.0"
    },
    "config": {
        "bin-dir": "bin"
    }
}
