xref: /plugin/combo/vendor/composer/installed.json (revision 37748cd8654635afbeca80942126742f0f4cc346)
1{
2    "packages": [
3        {
4            "name": "antlr/antlr4-php-runtime",
5            "version": "0.5.0",
6            "version_normalized": "0.5.0.0",
7            "source": {
8                "type": "git",
9                "url": "https://github.com/antlr/antlr-php-runtime.git",
10                "reference": "0cb16628b575b50bd087a81d11bd961ac3b8e9e9"
11            },
12            "dist": {
13                "type": "zip",
14                "url": "https://api.github.com/repos/antlr/antlr-php-runtime/zipball/0cb16628b575b50bd087a81d11bd961ac3b8e9e9",
15                "reference": "0cb16628b575b50bd087a81d11bd961ac3b8e9e9",
16                "shasum": ""
17            },
18            "require": {
19                "ext-mbstring": "*",
20                "php": "^7.2"
21            },
22            "require-dev": {
23                "phpstan/extension-installer": "^1.0",
24                "phpstan/phpstan": "^0.11.4",
25                "slevomat/coding-standard": "^5.0.4",
26                "squizlabs/php_codesniffer": "^3.4.1"
27            },
28            "time": "2021-03-11T21:58:33+00:00",
29            "type": "library",
30            "extra": {
31                "branch-alias": {
32                    "dev-master": "0.2-dev"
33                }
34            },
35            "installation-source": "dist",
36            "autoload": {
37                "psr-4": {
38                    "Antlr\\Antlr4\\Runtime\\": "src/"
39                }
40            },
41            "notification-url": "https://packagist.org/downloads/",
42            "license": [
43                "BSD-3-Clause"
44            ],
45            "description": "PHP 7 runtime for ANTLR 4",
46            "keywords": [
47                "antlr4",
48                "php",
49                "runtime"
50            ],
51            "support": {
52                "issues": "https://github.com/antlr/antlr-php-runtime/issues",
53                "source": "https://github.com/antlr/antlr-php-runtime/tree/0.5.0"
54            },
55            "install-path": "../antlr/antlr4-php-runtime"
56        },
57        {
58            "name": "dragonmantank/cron-expression",
59            "version": "v1.2.1",
60            "version_normalized": "1.2.1.0",
61            "source": {
62                "type": "git",
63                "url": "https://github.com/dragonmantank/cron-expression.git",
64                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
65            },
66            "dist": {
67                "type": "zip",
68                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
69                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
70                "shasum": ""
71            },
72            "require": {
73                "php": ">=5.3.2"
74            },
75            "require-dev": {
76                "phpunit/phpunit": "~4.0|~5.0"
77            },
78            "time": "2017-01-23T04:29:33+00:00",
79            "type": "library",
80            "installation-source": "dist",
81            "autoload": {
82                "psr-4": {
83                    "Cron\\": "src/Cron/"
84                }
85            },
86            "notification-url": "https://packagist.org/downloads/",
87            "license": [
88                "MIT"
89            ],
90            "authors": [
91                {
92                    "name": "Michael Dowling",
93                    "email": "mtdowling@gmail.com",
94                    "homepage": "https://github.com/mtdowling"
95                }
96            ],
97            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
98            "keywords": [
99                "cron",
100                "schedule"
101            ],
102            "support": {
103                "source": "https://github.com/dragonmantank/cron-expression/tree/v1.2.0"
104            },
105            "install-path": "../dragonmantank/cron-expression"
106        }
107    ],
108    "dev": true,
109    "dev-package-names": []
110}
111