summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 9789d138aead2f209e75660d10805a6b481bbcbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "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/"
        }
    },
    "minimum-stability": "dev"
}