aboutsummaryrefslogtreecommitdiffstats
path: root/vendor-bin/openapi-extractor/composer.lock
blob: 32e794f0bd836dc62a7708c0de3a134f33c48319 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "143725e36726d6a8e8fc092c8b44a4ee",
    "packages": [
        {
            "name": "adhocore/cli",
            "version": "v1.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/adhocore/php-cli.git",
                "reference": "3fde60a838912e71c82ed0f48048685dc32dbc77"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/adhocore/php-cli/zipball/3fde60a838912e71c82ed0f48048685dc32dbc77",
                "reference": "3fde60a838912e71c82ed0f48048685dc32dbc77",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Ahc\\Cli\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jitendra Adhikari",
                    "email": "jiten.adhikary@gmail.com"
                }
            ],
            "description": "Command line interface library for PHP",
            "keywords": [
                "argument-parser",
                "argv-parser",
                "cli",
                "cli-action",
                "cli-app",
                "cli-color",
                "cli-option",
                "cli-writer",
                "command",
                "console",
                "console-app",
                "php-cli",
                "php8",
                "stream-input",
                "stream-output"
            ],
            "support": {
                "issues": "https://github.com/adhocore/php-cli/issues",
                "source": "https://github.com/adhocore/php-cli/tree/v1.7.1"
            },
            "funding": [
                {
                    "url": "https://paypal.me/ji10",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/adhocore",
                    "type": "github"
                }
            ],
            "time": "2024-03-28T08:30:12+00:00"
        },
        {
            "name": "nextcloud/openapi-extractor",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/nextcloud/openapi-extractor.git",
                "reference": "82473016d48704ed21e75ea2afa9b0262b9b9a6d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/82473016d48704ed21e75ea2afa9b0262b9b9a6d",
                "reference": "82473016d48704ed21e75ea2afa9b0262b9b9a6d",
                "shasum": ""
            },
            "require": {
                "adhocore/cli": "^1.7",
                "ext-simplexml": "*",
                "nikic/php-parser": "^5.0",
                "php": "^8.1",
                "phpstan/phpdoc-parser": "^1.28"
            },
            "require-dev": {
                "nextcloud/coding-standard": "^1.2",
                "nextcloud/ocp": "dev-master"
            },
            "default-branch": true,
            "bin": [
                "generate-spec",
                "merge-specs"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenAPIExtractor\\": "src"
                }
            },
            "scripts": {
                "lint": [
                    "find . -name \\*.php -not -path './tests/*' -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l && php -l generate-spec && php -l merge-specs"
                ],
                "cs:check": [
                    "php-cs-fixer fix --dry-run --diff"
                ],
                "cs:fix": [
                    "php-cs-fixer fix"
                ],
                "test:unit": [
                    "cd tests && ../generate-spec"
                ]
            },
            "support": {
                "source": "https://github.com/nextcloud/openapi-extractor/tree/main",
                "issues": "https://github.com/nextcloud/openapi-extractor/issues"
            },
            "time": "2024-07-02T07:11:51+00:00"
        },
        {
            "name": "nikic/php-parser",
            "version": "v5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
                "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-json": "*",
                "ext-tokenizer": "*",
                "php": ">=7.4"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^9.0"
            },
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
            },
            "time": "2024-07-01T20:03:41+00:00"
        },
        {
            "name": "phpstan/phpdoc-parser",
            "version": "1.29.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpdoc-parser.git",
                "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4",
                "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "doctrine/annotations": "^2.0",
                "nikic/php-parser": "^4.15",
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^1.5",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpstan/phpstan-strict-rules": "^1.0",
                "phpunit/phpunit": "^9.5",
                "symfony/process": "^5.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPStan\\PhpDocParser\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
            "support": {
                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1"
            },
            "time": "2024-05-31T08:52:43+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "nextcloud/openapi-extractor": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "platform-overrides": {
        "php": "8.1"
    },
    "plugin-api-version": "2.6.0"
}