summaryrefslogtreecommitdiffstats
path: root/vendor/composer/installed.json
blob: 0b82b8e69c6bcd22f29e11ea5b3acdc990fc91d9 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[
    {
        "name": "dragonmantank/cron-expression",
        "version": "v2.3.1",
        "version_normalized": "2.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dragonmantank/cron-expression.git",
            "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/65b2d8ee1f10915efb3b55597da3404f096acba2",
            "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2",
            "shasum": ""
        },
        "require": {
            "php": "^7.0|^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4|^7.0|^8.0|^9.0"
        },
        "time": "2020-10-13T00:52:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cron\\": "src/Cron/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Chris Tankersley",
                "email": "chris@ctankersley.com",
                "homepage": "https://github.com/dragonmantank"
            }
        ],
        "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
        "keywords": [
            "cron",
            "schedule"
        ],
        "funding": [
            {
                "url": "https://github.com/dragonmantank",
                "type": "github"
            }
        ]
    }
]