{
    "name": "tplaner/when",
    "type": "library",
    "description": "Date/Calendar recursion library.",
    "keywords": ["recurrence", "date", "time", "DateTime", "repeat"],
    "homepage": "https://github.com/tplaner/When",
    "license": "MIT",
    "authors": [
        {
            "name": "Tom Planer",
            "email": "tplaner@gmail.com"
        }
    ],
    "require": {
        "php": ">=7.1.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.0"
    },
    "autoload": {
        "psr-4": {
            "When\\": "src/"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    },
    "minimum-stability": "dev"
}
