1
|
{
|
2
|
"_readme": [
|
3
|
"This file locks the dependencies of your project to a known state",
|
4
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5
|
"This file is @generated automatically"
|
6
|
],
|
7
|
"content-hash": "75cfb42641e3fb778cd3cd486cb3ad9c",
|
8
|
"packages": [
|
9
|
{
|
10
|
"name": "mikehaertl/php-shellcommand",
|
11
|
"version": "1.6.4",
|
12
|
"source": {
|
13
|
"type": "git",
|
14
|
"url": "https://github.com/mikehaertl/php-shellcommand.git",
|
15
|
"reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5"
|
16
|
},
|
17
|
"dist": {
|
18
|
"type": "zip",
|
19
|
"url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/3488d7803df1e8f1a343d3d0ca452d527ad8d5e5",
|
20
|
"reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5",
|
21
|
"shasum": ""
|
22
|
},
|
23
|
"require": {
|
24
|
"php": ">= 5.3.0"
|
25
|
},
|
26
|
"require-dev": {
|
27
|
"phpunit/phpunit": ">4.0 <=9.4"
|
28
|
},
|
29
|
"type": "library",
|
30
|
"autoload": {
|
31
|
"psr-4": {
|
32
|
"mikehaertl\\shellcommand\\": "src/"
|
33
|
}
|
34
|
},
|
35
|
"notification-url": "https://packagist.org/downloads/",
|
36
|
"license": [
|
37
|
"MIT"
|
38
|
],
|
39
|
"authors": [
|
40
|
{
|
41
|
"name": "Michael Härtl",
|
42
|
"email": "haertl.mike@gmail.com"
|
43
|
}
|
44
|
],
|
45
|
"description": "An object oriented interface to shell commands",
|
46
|
"keywords": [
|
47
|
"shell"
|
48
|
],
|
49
|
"support": {
|
50
|
"issues": "https://github.com/mikehaertl/php-shellcommand/issues",
|
51
|
"source": "https://github.com/mikehaertl/php-shellcommand/tree/1.6.4"
|
52
|
},
|
53
|
"time": "2021-03-17T06:54:33+00:00"
|
54
|
},
|
55
|
{
|
56
|
"name": "nette/utils",
|
57
|
"version": "v3.2.9",
|
58
|
"source": {
|
59
|
"type": "git",
|
60
|
"url": "https://github.com/nette/utils.git",
|
61
|
"reference": "c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c"
|
62
|
},
|
63
|
"dist": {
|
64
|
"type": "zip",
|
65
|
"url": "https://api.github.com/repos/nette/utils/zipball/c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c",
|
66
|
"reference": "c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c",
|
67
|
"shasum": ""
|
68
|
},
|
69
|
"require": {
|
70
|
"php": ">=7.2 <8.3"
|
71
|
},
|
72
|
"conflict": {
|
73
|
"nette/di": "<3.0.6"
|
74
|
},
|
75
|
"require-dev": {
|
76
|
"jetbrains/phpstorm-attributes": "dev-master",
|
77
|
"nette/tester": "~2.0",
|
78
|
"phpstan/phpstan": "^1.0",
|
79
|
"tracy/tracy": "^2.3"
|
80
|
},
|
81
|
"suggest": {
|
82
|
"ext-gd": "to use Image",
|
83
|
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
|
84
|
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
|
85
|
"ext-json": "to use Nette\\Utils\\Json",
|
86
|
"ext-mbstring": "to use Strings::lower() etc...",
|
87
|
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
|
88
|
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
|
89
|
},
|
90
|
"type": "library",
|
91
|
"extra": {
|
92
|
"branch-alias": {
|
93
|
"dev-master": "3.2-dev"
|
94
|
}
|
95
|
},
|
96
|
"autoload": {
|
97
|
"classmap": [
|
98
|
"src/"
|
99
|
]
|
100
|
},
|
101
|
"notification-url": "https://packagist.org/downloads/",
|
102
|
"license": [
|
103
|
"BSD-3-Clause",
|
104
|
"GPL-2.0-only",
|
105
|
"GPL-3.0-only"
|
106
|
],
|
107
|
"authors": [
|
108
|
{
|
109
|
"name": "David Grudl",
|
110
|
"homepage": "https://davidgrudl.com"
|
111
|
},
|
112
|
{
|
113
|
"name": "Nette Community",
|
114
|
"homepage": "https://nette.org/contributors"
|
115
|
}
|
116
|
],
|
117
|
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
|
118
|
"homepage": "https://nette.org",
|
119
|
"keywords": [
|
120
|
"array",
|
121
|
"core",
|
122
|
"datetime",
|
123
|
"images",
|
124
|
"json",
|
125
|
"nette",
|
126
|
"paginator",
|
127
|
"password",
|
128
|
"slugify",
|
129
|
"string",
|
130
|
"unicode",
|
131
|
"utf-8",
|
132
|
"utility",
|
133
|
"validation"
|
134
|
],
|
135
|
"support": {
|
136
|
"issues": "https://github.com/nette/utils/issues",
|
137
|
"source": "https://github.com/nette/utils/tree/v3.2.9"
|
138
|
},
|
139
|
"time": "2023-01-18T03:26:20+00:00"
|
140
|
},
|
141
|
{
|
142
|
"name": "psr/cache",
|
143
|
"version": "2.0.0",
|
144
|
"source": {
|
145
|
"type": "git",
|
146
|
"url": "https://github.com/php-fig/cache.git",
|
147
|
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
|
148
|
},
|
149
|
"dist": {
|
150
|
"type": "zip",
|
151
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
|
152
|
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
|
153
|
"shasum": ""
|
154
|
},
|
155
|
"require": {
|
156
|
"php": ">=8.0.0"
|
157
|
},
|
158
|
"type": "library",
|
159
|
"extra": {
|
160
|
"branch-alias": {
|
161
|
"dev-master": "1.0.x-dev"
|
162
|
}
|
163
|
},
|
164
|
"autoload": {
|
165
|
"psr-4": {
|
166
|
"Psr\\Cache\\": "src/"
|
167
|
}
|
168
|
},
|
169
|
"notification-url": "https://packagist.org/downloads/",
|
170
|
"license": [
|
171
|
"MIT"
|
172
|
],
|
173
|
"authors": [
|
174
|
{
|
175
|
"name": "PHP-FIG",
|
176
|
"homepage": "https://www.php-fig.org/"
|
177
|
}
|
178
|
],
|
179
|
"description": "Common interface for caching libraries",
|
180
|
"keywords": [
|
181
|
"cache",
|
182
|
"psr",
|
183
|
"psr-6"
|
184
|
],
|
185
|
"support": {
|
186
|
"source": "https://github.com/php-fig/cache/tree/2.0.0"
|
187
|
},
|
188
|
"time": "2021-02-03T23:23:37+00:00"
|
189
|
},
|
190
|
{
|
191
|
"name": "psr/container",
|
192
|
"version": "2.0.2",
|
193
|
"source": {
|
194
|
"type": "git",
|
195
|
"url": "https://github.com/php-fig/container.git",
|
196
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
197
|
},
|
198
|
"dist": {
|
199
|
"type": "zip",
|
200
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
201
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
202
|
"shasum": ""
|
203
|
},
|
204
|
"require": {
|
205
|
"php": ">=7.4.0"
|
206
|
},
|
207
|
"type": "library",
|
208
|
"extra": {
|
209
|
"branch-alias": {
|
210
|
"dev-master": "2.0.x-dev"
|
211
|
}
|
212
|
},
|
213
|
"autoload": {
|
214
|
"psr-4": {
|
215
|
"Psr\\Container\\": "src/"
|
216
|
}
|
217
|
},
|
218
|
"notification-url": "https://packagist.org/downloads/",
|
219
|
"license": [
|
220
|
"MIT"
|
221
|
],
|
222
|
"authors": [
|
223
|
{
|
224
|
"name": "PHP-FIG",
|
225
|
"homepage": "https://www.php-fig.org/"
|
226
|
}
|
227
|
],
|
228
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
229
|
"homepage": "https://github.com/php-fig/container",
|
230
|
"keywords": [
|
231
|
"PSR-11",
|
232
|
"container",
|
233
|
"container-interface",
|
234
|
"container-interop",
|
235
|
"psr"
|
236
|
],
|
237
|
"support": {
|
238
|
"issues": "https://github.com/php-fig/container/issues",
|
239
|
"source": "https://github.com/php-fig/container/tree/2.0.2"
|
240
|
},
|
241
|
"time": "2021-11-05T16:47:00+00:00"
|
242
|
},
|
243
|
{
|
244
|
"name": "psr/log",
|
245
|
"version": "3.0.0",
|
246
|
"source": {
|
247
|
"type": "git",
|
248
|
"url": "https://github.com/php-fig/log.git",
|
249
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
250
|
},
|
251
|
"dist": {
|
252
|
"type": "zip",
|
253
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
254
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
255
|
"shasum": ""
|
256
|
},
|
257
|
"require": {
|
258
|
"php": ">=8.0.0"
|
259
|
},
|
260
|
"type": "library",
|
261
|
"extra": {
|
262
|
"branch-alias": {
|
263
|
"dev-master": "3.x-dev"
|
264
|
}
|
265
|
},
|
266
|
"autoload": {
|
267
|
"psr-4": {
|
268
|
"Psr\\Log\\": "src"
|
269
|
}
|
270
|
},
|
271
|
"notification-url": "https://packagist.org/downloads/",
|
272
|
"license": [
|
273
|
"MIT"
|
274
|
],
|
275
|
"authors": [
|
276
|
{
|
277
|
"name": "PHP-FIG",
|
278
|
"homepage": "https://www.php-fig.org/"
|
279
|
}
|
280
|
],
|
281
|
"description": "Common interface for logging libraries",
|
282
|
"homepage": "https://github.com/php-fig/log",
|
283
|
"keywords": [
|
284
|
"log",
|
285
|
"psr",
|
286
|
"psr-3"
|
287
|
],
|
288
|
"support": {
|
289
|
"source": "https://github.com/php-fig/log/tree/3.0.0"
|
290
|
},
|
291
|
"time": "2021-07-14T16:46:02+00:00"
|
292
|
},
|
293
|
{
|
294
|
"name": "simplepie/simplepie",
|
295
|
"version": "1.8.0",
|
296
|
"source": {
|
297
|
"type": "git",
|
298
|
"url": "https://github.com/simplepie/simplepie.git",
|
299
|
"reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55"
|
300
|
},
|
301
|
"dist": {
|
302
|
"type": "zip",
|
303
|
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/65b095d87bc00898d8fa7737bdbcda93a3fbcc55",
|
304
|
"reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55",
|
305
|
"shasum": ""
|
306
|
},
|
307
|
"require": {
|
308
|
"ext-pcre": "*",
|
309
|
"ext-xml": "*",
|
310
|
"ext-xmlreader": "*",
|
311
|
"php": ">=7.2.0"
|
312
|
},
|
313
|
"require-dev": {
|
314
|
"friendsofphp/php-cs-fixer": "^2.19 || ^3.8",
|
315
|
"psr/simple-cache": "^1 || ^2 || ^3",
|
316
|
"yoast/phpunit-polyfills": "^1.0.1"
|
317
|
},
|
318
|
"suggest": {
|
319
|
"ext-curl": "",
|
320
|
"ext-iconv": "",
|
321
|
"ext-intl": "",
|
322
|
"ext-mbstring": "",
|
323
|
"mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
|
324
|
},
|
325
|
"type": "library",
|
326
|
"autoload": {
|
327
|
"psr-0": {
|
328
|
"SimplePie": "library"
|
329
|
},
|
330
|
"psr-4": {
|
331
|
"SimplePie\\": "src"
|
332
|
}
|
333
|
},
|
334
|
"notification-url": "https://packagist.org/downloads/",
|
335
|
"license": [
|
336
|
"BSD-3-Clause"
|
337
|
],
|
338
|
"authors": [
|
339
|
{
|
340
|
"name": "Ryan Parman",
|
341
|
"homepage": "http://ryanparman.com/",
|
342
|
"role": "Creator, alumnus developer"
|
343
|
},
|
344
|
{
|
345
|
"name": "Sam Sneddon",
|
346
|
"homepage": "https://gsnedders.com/",
|
347
|
"role": "Alumnus developer"
|
348
|
},
|
349
|
{
|
350
|
"name": "Ryan McCue",
|
351
|
"email": "me@ryanmccue.info",
|
352
|
"homepage": "http://ryanmccue.info/",
|
353
|
"role": "Developer"
|
354
|
}
|
355
|
],
|
356
|
"description": "A simple Atom/RSS parsing library for PHP",
|
357
|
"homepage": "http://simplepie.org/",
|
358
|
"keywords": [
|
359
|
"atom",
|
360
|
"feeds",
|
361
|
"rss"
|
362
|
],
|
363
|
"support": {
|
364
|
"issues": "https://github.com/simplepie/simplepie/issues",
|
365
|
"source": "https://github.com/simplepie/simplepie/tree/1.8.0"
|
366
|
},
|
367
|
"time": "2023-01-20T08:37:35+00:00"
|
368
|
},
|
369
|
{
|
370
|
"name": "symfony/cache",
|
371
|
"version": "v5.4.21",
|
372
|
"source": {
|
373
|
"type": "git",
|
374
|
"url": "https://github.com/symfony/cache.git",
|
375
|
"reference": "32cab695bf99c63aff7d27ac67919944c00530ed"
|
376
|
},
|
377
|
"dist": {
|
378
|
"type": "zip",
|
379
|
"url": "https://api.github.com/repos/symfony/cache/zipball/32cab695bf99c63aff7d27ac67919944c00530ed",
|
380
|
"reference": "32cab695bf99c63aff7d27ac67919944c00530ed",
|
381
|
"shasum": ""
|
382
|
},
|
383
|
"require": {
|
384
|
"php": ">=7.2.5",
|
385
|
"psr/cache": "^1.0|^2.0",
|
386
|
"psr/log": "^1.1|^2|^3",
|
387
|
"symfony/cache-contracts": "^1.1.7|^2",
|
388
|
"symfony/deprecation-contracts": "^2.1|^3",
|
389
|
"symfony/polyfill-php73": "^1.9",
|
390
|
"symfony/polyfill-php80": "^1.16",
|
391
|
"symfony/service-contracts": "^1.1|^2|^3",
|
392
|
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
393
|
},
|
394
|
"conflict": {
|
395
|
"doctrine/dbal": "<2.13.1",
|
396
|
"symfony/dependency-injection": "<4.4",
|
397
|
"symfony/http-kernel": "<4.4",
|
398
|
"symfony/var-dumper": "<4.4"
|
399
|
},
|
400
|
"provide": {
|
401
|
"psr/cache-implementation": "1.0|2.0",
|
402
|
"psr/simple-cache-implementation": "1.0|2.0",
|
403
|
"symfony/cache-implementation": "1.0|2.0"
|
404
|
},
|
405
|
"require-dev": {
|
406
|
"cache/integration-tests": "dev-master",
|
407
|
"doctrine/cache": "^1.6|^2.0",
|
408
|
"doctrine/dbal": "^2.13.1|^3.0",
|
409
|
"predis/predis": "^1.1",
|
410
|
"psr/simple-cache": "^1.0|^2.0",
|
411
|
"symfony/config": "^4.4|^5.0|^6.0",
|
412
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
413
|
"symfony/filesystem": "^4.4|^5.0|^6.0",
|
414
|
"symfony/http-kernel": "^4.4|^5.0|^6.0",
|
415
|
"symfony/messenger": "^4.4|^5.0|^6.0",
|
416
|
"symfony/var-dumper": "^4.4|^5.0|^6.0"
|
417
|
},
|
418
|
"type": "library",
|
419
|
"autoload": {
|
420
|
"psr-4": {
|
421
|
"Symfony\\Component\\Cache\\": ""
|
422
|
},
|
423
|
"exclude-from-classmap": [
|
424
|
"/Tests/"
|
425
|
]
|
426
|
},
|
427
|
"notification-url": "https://packagist.org/downloads/",
|
428
|
"license": [
|
429
|
"MIT"
|
430
|
],
|
431
|
"authors": [
|
432
|
{
|
433
|
"name": "Nicolas Grekas",
|
434
|
"email": "p@tchwork.com"
|
435
|
},
|
436
|
{
|
437
|
"name": "Symfony Community",
|
438
|
"homepage": "https://symfony.com/contributors"
|
439
|
}
|
440
|
],
|
441
|
"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
|
442
|
"homepage": "https://symfony.com",
|
443
|
"keywords": [
|
444
|
"caching",
|
445
|
"psr6"
|
446
|
],
|
447
|
"support": {
|
448
|
"source": "https://github.com/symfony/cache/tree/v5.4.21"
|
449
|
},
|
450
|
"funding": [
|
451
|
{
|
452
|
"url": "https://symfony.com/sponsor",
|
453
|
"type": "custom"
|
454
|
},
|
455
|
{
|
456
|
"url": "https://github.com/fabpot",
|
457
|
"type": "github"
|
458
|
},
|
459
|
{
|
460
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
461
|
"type": "tidelift"
|
462
|
}
|
463
|
],
|
464
|
"time": "2023-02-21T12:11:13+00:00"
|
465
|
},
|
466
|
{
|
467
|
"name": "symfony/cache-contracts",
|
468
|
"version": "v2.5.2",
|
469
|
"source": {
|
470
|
"type": "git",
|
471
|
"url": "https://github.com/symfony/cache-contracts.git",
|
472
|
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
|
473
|
},
|
474
|
"dist": {
|
475
|
"type": "zip",
|
476
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
477
|
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
478
|
"shasum": ""
|
479
|
},
|
480
|
"require": {
|
481
|
"php": ">=7.2.5",
|
482
|
"psr/cache": "^1.0|^2.0|^3.0"
|
483
|
},
|
484
|
"suggest": {
|
485
|
"symfony/cache-implementation": ""
|
486
|
},
|
487
|
"type": "library",
|
488
|
"extra": {
|
489
|
"branch-alias": {
|
490
|
"dev-main": "2.5-dev"
|
491
|
},
|
492
|
"thanks": {
|
493
|
"name": "symfony/contracts",
|
494
|
"url": "https://github.com/symfony/contracts"
|
495
|
}
|
496
|
},
|
497
|
"autoload": {
|
498
|
"psr-4": {
|
499
|
"Symfony\\Contracts\\Cache\\": ""
|
500
|
}
|
501
|
},
|
502
|
"notification-url": "https://packagist.org/downloads/",
|
503
|
"license": [
|
504
|
"MIT"
|
505
|
],
|
506
|
"authors": [
|
507
|
{
|
508
|
"name": "Nicolas Grekas",
|
509
|
"email": "p@tchwork.com"
|
510
|
},
|
511
|
{
|
512
|
"name": "Symfony Community",
|
513
|
"homepage": "https://symfony.com/contributors"
|
514
|
}
|
515
|
],
|
516
|
"description": "Generic abstractions related to caching",
|
517
|
"homepage": "https://symfony.com",
|
518
|
"keywords": [
|
519
|
"abstractions",
|
520
|
"contracts",
|
521
|
"decoupling",
|
522
|
"interfaces",
|
523
|
"interoperability",
|
524
|
"standards"
|
525
|
],
|
526
|
"support": {
|
527
|
"source": "https://github.com/symfony/cache-contracts/tree/v2.5.2"
|
528
|
},
|
529
|
"funding": [
|
530
|
{
|
531
|
"url": "https://symfony.com/sponsor",
|
532
|
"type": "custom"
|
533
|
},
|
534
|
{
|
535
|
"url": "https://github.com/fabpot",
|
536
|
"type": "github"
|
537
|
},
|
538
|
{
|
539
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
540
|
"type": "tidelift"
|
541
|
}
|
542
|
],
|
543
|
"time": "2022-01-02T09:53:40+00:00"
|
544
|
},
|
545
|
{
|
546
|
"name": "symfony/deprecation-contracts",
|
547
|
"version": "v3.2.1",
|
548
|
"source": {
|
549
|
"type": "git",
|
550
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
551
|
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e"
|
552
|
},
|
553
|
"dist": {
|
554
|
"type": "zip",
|
555
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
|
556
|
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
|
557
|
"shasum": ""
|
558
|
},
|
559
|
"require": {
|
560
|
"php": ">=8.1"
|
561
|
},
|
562
|
"type": "library",
|
563
|
"extra": {
|
564
|
"branch-alias": {
|
565
|
"dev-main": "3.3-dev"
|
566
|
},
|
567
|
"thanks": {
|
568
|
"name": "symfony/contracts",
|
569
|
"url": "https://github.com/symfony/contracts"
|
570
|
}
|
571
|
},
|
572
|
"autoload": {
|
573
|
"files": [
|
574
|
"function.php"
|
575
|
]
|
576
|
},
|
577
|
"notification-url": "https://packagist.org/downloads/",
|
578
|
"license": [
|
579
|
"MIT"
|
580
|
],
|
581
|
"authors": [
|
582
|
{
|
583
|
"name": "Nicolas Grekas",
|
584
|
"email": "p@tchwork.com"
|
585
|
},
|
586
|
{
|
587
|
"name": "Symfony Community",
|
588
|
"homepage": "https://symfony.com/contributors"
|
589
|
}
|
590
|
],
|
591
|
"description": "A generic function and convention to trigger deprecation notices",
|
592
|
"homepage": "https://symfony.com",
|
593
|
"support": {
|
594
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.1"
|
595
|
},
|
596
|
"funding": [
|
597
|
{
|
598
|
"url": "https://symfony.com/sponsor",
|
599
|
"type": "custom"
|
600
|
},
|
601
|
{
|
602
|
"url": "https://github.com/fabpot",
|
603
|
"type": "github"
|
604
|
},
|
605
|
{
|
606
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
607
|
"type": "tidelift"
|
608
|
}
|
609
|
],
|
610
|
"time": "2023-03-01T10:25:55+00:00"
|
611
|
},
|
612
|
{
|
613
|
"name": "symfony/polyfill-php73",
|
614
|
"version": "v1.27.0",
|
615
|
"source": {
|
616
|
"type": "git",
|
617
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
618
|
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
|
619
|
},
|
620
|
"dist": {
|
621
|
"type": "zip",
|
622
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
|
623
|
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
|
624
|
"shasum": ""
|
625
|
},
|
626
|
"require": {
|
627
|
"php": ">=7.1"
|
628
|
},
|
629
|
"type": "library",
|
630
|
"extra": {
|
631
|
"branch-alias": {
|
632
|
"dev-main": "1.27-dev"
|
633
|
},
|
634
|
"thanks": {
|
635
|
"name": "symfony/polyfill",
|
636
|
"url": "https://github.com/symfony/polyfill"
|
637
|
}
|
638
|
},
|
639
|
"autoload": {
|
640
|
"files": [
|
641
|
"bootstrap.php"
|
642
|
],
|
643
|
"psr-4": {
|
644
|
"Symfony\\Polyfill\\Php73\\": ""
|
645
|
},
|
646
|
"classmap": [
|
647
|
"Resources/stubs"
|
648
|
]
|
649
|
},
|
650
|
"notification-url": "https://packagist.org/downloads/",
|
651
|
"license": [
|
652
|
"MIT"
|
653
|
],
|
654
|
"authors": [
|
655
|
{
|
656
|
"name": "Nicolas Grekas",
|
657
|
"email": "p@tchwork.com"
|
658
|
},
|
659
|
{
|
660
|
"name": "Symfony Community",
|
661
|
"homepage": "https://symfony.com/contributors"
|
662
|
}
|
663
|
],
|
664
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
665
|
"homepage": "https://symfony.com",
|
666
|
"keywords": [
|
667
|
"compatibility",
|
668
|
"polyfill",
|
669
|
"portable",
|
670
|
"shim"
|
671
|
],
|
672
|
"support": {
|
673
|
"source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
|
674
|
},
|
675
|
"funding": [
|
676
|
{
|
677
|
"url": "https://symfony.com/sponsor",
|
678
|
"type": "custom"
|
679
|
},
|
680
|
{
|
681
|
"url": "https://github.com/fabpot",
|
682
|
"type": "github"
|
683
|
},
|
684
|
{
|
685
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
686
|
"type": "tidelift"
|
687
|
}
|
688
|
],
|
689
|
"time": "2022-11-03T14:55:06+00:00"
|
690
|
},
|
691
|
{
|
692
|
"name": "symfony/polyfill-php80",
|
693
|
"version": "v1.27.0",
|
694
|
"source": {
|
695
|
"type": "git",
|
696
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
697
|
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
|
698
|
},
|
699
|
"dist": {
|
700
|
"type": "zip",
|
701
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
|
702
|
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
|
703
|
"shasum": ""
|
704
|
},
|
705
|
"require": {
|
706
|
"php": ">=7.1"
|
707
|
},
|
708
|
"type": "library",
|
709
|
"extra": {
|
710
|
"branch-alias": {
|
711
|
"dev-main": "1.27-dev"
|
712
|
},
|
713
|
"thanks": {
|
714
|
"name": "symfony/polyfill",
|
715
|
"url": "https://github.com/symfony/polyfill"
|
716
|
}
|
717
|
},
|
718
|
"autoload": {
|
719
|
"files": [
|
720
|
"bootstrap.php"
|
721
|
],
|
722
|
"psr-4": {
|
723
|
"Symfony\\Polyfill\\Php80\\": ""
|
724
|
},
|
725
|
"classmap": [
|
726
|
"Resources/stubs"
|
727
|
]
|
728
|
},
|
729
|
"notification-url": "https://packagist.org/downloads/",
|
730
|
"license": [
|
731
|
"MIT"
|
732
|
],
|
733
|
"authors": [
|
734
|
{
|
735
|
"name": "Ion Bazan",
|
736
|
"email": "ion.bazan@gmail.com"
|
737
|
},
|
738
|
{
|
739
|
"name": "Nicolas Grekas",
|
740
|
"email": "p@tchwork.com"
|
741
|
},
|
742
|
{
|
743
|
"name": "Symfony Community",
|
744
|
"homepage": "https://symfony.com/contributors"
|
745
|
}
|
746
|
],
|
747
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
748
|
"homepage": "https://symfony.com",
|
749
|
"keywords": [
|
750
|
"compatibility",
|
751
|
"polyfill",
|
752
|
"portable",
|
753
|
"shim"
|
754
|
],
|
755
|
"support": {
|
756
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
|
757
|
},
|
758
|
"funding": [
|
759
|
{
|
760
|
"url": "https://symfony.com/sponsor",
|
761
|
"type": "custom"
|
762
|
},
|
763
|
{
|
764
|
"url": "https://github.com/fabpot",
|
765
|
"type": "github"
|
766
|
},
|
767
|
{
|
768
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
769
|
"type": "tidelift"
|
770
|
}
|
771
|
],
|
772
|
"time": "2022-11-03T14:55:06+00:00"
|
773
|
},
|
774
|
{
|
775
|
"name": "symfony/service-contracts",
|
776
|
"version": "v3.2.1",
|
777
|
"source": {
|
778
|
"type": "git",
|
779
|
"url": "https://github.com/symfony/service-contracts.git",
|
780
|
"reference": "a8c9cedf55f314f3a186041d19537303766df09a"
|
781
|
},
|
782
|
"dist": {
|
783
|
"type": "zip",
|
784
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/a8c9cedf55f314f3a186041d19537303766df09a",
|
785
|
"reference": "a8c9cedf55f314f3a186041d19537303766df09a",
|
786
|
"shasum": ""
|
787
|
},
|
788
|
"require": {
|
789
|
"php": ">=8.1",
|
790
|
"psr/container": "^2.0"
|
791
|
},
|
792
|
"conflict": {
|
793
|
"ext-psr": "<1.1|>=2"
|
794
|
},
|
795
|
"suggest": {
|
796
|
"symfony/service-implementation": ""
|
797
|
},
|
798
|
"type": "library",
|
799
|
"extra": {
|
800
|
"branch-alias": {
|
801
|
"dev-main": "3.3-dev"
|
802
|
},
|
803
|
"thanks": {
|
804
|
"name": "symfony/contracts",
|
805
|
"url": "https://github.com/symfony/contracts"
|
806
|
}
|
807
|
},
|
808
|
"autoload": {
|
809
|
"psr-4": {
|
810
|
"Symfony\\Contracts\\Service\\": ""
|
811
|
},
|
812
|
"exclude-from-classmap": [
|
813
|
"/Test/"
|
814
|
]
|
815
|
},
|
816
|
"notification-url": "https://packagist.org/downloads/",
|
817
|
"license": [
|
818
|
"MIT"
|
819
|
],
|
820
|
"authors": [
|
821
|
{
|
822
|
"name": "Nicolas Grekas",
|
823
|
"email": "p@tchwork.com"
|
824
|
},
|
825
|
{
|
826
|
"name": "Symfony Community",
|
827
|
"homepage": "https://symfony.com/contributors"
|
828
|
}
|
829
|
],
|
830
|
"description": "Generic abstractions related to writing services",
|
831
|
"homepage": "https://symfony.com",
|
832
|
"keywords": [
|
833
|
"abstractions",
|
834
|
"contracts",
|
835
|
"decoupling",
|
836
|
"interfaces",
|
837
|
"interoperability",
|
838
|
"standards"
|
839
|
],
|
840
|
"support": {
|
841
|
"source": "https://github.com/symfony/service-contracts/tree/v3.2.1"
|
842
|
},
|
843
|
"funding": [
|
844
|
{
|
845
|
"url": "https://symfony.com/sponsor",
|
846
|
"type": "custom"
|
847
|
},
|
848
|
{
|
849
|
"url": "https://github.com/fabpot",
|
850
|
"type": "github"
|
851
|
},
|
852
|
{
|
853
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
854
|
"type": "tidelift"
|
855
|
}
|
856
|
],
|
857
|
"time": "2023-03-01T10:32:47+00:00"
|
858
|
},
|
859
|
{
|
860
|
"name": "symfony/var-exporter",
|
861
|
"version": "v6.2.7",
|
862
|
"source": {
|
863
|
"type": "git",
|
864
|
"url": "https://github.com/symfony/var-exporter.git",
|
865
|
"reference": "86062dd0103530e151588c8f60f5b85a139f1442"
|
866
|
},
|
867
|
"dist": {
|
868
|
"type": "zip",
|
869
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/86062dd0103530e151588c8f60f5b85a139f1442",
|
870
|
"reference": "86062dd0103530e151588c8f60f5b85a139f1442",
|
871
|
"shasum": ""
|
872
|
},
|
873
|
"require": {
|
874
|
"php": ">=8.1"
|
875
|
},
|
876
|
"require-dev": {
|
877
|
"symfony/var-dumper": "^5.4|^6.0"
|
878
|
},
|
879
|
"type": "library",
|
880
|
"autoload": {
|
881
|
"psr-4": {
|
882
|
"Symfony\\Component\\VarExporter\\": ""
|
883
|
},
|
884
|
"exclude-from-classmap": [
|
885
|
"/Tests/"
|
886
|
]
|
887
|
},
|
888
|
"notification-url": "https://packagist.org/downloads/",
|
889
|
"license": [
|
890
|
"MIT"
|
891
|
],
|
892
|
"authors": [
|
893
|
{
|
894
|
"name": "Nicolas Grekas",
|
895
|
"email": "p@tchwork.com"
|
896
|
},
|
897
|
{
|
898
|
"name": "Symfony Community",
|
899
|
"homepage": "https://symfony.com/contributors"
|
900
|
}
|
901
|
],
|
902
|
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
|
903
|
"homepage": "https://symfony.com",
|
904
|
"keywords": [
|
905
|
"clone",
|
906
|
"construct",
|
907
|
"export",
|
908
|
"hydrate",
|
909
|
"instantiate",
|
910
|
"lazy loading",
|
911
|
"proxy",
|
912
|
"serialize"
|
913
|
],
|
914
|
"support": {
|
915
|
"source": "https://github.com/symfony/var-exporter/tree/v6.2.7"
|
916
|
},
|
917
|
"funding": [
|
918
|
{
|
919
|
"url": "https://symfony.com/sponsor",
|
920
|
"type": "custom"
|
921
|
},
|
922
|
{
|
923
|
"url": "https://github.com/fabpot",
|
924
|
"type": "github"
|
925
|
},
|
926
|
{
|
927
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
928
|
"type": "tidelift"
|
929
|
}
|
930
|
],
|
931
|
"time": "2023-02-24T10:42:00+00:00"
|
932
|
}
|
933
|
],
|
934
|
"packages-dev": [
|
935
|
{
|
936
|
"name": "doctrine/instantiator",
|
937
|
"version": "2.0.0",
|
938
|
"source": {
|
939
|
"type": "git",
|
940
|
"url": "https://github.com/doctrine/instantiator.git",
|
941
|
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
|
942
|
},
|
943
|
"dist": {
|
944
|
"type": "zip",
|
945
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
|
946
|
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
|
947
|
"shasum": ""
|
948
|
},
|
949
|
"require": {
|
950
|
"php": "^8.1"
|
951
|
},
|
952
|
"require-dev": {
|
953
|
"doctrine/coding-standard": "^11",
|
954
|
"ext-pdo": "*",
|
955
|
"ext-phar": "*",
|
956
|
"phpbench/phpbench": "^1.2",
|
957
|
"phpstan/phpstan": "^1.9.4",
|
958
|
"phpstan/phpstan-phpunit": "^1.3",
|
959
|
"phpunit/phpunit": "^9.5.27",
|
960
|
"vimeo/psalm": "^5.4"
|
961
|
},
|
962
|
"type": "library",
|
963
|
"autoload": {
|
964
|
"psr-4": {
|
965
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
966
|
}
|
967
|
},
|
968
|
"notification-url": "https://packagist.org/downloads/",
|
969
|
"license": [
|
970
|
"MIT"
|
971
|
],
|
972
|
"authors": [
|
973
|
{
|
974
|
"name": "Marco Pivetta",
|
975
|
"email": "ocramius@gmail.com",
|
976
|
"homepage": "https://ocramius.github.io/"
|
977
|
}
|
978
|
],
|
979
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
980
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
981
|
"keywords": [
|
982
|
"constructor",
|
983
|
"instantiate"
|
984
|
],
|
985
|
"support": {
|
986
|
"issues": "https://github.com/doctrine/instantiator/issues",
|
987
|
"source": "https://github.com/doctrine/instantiator/tree/2.0.0"
|
988
|
},
|
989
|
"funding": [
|
990
|
{
|
991
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
992
|
"type": "custom"
|
993
|
},
|
994
|
{
|
995
|
"url": "https://www.patreon.com/phpdoctrine",
|
996
|
"type": "patreon"
|
997
|
},
|
998
|
{
|
999
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
|
1000
|
"type": "tidelift"
|
1001
|
}
|
1002
|
],
|
1003
|
"time": "2022-12-30T00:23:10+00:00"
|
1004
|
},
|
1005
|
{
|
1006
|
"name": "myclabs/deep-copy",
|
1007
|
"version": "1.11.1",
|
1008
|
"source": {
|
1009
|
"type": "git",
|
1010
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
1011
|
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
|
1012
|
},
|
1013
|
"dist": {
|
1014
|
"type": "zip",
|
1015
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
1016
|
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
1017
|
"shasum": ""
|
1018
|
},
|
1019
|
"require": {
|
1020
|
"php": "^7.1 || ^8.0"
|
1021
|
},
|
1022
|
"conflict": {
|
1023
|
"doctrine/collections": "<1.6.8",
|
1024
|
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
|
1025
|
},
|
1026
|
"require-dev": {
|
1027
|
"doctrine/collections": "^1.6.8",
|
1028
|
"doctrine/common": "^2.13.3 || ^3.2.2",
|
1029
|
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
|
1030
|
},
|
1031
|
"type": "library",
|
1032
|
"autoload": {
|
1033
|
"files": [
|
1034
|
"src/DeepCopy/deep_copy.php"
|
1035
|
],
|
1036
|
"psr-4": {
|
1037
|
"DeepCopy\\": "src/DeepCopy/"
|
1038
|
}
|
1039
|
},
|
1040
|
"notification-url": "https://packagist.org/downloads/",
|
1041
|
"license": [
|
1042
|
"MIT"
|
1043
|
],
|
1044
|
"description": "Create deep copies (clones) of your objects",
|
1045
|
"keywords": [
|
1046
|
"clone",
|
1047
|
"copy",
|
1048
|
"duplicate",
|
1049
|
"object",
|
1050
|
"object graph"
|
1051
|
],
|
1052
|
"support": {
|
1053
|
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
1054
|
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
|
1055
|
},
|
1056
|
"funding": [
|
1057
|
{
|
1058
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
1059
|
"type": "tidelift"
|
1060
|
}
|
1061
|
],
|
1062
|
"time": "2023-03-08T13:26:56+00:00"
|
1063
|
},
|
1064
|
{
|
1065
|
"name": "nikic/php-parser",
|
1066
|
"version": "v4.15.4",
|
1067
|
"source": {
|
1068
|
"type": "git",
|
1069
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
1070
|
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
|
1071
|
},
|
1072
|
"dist": {
|
1073
|
"type": "zip",
|
1074
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
|
1075
|
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
|
1076
|
"shasum": ""
|
1077
|
},
|
1078
|
"require": {
|
1079
|
"ext-tokenizer": "*",
|
1080
|
"php": ">=7.0"
|
1081
|
},
|
1082
|
"require-dev": {
|
1083
|
"ircmaxell/php-yacc": "^0.0.7",
|
1084
|
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
|
1085
|
},
|
1086
|
"bin": [
|
1087
|
"bin/php-parse"
|
1088
|
],
|
1089
|
"type": "library",
|
1090
|
"extra": {
|
1091
|
"branch-alias": {
|
1092
|
"dev-master": "4.9-dev"
|
1093
|
}
|
1094
|
},
|
1095
|
"autoload": {
|
1096
|
"psr-4": {
|
1097
|
"PhpParser\\": "lib/PhpParser"
|
1098
|
}
|
1099
|
},
|
1100
|
"notification-url": "https://packagist.org/downloads/",
|
1101
|
"license": [
|
1102
|
"BSD-3-Clause"
|
1103
|
],
|
1104
|
"authors": [
|
1105
|
{
|
1106
|
"name": "Nikita Popov"
|
1107
|
}
|
1108
|
],
|
1109
|
"description": "A PHP parser written in PHP",
|
1110
|
"keywords": [
|
1111
|
"parser",
|
1112
|
"php"
|
1113
|
],
|
1114
|
"support": {
|
1115
|
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
1116
|
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
|
1117
|
},
|
1118
|
"time": "2023-03-05T19:49:14+00:00"
|
1119
|
},
|
1120
|
{
|
1121
|
"name": "phar-io/manifest",
|
1122
|
"version": "2.0.3",
|
1123
|
"source": {
|
1124
|
"type": "git",
|
1125
|
"url": "https://github.com/phar-io/manifest.git",
|
1126
|
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
|
1127
|
},
|
1128
|
"dist": {
|
1129
|
"type": "zip",
|
1130
|
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
|
1131
|
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
|
1132
|
"shasum": ""
|
1133
|
},
|
1134
|
"require": {
|
1135
|
"ext-dom": "*",
|
1136
|
"ext-phar": "*",
|
1137
|
"ext-xmlwriter": "*",
|
1138
|
"phar-io/version": "^3.0.1",
|
1139
|
"php": "^7.2 || ^8.0"
|
1140
|
},
|
1141
|
"type": "library",
|
1142
|
"extra": {
|
1143
|
"branch-alias": {
|
1144
|
"dev-master": "2.0.x-dev"
|
1145
|
}
|
1146
|
},
|
1147
|
"autoload": {
|
1148
|
"classmap": [
|
1149
|
"src/"
|
1150
|
]
|
1151
|
},
|
1152
|
"notification-url": "https://packagist.org/downloads/",
|
1153
|
"license": [
|
1154
|
"BSD-3-Clause"
|
1155
|
],
|
1156
|
"authors": [
|
1157
|
{
|
1158
|
"name": "Arne Blankerts",
|
1159
|
"email": "arne@blankerts.de",
|
1160
|
"role": "Developer"
|
1161
|
},
|
1162
|
{
|
1163
|
"name": "Sebastian Heuer",
|
1164
|
"email": "sebastian@phpeople.de",
|
1165
|
"role": "Developer"
|
1166
|
},
|
1167
|
{
|
1168
|
"name": "Sebastian Bergmann",
|
1169
|
"email": "sebastian@phpunit.de",
|
1170
|
"role": "Developer"
|
1171
|
}
|
1172
|
],
|
1173
|
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
1174
|
"support": {
|
1175
|
"issues": "https://github.com/phar-io/manifest/issues",
|
1176
|
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
|
1177
|
},
|
1178
|
"time": "2021-07-20T11:28:43+00:00"
|
1179
|
},
|
1180
|
{
|
1181
|
"name": "phar-io/version",
|
1182
|
"version": "3.2.1",
|
1183
|
"source": {
|
1184
|
"type": "git",
|
1185
|
"url": "https://github.com/phar-io/version.git",
|
1186
|
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
|
1187
|
},
|
1188
|
"dist": {
|
1189
|
"type": "zip",
|
1190
|
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
1191
|
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
1192
|
"shasum": ""
|
1193
|
},
|
1194
|
"require": {
|
1195
|
"php": "^7.2 || ^8.0"
|
1196
|
},
|
1197
|
"type": "library",
|
1198
|
"autoload": {
|
1199
|
"classmap": [
|
1200
|
"src/"
|
1201
|
]
|
1202
|
},
|
1203
|
"notification-url": "https://packagist.org/downloads/",
|
1204
|
"license": [
|
1205
|
"BSD-3-Clause"
|
1206
|
],
|
1207
|
"authors": [
|
1208
|
{
|
1209
|
"name": "Arne Blankerts",
|
1210
|
"email": "arne@blankerts.de",
|
1211
|
"role": "Developer"
|
1212
|
},
|
1213
|
{
|
1214
|
"name": "Sebastian Heuer",
|
1215
|
"email": "sebastian@phpeople.de",
|
1216
|
"role": "Developer"
|
1217
|
},
|
1218
|
{
|
1219
|
"name": "Sebastian Bergmann",
|
1220
|
"email": "sebastian@phpunit.de",
|
1221
|
"role": "Developer"
|
1222
|
}
|
1223
|
],
|
1224
|
"description": "Library for handling version information and constraints",
|
1225
|
"support": {
|
1226
|
"issues": "https://github.com/phar-io/version/issues",
|
1227
|
"source": "https://github.com/phar-io/version/tree/3.2.1"
|
1228
|
},
|
1229
|
"time": "2022-02-21T01:04:05+00:00"
|
1230
|
},
|
1231
|
{
|
1232
|
"name": "phpstan/phpstan",
|
1233
|
"version": "1.10.6",
|
1234
|
"source": {
|
1235
|
"type": "git",
|
1236
|
"url": "https://github.com/phpstan/phpstan.git",
|
1237
|
"reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a"
|
1238
|
},
|
1239
|
"dist": {
|
1240
|
"type": "zip",
|
1241
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d089a3e0904b0fe7e2cf2d4fd37d427d64235a",
|
1242
|
"reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a",
|
1243
|
"shasum": ""
|
1244
|
},
|
1245
|
"require": {
|
1246
|
"php": "^7.2|^8.0"
|
1247
|
},
|
1248
|
"conflict": {
|
1249
|
"phpstan/phpstan-shim": "*"
|
1250
|
},
|
1251
|
"bin": [
|
1252
|
"phpstan",
|
1253
|
"phpstan.phar"
|
1254
|
],
|
1255
|
"type": "library",
|
1256
|
"autoload": {
|
1257
|
"files": [
|
1258
|
"bootstrap.php"
|
1259
|
]
|
1260
|
},
|
1261
|
"notification-url": "https://packagist.org/downloads/",
|
1262
|
"license": [
|
1263
|
"MIT"
|
1264
|
],
|
1265
|
"description": "PHPStan - PHP Static Analysis Tool",
|
1266
|
"keywords": [
|
1267
|
"dev",
|
1268
|
"static analysis"
|
1269
|
],
|
1270
|
"support": {
|
1271
|
"issues": "https://github.com/phpstan/phpstan/issues",
|
1272
|
"source": "https://github.com/phpstan/phpstan/tree/1.10.6"
|
1273
|
},
|
1274
|
"funding": [
|
1275
|
{
|
1276
|
"url": "https://github.com/ondrejmirtes",
|
1277
|
"type": "github"
|
1278
|
},
|
1279
|
{
|
1280
|
"url": "https://github.com/phpstan",
|
1281
|
"type": "github"
|
1282
|
},
|
1283
|
{
|
1284
|
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
|
1285
|
"type": "tidelift"
|
1286
|
}
|
1287
|
],
|
1288
|
"time": "2023-03-09T16:55:12+00:00"
|
1289
|
},
|
1290
|
{
|
1291
|
"name": "phpunit/php-code-coverage",
|
1292
|
"version": "9.2.26",
|
1293
|
"source": {
|
1294
|
"type": "git",
|
1295
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
1296
|
"reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"
|
1297
|
},
|
1298
|
"dist": {
|
1299
|
"type": "zip",
|
1300
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
|
1301
|
"reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
|
1302
|
"shasum": ""
|
1303
|
},
|
1304
|
"require": {
|
1305
|
"ext-dom": "*",
|
1306
|
"ext-libxml": "*",
|
1307
|
"ext-xmlwriter": "*",
|
1308
|
"nikic/php-parser": "^4.15",
|
1309
|
"php": ">=7.3",
|
1310
|
"phpunit/php-file-iterator": "^3.0.3",
|
1311
|
"phpunit/php-text-template": "^2.0.2",
|
1312
|
"sebastian/code-unit-reverse-lookup": "^2.0.2",
|
1313
|
"sebastian/complexity": "^2.0",
|
1314
|
"sebastian/environment": "^5.1.2",
|
1315
|
"sebastian/lines-of-code": "^1.0.3",
|
1316
|
"sebastian/version": "^3.0.1",
|
1317
|
"theseer/tokenizer": "^1.2.0"
|
1318
|
},
|
1319
|
"require-dev": {
|
1320
|
"phpunit/phpunit": "^9.3"
|
1321
|
},
|
1322
|
"suggest": {
|
1323
|
"ext-pcov": "PHP extension that provides line coverage",
|
1324
|
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
|
1325
|
},
|
1326
|
"type": "library",
|
1327
|
"extra": {
|
1328
|
"branch-alias": {
|
1329
|
"dev-master": "9.2-dev"
|
1330
|
}
|
1331
|
},
|
1332
|
"autoload": {
|
1333
|
"classmap": [
|
1334
|
"src/"
|
1335
|
]
|
1336
|
},
|
1337
|
"notification-url": "https://packagist.org/downloads/",
|
1338
|
"license": [
|
1339
|
"BSD-3-Clause"
|
1340
|
],
|
1341
|
"authors": [
|
1342
|
{
|
1343
|
"name": "Sebastian Bergmann",
|
1344
|
"email": "sebastian@phpunit.de",
|
1345
|
"role": "lead"
|
1346
|
}
|
1347
|
],
|
1348
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
1349
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
1350
|
"keywords": [
|
1351
|
"coverage",
|
1352
|
"testing",
|
1353
|
"xunit"
|
1354
|
],
|
1355
|
"support": {
|
1356
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
1357
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26"
|
1358
|
},
|
1359
|
"funding": [
|
1360
|
{
|
1361
|
"url": "https://github.com/sebastianbergmann",
|
1362
|
"type": "github"
|
1363
|
}
|
1364
|
],
|
1365
|
"time": "2023-03-06T12:58:08+00:00"
|
1366
|
},
|
1367
|
{
|
1368
|
"name": "phpunit/php-file-iterator",
|
1369
|
"version": "3.0.6",
|
1370
|
"source": {
|
1371
|
"type": "git",
|
1372
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
1373
|
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
|
1374
|
},
|
1375
|
"dist": {
|
1376
|
"type": "zip",
|
1377
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
|
1378
|
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
|
1379
|
"shasum": ""
|
1380
|
},
|
1381
|
"require": {
|
1382
|
"php": ">=7.3"
|
1383
|
},
|
1384
|
"require-dev": {
|
1385
|
"phpunit/phpunit": "^9.3"
|
1386
|
},
|
1387
|
"type": "library",
|
1388
|
"extra": {
|
1389
|
"branch-alias": {
|
1390
|
"dev-master": "3.0-dev"
|
1391
|
}
|
1392
|
},
|
1393
|
"autoload": {
|
1394
|
"classmap": [
|
1395
|
"src/"
|
1396
|
]
|
1397
|
},
|
1398
|
"notification-url": "https://packagist.org/downloads/",
|
1399
|
"license": [
|
1400
|
"BSD-3-Clause"
|
1401
|
],
|
1402
|
"authors": [
|
1403
|
{
|
1404
|
"name": "Sebastian Bergmann",
|
1405
|
"email": "sebastian@phpunit.de",
|
1406
|
"role": "lead"
|
1407
|
}
|
1408
|
],
|
1409
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
1410
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
1411
|
"keywords": [
|
1412
|
"filesystem",
|
1413
|
"iterator"
|
1414
|
],
|
1415
|
"support": {
|
1416
|
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
1417
|
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
|
1418
|
},
|
1419
|
"funding": [
|
1420
|
{
|
1421
|
"url": "https://github.com/sebastianbergmann",
|
1422
|
"type": "github"
|
1423
|
}
|
1424
|
],
|
1425
|
"time": "2021-12-02T12:48:52+00:00"
|
1426
|
},
|
1427
|
{
|
1428
|
"name": "phpunit/php-invoker",
|
1429
|
"version": "3.1.1",
|
1430
|
"source": {
|
1431
|
"type": "git",
|
1432
|
"url": "https://github.com/sebastianbergmann/php-invoker.git",
|
1433
|
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
|
1434
|
},
|
1435
|
"dist": {
|
1436
|
"type": "zip",
|
1437
|
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
|
1438
|
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
|
1439
|
"shasum": ""
|
1440
|
},
|
1441
|
"require": {
|
1442
|
"php": ">=7.3"
|
1443
|
},
|
1444
|
"require-dev": {
|
1445
|
"ext-pcntl": "*",
|
1446
|
"phpunit/phpunit": "^9.3"
|
1447
|
},
|
1448
|
"suggest": {
|
1449
|
"ext-pcntl": "*"
|
1450
|
},
|
1451
|
"type": "library",
|
1452
|
"extra": {
|
1453
|
"branch-alias": {
|
1454
|
"dev-master": "3.1-dev"
|
1455
|
}
|
1456
|
},
|
1457
|
"autoload": {
|
1458
|
"classmap": [
|
1459
|
"src/"
|
1460
|
]
|
1461
|
},
|
1462
|
"notification-url": "https://packagist.org/downloads/",
|
1463
|
"license": [
|
1464
|
"BSD-3-Clause"
|
1465
|
],
|
1466
|
"authors": [
|
1467
|
{
|
1468
|
"name": "Sebastian Bergmann",
|
1469
|
"email": "sebastian@phpunit.de",
|
1470
|
"role": "lead"
|
1471
|
}
|
1472
|
],
|
1473
|
"description": "Invoke callables with a timeout",
|
1474
|
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
|
1475
|
"keywords": [
|
1476
|
"process"
|
1477
|
],
|
1478
|
"support": {
|
1479
|
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
|
1480
|
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
|
1481
|
},
|
1482
|
"funding": [
|
1483
|
{
|
1484
|
"url": "https://github.com/sebastianbergmann",
|
1485
|
"type": "github"
|
1486
|
}
|
1487
|
],
|
1488
|
"time": "2020-09-28T05:58:55+00:00"
|
1489
|
},
|
1490
|
{
|
1491
|
"name": "phpunit/php-text-template",
|
1492
|
"version": "2.0.4",
|
1493
|
"source": {
|
1494
|
"type": "git",
|
1495
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
1496
|
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
|
1497
|
},
|
1498
|
"dist": {
|
1499
|
"type": "zip",
|
1500
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
|
1501
|
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
|
1502
|
"shasum": ""
|
1503
|
},
|
1504
|
"require": {
|
1505
|
"php": ">=7.3"
|
1506
|
},
|
1507
|
"require-dev": {
|
1508
|
"phpunit/phpunit": "^9.3"
|
1509
|
},
|
1510
|
"type": "library",
|
1511
|
"extra": {
|
1512
|
"branch-alias": {
|
1513
|
"dev-master": "2.0-dev"
|
1514
|
}
|
1515
|
},
|
1516
|
"autoload": {
|
1517
|
"classmap": [
|
1518
|
"src/"
|
1519
|
]
|
1520
|
},
|
1521
|
"notification-url": "https://packagist.org/downloads/",
|
1522
|
"license": [
|
1523
|
"BSD-3-Clause"
|
1524
|
],
|
1525
|
"authors": [
|
1526
|
{
|
1527
|
"name": "Sebastian Bergmann",
|
1528
|
"email": "sebastian@phpunit.de",
|
1529
|
"role": "lead"
|
1530
|
}
|
1531
|
],
|
1532
|
"description": "Simple template engine.",
|
1533
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
1534
|
"keywords": [
|
1535
|
"template"
|
1536
|
],
|
1537
|
"support": {
|
1538
|
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
1539
|
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
|
1540
|
},
|
1541
|
"funding": [
|
1542
|
{
|
1543
|
"url": "https://github.com/sebastianbergmann",
|
1544
|
"type": "github"
|
1545
|
}
|
1546
|
],
|
1547
|
"time": "2020-10-26T05:33:50+00:00"
|
1548
|
},
|
1549
|
{
|
1550
|
"name": "phpunit/php-timer",
|
1551
|
"version": "5.0.3",
|
1552
|
"source": {
|
1553
|
"type": "git",
|
1554
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
1555
|
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
|
1556
|
},
|
1557
|
"dist": {
|
1558
|
"type": "zip",
|
1559
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
|
1560
|
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
|
1561
|
"shasum": ""
|
1562
|
},
|
1563
|
"require": {
|
1564
|
"php": ">=7.3"
|
1565
|
},
|
1566
|
"require-dev": {
|
1567
|
"phpunit/phpunit": "^9.3"
|
1568
|
},
|
1569
|
"type": "library",
|
1570
|
"extra": {
|
1571
|
"branch-alias": {
|
1572
|
"dev-master": "5.0-dev"
|
1573
|
}
|
1574
|
},
|
1575
|
"autoload": {
|
1576
|
"classmap": [
|
1577
|
"src/"
|
1578
|
]
|
1579
|
},
|
1580
|
"notification-url": "https://packagist.org/downloads/",
|
1581
|
"license": [
|
1582
|
"BSD-3-Clause"
|
1583
|
],
|
1584
|
"authors": [
|
1585
|
{
|
1586
|
"name": "Sebastian Bergmann",
|
1587
|
"email": "sebastian@phpunit.de",
|
1588
|
"role": "lead"
|
1589
|
}
|
1590
|
],
|
1591
|
"description": "Utility class for timing",
|
1592
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
1593
|
"keywords": [
|
1594
|
"timer"
|
1595
|
],
|
1596
|
"support": {
|
1597
|
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
1598
|
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
|
1599
|
},
|
1600
|
"funding": [
|
1601
|
{
|
1602
|
"url": "https://github.com/sebastianbergmann",
|
1603
|
"type": "github"
|
1604
|
}
|
1605
|
],
|
1606
|
"time": "2020-10-26T13:16:10+00:00"
|
1607
|
},
|
1608
|
{
|
1609
|
"name": "phpunit/phpunit",
|
1610
|
"version": "9.6.5",
|
1611
|
"source": {
|
1612
|
"type": "git",
|
1613
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
1614
|
"reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5"
|
1615
|
},
|
1616
|
"dist": {
|
1617
|
"type": "zip",
|
1618
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/86e761949019ae83f49240b2f2123fb5ab3b2fc5",
|
1619
|
"reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5",
|
1620
|
"shasum": ""
|
1621
|
},
|
1622
|
"require": {
|
1623
|
"doctrine/instantiator": "^1.3.1 || ^2",
|
1624
|
"ext-dom": "*",
|
1625
|
"ext-json": "*",
|
1626
|
"ext-libxml": "*",
|
1627
|
"ext-mbstring": "*",
|
1628
|
"ext-xml": "*",
|
1629
|
"ext-xmlwriter": "*",
|
1630
|
"myclabs/deep-copy": "^1.10.1",
|
1631
|
"phar-io/manifest": "^2.0.3",
|
1632
|
"phar-io/version": "^3.0.2",
|
1633
|
"php": ">=7.3",
|
1634
|
"phpunit/php-code-coverage": "^9.2.13",
|
1635
|
"phpunit/php-file-iterator": "^3.0.5",
|
1636
|
"phpunit/php-invoker": "^3.1.1",
|
1637
|
"phpunit/php-text-template": "^2.0.3",
|
1638
|
"phpunit/php-timer": "^5.0.2",
|
1639
|
"sebastian/cli-parser": "^1.0.1",
|
1640
|
"sebastian/code-unit": "^1.0.6",
|
1641
|
"sebastian/comparator": "^4.0.8",
|
1642
|
"sebastian/diff": "^4.0.3",
|
1643
|
"sebastian/environment": "^5.1.3",
|
1644
|
"sebastian/exporter": "^4.0.5",
|
1645
|
"sebastian/global-state": "^5.0.1",
|
1646
|
"sebastian/object-enumerator": "^4.0.3",
|
1647
|
"sebastian/resource-operations": "^3.0.3",
|
1648
|
"sebastian/type": "^3.2",
|
1649
|
"sebastian/version": "^3.0.2"
|
1650
|
},
|
1651
|
"suggest": {
|
1652
|
"ext-soap": "To be able to generate mocks based on WSDL files",
|
1653
|
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
|
1654
|
},
|
1655
|
"bin": [
|
1656
|
"phpunit"
|
1657
|
],
|
1658
|
"type": "library",
|
1659
|
"extra": {
|
1660
|
"branch-alias": {
|
1661
|
"dev-master": "9.6-dev"
|
1662
|
}
|
1663
|
},
|
1664
|
"autoload": {
|
1665
|
"files": [
|
1666
|
"src/Framework/Assert/Functions.php"
|
1667
|
],
|
1668
|
"classmap": [
|
1669
|
"src/"
|
1670
|
]
|
1671
|
},
|
1672
|
"notification-url": "https://packagist.org/downloads/",
|
1673
|
"license": [
|
1674
|
"BSD-3-Clause"
|
1675
|
],
|
1676
|
"authors": [
|
1677
|
{
|
1678
|
"name": "Sebastian Bergmann",
|
1679
|
"email": "sebastian@phpunit.de",
|
1680
|
"role": "lead"
|
1681
|
}
|
1682
|
],
|
1683
|
"description": "The PHP Unit Testing framework.",
|
1684
|
"homepage": "https://phpunit.de/",
|
1685
|
"keywords": [
|
1686
|
"phpunit",
|
1687
|
"testing",
|
1688
|
"xunit"
|
1689
|
],
|
1690
|
"support": {
|
1691
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
1692
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.5"
|
1693
|
},
|
1694
|
"funding": [
|
1695
|
{
|
1696
|
"url": "https://phpunit.de/sponsors.html",
|
1697
|
"type": "custom"
|
1698
|
},
|
1699
|
{
|
1700
|
"url": "https://github.com/sebastianbergmann",
|
1701
|
"type": "github"
|
1702
|
},
|
1703
|
{
|
1704
|
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
|
1705
|
"type": "tidelift"
|
1706
|
}
|
1707
|
],
|
1708
|
"time": "2023-03-09T06:34:10+00:00"
|
1709
|
},
|
1710
|
{
|
1711
|
"name": "rector/rector",
|
1712
|
"version": "0.15.21",
|
1713
|
"source": {
|
1714
|
"type": "git",
|
1715
|
"url": "https://github.com/rectorphp/rector.git",
|
1716
|
"reference": "1cee8cc5d6d836e1bf9a3006d7b062adde3a6022"
|
1717
|
},
|
1718
|
"dist": {
|
1719
|
"type": "zip",
|
1720
|
"url": "https://api.github.com/repos/rectorphp/rector/zipball/1cee8cc5d6d836e1bf9a3006d7b062adde3a6022",
|
1721
|
"reference": "1cee8cc5d6d836e1bf9a3006d7b062adde3a6022",
|
1722
|
"shasum": ""
|
1723
|
},
|
1724
|
"require": {
|
1725
|
"php": "^7.2|^8.0",
|
1726
|
"phpstan/phpstan": "^1.10.1"
|
1727
|
},
|
1728
|
"conflict": {
|
1729
|
"rector/rector-doctrine": "*",
|
1730
|
"rector/rector-downgrade-php": "*",
|
1731
|
"rector/rector-phpunit": "*",
|
1732
|
"rector/rector-symfony": "*"
|
1733
|
},
|
1734
|
"bin": [
|
1735
|
"bin/rector"
|
1736
|
],
|
1737
|
"type": "library",
|
1738
|
"extra": {
|
1739
|
"branch-alias": {
|
1740
|
"dev-main": "0.15-dev"
|
1741
|
}
|
1742
|
},
|
1743
|
"autoload": {
|
1744
|
"files": [
|
1745
|
"bootstrap.php"
|
1746
|
]
|
1747
|
},
|
1748
|
"notification-url": "https://packagist.org/downloads/",
|
1749
|
"license": [
|
1750
|
"MIT"
|
1751
|
],
|
1752
|
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
|
1753
|
"keywords": [
|
1754
|
"automation",
|
1755
|
"dev",
|
1756
|
"migration",
|
1757
|
"refactoring"
|
1758
|
],
|
1759
|
"support": {
|
1760
|
"issues": "https://github.com/rectorphp/rector/issues",
|
1761
|
"source": "https://github.com/rectorphp/rector/tree/0.15.21"
|
1762
|
},
|
1763
|
"funding": [
|
1764
|
{
|
1765
|
"url": "https://github.com/tomasvotruba",
|
1766
|
"type": "github"
|
1767
|
}
|
1768
|
],
|
1769
|
"time": "2023-03-06T11:44:29+00:00"
|
1770
|
},
|
1771
|
{
|
1772
|
"name": "sebastian/cli-parser",
|
1773
|
"version": "1.0.1",
|
1774
|
"source": {
|
1775
|
"type": "git",
|
1776
|
"url": "https://github.com/sebastianbergmann/cli-parser.git",
|
1777
|
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
|
1778
|
},
|
1779
|
"dist": {
|
1780
|
"type": "zip",
|
1781
|
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
|
1782
|
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
|
1783
|
"shasum": ""
|
1784
|
},
|
1785
|
"require": {
|
1786
|
"php": ">=7.3"
|
1787
|
},
|
1788
|
"require-dev": {
|
1789
|
"phpunit/phpunit": "^9.3"
|
1790
|
},
|
1791
|
"type": "library",
|
1792
|
"extra": {
|
1793
|
"branch-alias": {
|
1794
|
"dev-master": "1.0-dev"
|
1795
|
}
|
1796
|
},
|
1797
|
"autoload": {
|
1798
|
"classmap": [
|
1799
|
"src/"
|
1800
|
]
|
1801
|
},
|
1802
|
"notification-url": "https://packagist.org/downloads/",
|
1803
|
"license": [
|
1804
|
"BSD-3-Clause"
|
1805
|
],
|
1806
|
"authors": [
|
1807
|
{
|
1808
|
"name": "Sebastian Bergmann",
|
1809
|
"email": "sebastian@phpunit.de",
|
1810
|
"role": "lead"
|
1811
|
}
|
1812
|
],
|
1813
|
"description": "Library for parsing CLI options",
|
1814
|
"homepage": "https://github.com/sebastianbergmann/cli-parser",
|
1815
|
"support": {
|
1816
|
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
|
1817
|
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
|
1818
|
},
|
1819
|
"funding": [
|
1820
|
{
|
1821
|
"url": "https://github.com/sebastianbergmann",
|
1822
|
"type": "github"
|
1823
|
}
|
1824
|
],
|
1825
|
"time": "2020-09-28T06:08:49+00:00"
|
1826
|
},
|
1827
|
{
|
1828
|
"name": "sebastian/code-unit",
|
1829
|
"version": "1.0.8",
|
1830
|
"source": {
|
1831
|
"type": "git",
|
1832
|
"url": "https://github.com/sebastianbergmann/code-unit.git",
|
1833
|
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
|
1834
|
},
|
1835
|
"dist": {
|
1836
|
"type": "zip",
|
1837
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
|
1838
|
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
|
1839
|
"shasum": ""
|
1840
|
},
|
1841
|
"require": {
|
1842
|
"php": ">=7.3"
|
1843
|
},
|
1844
|
"require-dev": {
|
1845
|
"phpunit/phpunit": "^9.3"
|
1846
|
},
|
1847
|
"type": "library",
|
1848
|
"extra": {
|
1849
|
"branch-alias": {
|
1850
|
"dev-master": "1.0-dev"
|
1851
|
}
|
1852
|
},
|
1853
|
"autoload": {
|
1854
|
"classmap": [
|
1855
|
"src/"
|
1856
|
]
|
1857
|
},
|
1858
|
"notification-url": "https://packagist.org/downloads/",
|
1859
|
"license": [
|
1860
|
"BSD-3-Clause"
|
1861
|
],
|
1862
|
"authors": [
|
1863
|
{
|
1864
|
"name": "Sebastian Bergmann",
|
1865
|
"email": "sebastian@phpunit.de",
|
1866
|
"role": "lead"
|
1867
|
}
|
1868
|
],
|
1869
|
"description": "Collection of value objects that represent the PHP code units",
|
1870
|
"homepage": "https://github.com/sebastianbergmann/code-unit",
|
1871
|
"support": {
|
1872
|
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
|
1873
|
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
|
1874
|
},
|
1875
|
"funding": [
|
1876
|
{
|
1877
|
"url": "https://github.com/sebastianbergmann",
|
1878
|
"type": "github"
|
1879
|
}
|
1880
|
],
|
1881
|
"time": "2020-10-26T13:08:54+00:00"
|
1882
|
},
|
1883
|
{
|
1884
|
"name": "sebastian/code-unit-reverse-lookup",
|
1885
|
"version": "2.0.3",
|
1886
|
"source": {
|
1887
|
"type": "git",
|
1888
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
1889
|
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
|
1890
|
},
|
1891
|
"dist": {
|
1892
|
"type": "zip",
|
1893
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
|
1894
|
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
|
1895
|
"shasum": ""
|
1896
|
},
|
1897
|
"require": {
|
1898
|
"php": ">=7.3"
|
1899
|
},
|
1900
|
"require-dev": {
|
1901
|
"phpunit/phpunit": "^9.3"
|
1902
|
},
|
1903
|
"type": "library",
|
1904
|
"extra": {
|
1905
|
"branch-alias": {
|
1906
|
"dev-master": "2.0-dev"
|
1907
|
}
|
1908
|
},
|
1909
|
"autoload": {
|
1910
|
"classmap": [
|
1911
|
"src/"
|
1912
|
]
|
1913
|
},
|
1914
|
"notification-url": "https://packagist.org/downloads/",
|
1915
|
"license": [
|
1916
|
"BSD-3-Clause"
|
1917
|
],
|
1918
|
"authors": [
|
1919
|
{
|
1920
|
"name": "Sebastian Bergmann",
|
1921
|
"email": "sebastian@phpunit.de"
|
1922
|
}
|
1923
|
],
|
1924
|
"description": "Looks up which function or method a line of code belongs to",
|
1925
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
1926
|
"support": {
|
1927
|
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
1928
|
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
|
1929
|
},
|
1930
|
"funding": [
|
1931
|
{
|
1932
|
"url": "https://github.com/sebastianbergmann",
|
1933
|
"type": "github"
|
1934
|
}
|
1935
|
],
|
1936
|
"time": "2020-09-28T05:30:19+00:00"
|
1937
|
},
|
1938
|
{
|
1939
|
"name": "sebastian/comparator",
|
1940
|
"version": "4.0.8",
|
1941
|
"source": {
|
1942
|
"type": "git",
|
1943
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
1944
|
"reference": "fa0f136dd2334583309d32b62544682ee972b51a"
|
1945
|
},
|
1946
|
"dist": {
|
1947
|
"type": "zip",
|
1948
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
|
1949
|
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
|
1950
|
"shasum": ""
|
1951
|
},
|
1952
|
"require": {
|
1953
|
"php": ">=7.3",
|
1954
|
"sebastian/diff": "^4.0",
|
1955
|
"sebastian/exporter": "^4.0"
|
1956
|
},
|
1957
|
"require-dev": {
|
1958
|
"phpunit/phpunit": "^9.3"
|
1959
|
},
|
1960
|
"type": "library",
|
1961
|
"extra": {
|
1962
|
"branch-alias": {
|
1963
|
"dev-master": "4.0-dev"
|
1964
|
}
|
1965
|
},
|
1966
|
"autoload": {
|
1967
|
"classmap": [
|
1968
|
"src/"
|
1969
|
]
|
1970
|
},
|
1971
|
"notification-url": "https://packagist.org/downloads/",
|
1972
|
"license": [
|
1973
|
"BSD-3-Clause"
|
1974
|
],
|
1975
|
"authors": [
|
1976
|
{
|
1977
|
"name": "Sebastian Bergmann",
|
1978
|
"email": "sebastian@phpunit.de"
|
1979
|
},
|
1980
|
{
|
1981
|
"name": "Jeff Welch",
|
1982
|
"email": "whatthejeff@gmail.com"
|
1983
|
},
|
1984
|
{
|
1985
|
"name": "Volker Dusch",
|
1986
|
"email": "github@wallbash.com"
|
1987
|
},
|
1988
|
{
|
1989
|
"name": "Bernhard Schussek",
|
1990
|
"email": "bschussek@2bepublished.at"
|
1991
|
}
|
1992
|
],
|
1993
|
"description": "Provides the functionality to compare PHP values for equality",
|
1994
|
"homepage": "https://github.com/sebastianbergmann/comparator",
|
1995
|
"keywords": [
|
1996
|
"comparator",
|
1997
|
"compare",
|
1998
|
"equality"
|
1999
|
],
|
2000
|
"support": {
|
2001
|
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
2002
|
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
|
2003
|
},
|
2004
|
"funding": [
|
2005
|
{
|
2006
|
"url": "https://github.com/sebastianbergmann",
|
2007
|
"type": "github"
|
2008
|
}
|
2009
|
],
|
2010
|
"time": "2022-09-14T12:41:17+00:00"
|
2011
|
},
|
2012
|
{
|
2013
|
"name": "sebastian/complexity",
|
2014
|
"version": "2.0.2",
|
2015
|
"source": {
|
2016
|
"type": "git",
|
2017
|
"url": "https://github.com/sebastianbergmann/complexity.git",
|
2018
|
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
|
2019
|
},
|
2020
|
"dist": {
|
2021
|
"type": "zip",
|
2022
|
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
|
2023
|
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
|
2024
|
"shasum": ""
|
2025
|
},
|
2026
|
"require": {
|
2027
|
"nikic/php-parser": "^4.7",
|
2028
|
"php": ">=7.3"
|
2029
|
},
|
2030
|
"require-dev": {
|
2031
|
"phpunit/phpunit": "^9.3"
|
2032
|
},
|
2033
|
"type": "library",
|
2034
|
"extra": {
|
2035
|
"branch-alias": {
|
2036
|
"dev-master": "2.0-dev"
|
2037
|
}
|
2038
|
},
|
2039
|
"autoload": {
|
2040
|
"classmap": [
|
2041
|
"src/"
|
2042
|
]
|
2043
|
},
|
2044
|
"notification-url": "https://packagist.org/downloads/",
|
2045
|
"license": [
|
2046
|
"BSD-3-Clause"
|
2047
|
],
|
2048
|
"authors": [
|
2049
|
{
|
2050
|
"name": "Sebastian Bergmann",
|
2051
|
"email": "sebastian@phpunit.de",
|
2052
|
"role": "lead"
|
2053
|
}
|
2054
|
],
|
2055
|
"description": "Library for calculating the complexity of PHP code units",
|
2056
|
"homepage": "https://github.com/sebastianbergmann/complexity",
|
2057
|
"support": {
|
2058
|
"issues": "https://github.com/sebastianbergmann/complexity/issues",
|
2059
|
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
|
2060
|
},
|
2061
|
"funding": [
|
2062
|
{
|
2063
|
"url": "https://github.com/sebastianbergmann",
|
2064
|
"type": "github"
|
2065
|
}
|
2066
|
],
|
2067
|
"time": "2020-10-26T15:52:27+00:00"
|
2068
|
},
|
2069
|
{
|
2070
|
"name": "sebastian/diff",
|
2071
|
"version": "4.0.4",
|
2072
|
"source": {
|
2073
|
"type": "git",
|
2074
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
2075
|
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
|
2076
|
},
|
2077
|
"dist": {
|
2078
|
"type": "zip",
|
2079
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
|
2080
|
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
|
2081
|
"shasum": ""
|
2082
|
},
|
2083
|
"require": {
|
2084
|
"php": ">=7.3"
|
2085
|
},
|
2086
|
"require-dev": {
|
2087
|
"phpunit/phpunit": "^9.3",
|
2088
|
"symfony/process": "^4.2 || ^5"
|
2089
|
},
|
2090
|
"type": "library",
|
2091
|
"extra": {
|
2092
|
"branch-alias": {
|
2093
|
"dev-master": "4.0-dev"
|
2094
|
}
|
2095
|
},
|
2096
|
"autoload": {
|
2097
|
"classmap": [
|
2098
|
"src/"
|
2099
|
]
|
2100
|
},
|
2101
|
"notification-url": "https://packagist.org/downloads/",
|
2102
|
"license": [
|
2103
|
"BSD-3-Clause"
|
2104
|
],
|
2105
|
"authors": [
|
2106
|
{
|
2107
|
"name": "Sebastian Bergmann",
|
2108
|
"email": "sebastian@phpunit.de"
|
2109
|
},
|
2110
|
{
|
2111
|
"name": "Kore Nordmann",
|
2112
|
"email": "mail@kore-nordmann.de"
|
2113
|
}
|
2114
|
],
|
2115
|
"description": "Diff implementation",
|
2116
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
2117
|
"keywords": [
|
2118
|
"diff",
|
2119
|
"udiff",
|
2120
|
"unidiff",
|
2121
|
"unified diff"
|
2122
|
],
|
2123
|
"support": {
|
2124
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
2125
|
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
|
2126
|
},
|
2127
|
"funding": [
|
2128
|
{
|
2129
|
"url": "https://github.com/sebastianbergmann",
|
2130
|
"type": "github"
|
2131
|
}
|
2132
|
],
|
2133
|
"time": "2020-10-26T13:10:38+00:00"
|
2134
|
},
|
2135
|
{
|
2136
|
"name": "sebastian/environment",
|
2137
|
"version": "5.1.5",
|
2138
|
"source": {
|
2139
|
"type": "git",
|
2140
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
2141
|
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
|
2142
|
},
|
2143
|
"dist": {
|
2144
|
"type": "zip",
|
2145
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
|
2146
|
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
|
2147
|
"shasum": ""
|
2148
|
},
|
2149
|
"require": {
|
2150
|
"php": ">=7.3"
|
2151
|
},
|
2152
|
"require-dev": {
|
2153
|
"phpunit/phpunit": "^9.3"
|
2154
|
},
|
2155
|
"suggest": {
|
2156
|
"ext-posix": "*"
|
2157
|
},
|
2158
|
"type": "library",
|
2159
|
"extra": {
|
2160
|
"branch-alias": {
|
2161
|
"dev-master": "5.1-dev"
|
2162
|
}
|
2163
|
},
|
2164
|
"autoload": {
|
2165
|
"classmap": [
|
2166
|
"src/"
|
2167
|
]
|
2168
|
},
|
2169
|
"notification-url": "https://packagist.org/downloads/",
|
2170
|
"license": [
|
2171
|
"BSD-3-Clause"
|
2172
|
],
|
2173
|
"authors": [
|
2174
|
{
|
2175
|
"name": "Sebastian Bergmann",
|
2176
|
"email": "sebastian@phpunit.de"
|
2177
|
}
|
2178
|
],
|
2179
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
2180
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
2181
|
"keywords": [
|
2182
|
"Xdebug",
|
2183
|
"environment",
|
2184
|
"hhvm"
|
2185
|
],
|
2186
|
"support": {
|
2187
|
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
2188
|
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
|
2189
|
},
|
2190
|
"funding": [
|
2191
|
{
|
2192
|
"url": "https://github.com/sebastianbergmann",
|
2193
|
"type": "github"
|
2194
|
}
|
2195
|
],
|
2196
|
"time": "2023-02-03T06:03:51+00:00"
|
2197
|
},
|
2198
|
{
|
2199
|
"name": "sebastian/exporter",
|
2200
|
"version": "4.0.5",
|
2201
|
"source": {
|
2202
|
"type": "git",
|
2203
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
2204
|
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
|
2205
|
},
|
2206
|
"dist": {
|
2207
|
"type": "zip",
|
2208
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
|
2209
|
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
|
2210
|
"shasum": ""
|
2211
|
},
|
2212
|
"require": {
|
2213
|
"php": ">=7.3",
|
2214
|
"sebastian/recursion-context": "^4.0"
|
2215
|
},
|
2216
|
"require-dev": {
|
2217
|
"ext-mbstring": "*",
|
2218
|
"phpunit/phpunit": "^9.3"
|
2219
|
},
|
2220
|
"type": "library",
|
2221
|
"extra": {
|
2222
|
"branch-alias": {
|
2223
|
"dev-master": "4.0-dev"
|
2224
|
}
|
2225
|
},
|
2226
|
"autoload": {
|
2227
|
"classmap": [
|
2228
|
"src/"
|
2229
|
]
|
2230
|
},
|
2231
|
"notification-url": "https://packagist.org/downloads/",
|
2232
|
"license": [
|
2233
|
"BSD-3-Clause"
|
2234
|
],
|
2235
|
"authors": [
|
2236
|
{
|
2237
|
"name": "Sebastian Bergmann",
|
2238
|
"email": "sebastian@phpunit.de"
|
2239
|
},
|
2240
|
{
|
2241
|
"name": "Jeff Welch",
|
2242
|
"email": "whatthejeff@gmail.com"
|
2243
|
},
|
2244
|
{
|
2245
|
"name": "Volker Dusch",
|
2246
|
"email": "github@wallbash.com"
|
2247
|
},
|
2248
|
{
|
2249
|
"name": "Adam Harvey",
|
2250
|
"email": "aharvey@php.net"
|
2251
|
},
|
2252
|
{
|
2253
|
"name": "Bernhard Schussek",
|
2254
|
"email": "bschussek@gmail.com"
|
2255
|
}
|
2256
|
],
|
2257
|
"description": "Provides the functionality to export PHP variables for visualization",
|
2258
|
"homepage": "https://www.github.com/sebastianbergmann/exporter",
|
2259
|
"keywords": [
|
2260
|
"export",
|
2261
|
"exporter"
|
2262
|
],
|
2263
|
"support": {
|
2264
|
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
2265
|
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
|
2266
|
},
|
2267
|
"funding": [
|
2268
|
{
|
2269
|
"url": "https://github.com/sebastianbergmann",
|
2270
|
"type": "github"
|
2271
|
}
|
2272
|
],
|
2273
|
"time": "2022-09-14T06:03:37+00:00"
|
2274
|
},
|
2275
|
{
|
2276
|
"name": "sebastian/global-state",
|
2277
|
"version": "5.0.5",
|
2278
|
"source": {
|
2279
|
"type": "git",
|
2280
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
2281
|
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
|
2282
|
},
|
2283
|
"dist": {
|
2284
|
"type": "zip",
|
2285
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
|
2286
|
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
|
2287
|
"shasum": ""
|
2288
|
},
|
2289
|
"require": {
|
2290
|
"php": ">=7.3",
|
2291
|
"sebastian/object-reflector": "^2.0",
|
2292
|
"sebastian/recursion-context": "^4.0"
|
2293
|
},
|
2294
|
"require-dev": {
|
2295
|
"ext-dom": "*",
|
2296
|
"phpunit/phpunit": "^9.3"
|
2297
|
},
|
2298
|
"suggest": {
|
2299
|
"ext-uopz": "*"
|
2300
|
},
|
2301
|
"type": "library",
|
2302
|
"extra": {
|
2303
|
"branch-alias": {
|
2304
|
"dev-master": "5.0-dev"
|
2305
|
}
|
2306
|
},
|
2307
|
"autoload": {
|
2308
|
"classmap": [
|
2309
|
"src/"
|
2310
|
]
|
2311
|
},
|
2312
|
"notification-url": "https://packagist.org/downloads/",
|
2313
|
"license": [
|
2314
|
"BSD-3-Clause"
|
2315
|
],
|
2316
|
"authors": [
|
2317
|
{
|
2318
|
"name": "Sebastian Bergmann",
|
2319
|
"email": "sebastian@phpunit.de"
|
2320
|
}
|
2321
|
],
|
2322
|
"description": "Snapshotting of global state",
|
2323
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
2324
|
"keywords": [
|
2325
|
"global state"
|
2326
|
],
|
2327
|
"support": {
|
2328
|
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
2329
|
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
|
2330
|
},
|
2331
|
"funding": [
|
2332
|
{
|
2333
|
"url": "https://github.com/sebastianbergmann",
|
2334
|
"type": "github"
|
2335
|
}
|
2336
|
],
|
2337
|
"time": "2022-02-14T08:28:10+00:00"
|
2338
|
},
|
2339
|
{
|
2340
|
"name": "sebastian/lines-of-code",
|
2341
|
"version": "1.0.3",
|
2342
|
"source": {
|
2343
|
"type": "git",
|
2344
|
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
|
2345
|
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
|
2346
|
},
|
2347
|
"dist": {
|
2348
|
"type": "zip",
|
2349
|
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
|
2350
|
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
|
2351
|
"shasum": ""
|
2352
|
},
|
2353
|
"require": {
|
2354
|
"nikic/php-parser": "^4.6",
|
2355
|
"php": ">=7.3"
|
2356
|
},
|
2357
|
"require-dev": {
|
2358
|
"phpunit/phpunit": "^9.3"
|
2359
|
},
|
2360
|
"type": "library",
|
2361
|
"extra": {
|
2362
|
"branch-alias": {
|
2363
|
"dev-master": "1.0-dev"
|
2364
|
}
|
2365
|
},
|
2366
|
"autoload": {
|
2367
|
"classmap": [
|
2368
|
"src/"
|
2369
|
]
|
2370
|
},
|
2371
|
"notification-url": "https://packagist.org/downloads/",
|
2372
|
"license": [
|
2373
|
"BSD-3-Clause"
|
2374
|
],
|
2375
|
"authors": [
|
2376
|
{
|
2377
|
"name": "Sebastian Bergmann",
|
2378
|
"email": "sebastian@phpunit.de",
|
2379
|
"role": "lead"
|
2380
|
}
|
2381
|
],
|
2382
|
"description": "Library for counting the lines of code in PHP source code",
|
2383
|
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
|
2384
|
"support": {
|
2385
|
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
|
2386
|
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
|
2387
|
},
|
2388
|
"funding": [
|
2389
|
{
|
2390
|
"url": "https://github.com/sebastianbergmann",
|
2391
|
"type": "github"
|
2392
|
}
|
2393
|
],
|
2394
|
"time": "2020-11-28T06:42:11+00:00"
|
2395
|
},
|
2396
|
{
|
2397
|
"name": "sebastian/object-enumerator",
|
2398
|
"version": "4.0.4",
|
2399
|
"source": {
|
2400
|
"type": "git",
|
2401
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
2402
|
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
|
2403
|
},
|
2404
|
"dist": {
|
2405
|
"type": "zip",
|
2406
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
|
2407
|
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
|
2408
|
"shasum": ""
|
2409
|
},
|
2410
|
"require": {
|
2411
|
"php": ">=7.3",
|
2412
|
"sebastian/object-reflector": "^2.0",
|
2413
|
"sebastian/recursion-context": "^4.0"
|
2414
|
},
|
2415
|
"require-dev": {
|
2416
|
"phpunit/phpunit": "^9.3"
|
2417
|
},
|
2418
|
"type": "library",
|
2419
|
"extra": {
|
2420
|
"branch-alias": {
|
2421
|
"dev-master": "4.0-dev"
|
2422
|
}
|
2423
|
},
|
2424
|
"autoload": {
|
2425
|
"classmap": [
|
2426
|
"src/"
|
2427
|
]
|
2428
|
},
|
2429
|
"notification-url": "https://packagist.org/downloads/",
|
2430
|
"license": [
|
2431
|
"BSD-3-Clause"
|
2432
|
],
|
2433
|
"authors": [
|
2434
|
{
|
2435
|
"name": "Sebastian Bergmann",
|
2436
|
"email": "sebastian@phpunit.de"
|
2437
|
}
|
2438
|
],
|
2439
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
2440
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
2441
|
"support": {
|
2442
|
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
|
2443
|
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
|
2444
|
},
|
2445
|
"funding": [
|
2446
|
{
|
2447
|
"url": "https://github.com/sebastianbergmann",
|
2448
|
"type": "github"
|
2449
|
}
|
2450
|
],
|
2451
|
"time": "2020-10-26T13:12:34+00:00"
|
2452
|
},
|
2453
|
{
|
2454
|
"name": "sebastian/object-reflector",
|
2455
|
"version": "2.0.4",
|
2456
|
"source": {
|
2457
|
"type": "git",
|
2458
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
2459
|
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
|
2460
|
},
|
2461
|
"dist": {
|
2462
|
"type": "zip",
|
2463
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
|
2464
|
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
|
2465
|
"shasum": ""
|
2466
|
},
|
2467
|
"require": {
|
2468
|
"php": ">=7.3"
|
2469
|
},
|
2470
|
"require-dev": {
|
2471
|
"phpunit/phpunit": "^9.3"
|
2472
|
},
|
2473
|
"type": "library",
|
2474
|
"extra": {
|
2475
|
"branch-alias": {
|
2476
|
"dev-master": "2.0-dev"
|
2477
|
}
|
2478
|
},
|
2479
|
"autoload": {
|
2480
|
"classmap": [
|
2481
|
"src/"
|
2482
|
]
|
2483
|
},
|
2484
|
"notification-url": "https://packagist.org/downloads/",
|
2485
|
"license": [
|
2486
|
"BSD-3-Clause"
|
2487
|
],
|
2488
|
"authors": [
|
2489
|
{
|
2490
|
"name": "Sebastian Bergmann",
|
2491
|
"email": "sebastian@phpunit.de"
|
2492
|
}
|
2493
|
],
|
2494
|
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
2495
|
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
2496
|
"support": {
|
2497
|
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
|
2498
|
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
|
2499
|
},
|
2500
|
"funding": [
|
2501
|
{
|
2502
|
"url": "https://github.com/sebastianbergmann",
|
2503
|
"type": "github"
|
2504
|
}
|
2505
|
],
|
2506
|
"time": "2020-10-26T13:14:26+00:00"
|
2507
|
},
|
2508
|
{
|
2509
|
"name": "sebastian/recursion-context",
|
2510
|
"version": "4.0.5",
|
2511
|
"source": {
|
2512
|
"type": "git",
|
2513
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
2514
|
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
|
2515
|
},
|
2516
|
"dist": {
|
2517
|
"type": "zip",
|
2518
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
|
2519
|
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
|
2520
|
"shasum": ""
|
2521
|
},
|
2522
|
"require": {
|
2523
|
"php": ">=7.3"
|
2524
|
},
|
2525
|
"require-dev": {
|
2526
|
"phpunit/phpunit": "^9.3"
|
2527
|
},
|
2528
|
"type": "library",
|
2529
|
"extra": {
|
2530
|
"branch-alias": {
|
2531
|
"dev-master": "4.0-dev"
|
2532
|
}
|
2533
|
},
|
2534
|
"autoload": {
|
2535
|
"classmap": [
|
2536
|
"src/"
|
2537
|
]
|
2538
|
},
|
2539
|
"notification-url": "https://packagist.org/downloads/",
|
2540
|
"license": [
|
2541
|
"BSD-3-Clause"
|
2542
|
],
|
2543
|
"authors": [
|
2544
|
{
|
2545
|
"name": "Sebastian Bergmann",
|
2546
|
"email": "sebastian@phpunit.de"
|
2547
|
},
|
2548
|
{
|
2549
|
"name": "Jeff Welch",
|
2550
|
"email": "whatthejeff@gmail.com"
|
2551
|
},
|
2552
|
{
|
2553
|
"name": "Adam Harvey",
|
2554
|
"email": "aharvey@php.net"
|
2555
|
}
|
2556
|
],
|
2557
|
"description": "Provides functionality to recursively process PHP variables",
|
2558
|
"homepage": "https://github.com/sebastianbergmann/recursion-context",
|
2559
|
"support": {
|
2560
|
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
2561
|
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
|
2562
|
},
|
2563
|
"funding": [
|
2564
|
{
|
2565
|
"url": "https://github.com/sebastianbergmann",
|
2566
|
"type": "github"
|
2567
|
}
|
2568
|
],
|
2569
|
"time": "2023-02-03T06:07:39+00:00"
|
2570
|
},
|
2571
|
{
|
2572
|
"name": "sebastian/resource-operations",
|
2573
|
"version": "3.0.3",
|
2574
|
"source": {
|
2575
|
"type": "git",
|
2576
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
2577
|
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
|
2578
|
},
|
2579
|
"dist": {
|
2580
|
"type": "zip",
|
2581
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
|
2582
|
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
|
2583
|
"shasum": ""
|
2584
|
},
|
2585
|
"require": {
|
2586
|
"php": ">=7.3"
|
2587
|
},
|
2588
|
"require-dev": {
|
2589
|
"phpunit/phpunit": "^9.0"
|
2590
|
},
|
2591
|
"type": "library",
|
2592
|
"extra": {
|
2593
|
"branch-alias": {
|
2594
|
"dev-master": "3.0-dev"
|
2595
|
}
|
2596
|
},
|
2597
|
"autoload": {
|
2598
|
"classmap": [
|
2599
|
"src/"
|
2600
|
]
|
2601
|
},
|
2602
|
"notification-url": "https://packagist.org/downloads/",
|
2603
|
"license": [
|
2604
|
"BSD-3-Clause"
|
2605
|
],
|
2606
|
"authors": [
|
2607
|
{
|
2608
|
"name": "Sebastian Bergmann",
|
2609
|
"email": "sebastian@phpunit.de"
|
2610
|
}
|
2611
|
],
|
2612
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
2613
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
2614
|
"support": {
|
2615
|
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
|
2616
|
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
|
2617
|
},
|
2618
|
"funding": [
|
2619
|
{
|
2620
|
"url": "https://github.com/sebastianbergmann",
|
2621
|
"type": "github"
|
2622
|
}
|
2623
|
],
|
2624
|
"time": "2020-09-28T06:45:17+00:00"
|
2625
|
},
|
2626
|
{
|
2627
|
"name": "sebastian/type",
|
2628
|
"version": "3.2.1",
|
2629
|
"source": {
|
2630
|
"type": "git",
|
2631
|
"url": "https://github.com/sebastianbergmann/type.git",
|
2632
|
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
|
2633
|
},
|
2634
|
"dist": {
|
2635
|
"type": "zip",
|
2636
|
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
|
2637
|
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
|
2638
|
"shasum": ""
|
2639
|
},
|
2640
|
"require": {
|
2641
|
"php": ">=7.3"
|
2642
|
},
|
2643
|
"require-dev": {
|
2644
|
"phpunit/phpunit": "^9.5"
|
2645
|
},
|
2646
|
"type": "library",
|
2647
|
"extra": {
|
2648
|
"branch-alias": {
|
2649
|
"dev-master": "3.2-dev"
|
2650
|
}
|
2651
|
},
|
2652
|
"autoload": {
|
2653
|
"classmap": [
|
2654
|
"src/"
|
2655
|
]
|
2656
|
},
|
2657
|
"notification-url": "https://packagist.org/downloads/",
|
2658
|
"license": [
|
2659
|
"BSD-3-Clause"
|
2660
|
],
|
2661
|
"authors": [
|
2662
|
{
|
2663
|
"name": "Sebastian Bergmann",
|
2664
|
"email": "sebastian@phpunit.de",
|
2665
|
"role": "lead"
|
2666
|
}
|
2667
|
],
|
2668
|
"description": "Collection of value objects that represent the types of the PHP type system",
|
2669
|
"homepage": "https://github.com/sebastianbergmann/type",
|
2670
|
"support": {
|
2671
|
"issues": "https://github.com/sebastianbergmann/type/issues",
|
2672
|
"source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
|
2673
|
},
|
2674
|
"funding": [
|
2675
|
{
|
2676
|
"url": "https://github.com/sebastianbergmann",
|
2677
|
"type": "github"
|
2678
|
}
|
2679
|
],
|
2680
|
"time": "2023-02-03T06:13:03+00:00"
|
2681
|
},
|
2682
|
{
|
2683
|
"name": "sebastian/version",
|
2684
|
"version": "3.0.2",
|
2685
|
"source": {
|
2686
|
"type": "git",
|
2687
|
"url": "https://github.com/sebastianbergmann/version.git",
|
2688
|
"reference": "c6c1022351a901512170118436c764e473f6de8c"
|
2689
|
},
|
2690
|
"dist": {
|
2691
|
"type": "zip",
|
2692
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
|
2693
|
"reference": "c6c1022351a901512170118436c764e473f6de8c",
|
2694
|
"shasum": ""
|
2695
|
},
|
2696
|
"require": {
|
2697
|
"php": ">=7.3"
|
2698
|
},
|
2699
|
"type": "library",
|
2700
|
"extra": {
|
2701
|
"branch-alias": {
|
2702
|
"dev-master": "3.0-dev"
|
2703
|
}
|
2704
|
},
|
2705
|
"autoload": {
|
2706
|
"classmap": [
|
2707
|
"src/"
|
2708
|
]
|
2709
|
},
|
2710
|
"notification-url": "https://packagist.org/downloads/",
|
2711
|
"license": [
|
2712
|
"BSD-3-Clause"
|
2713
|
],
|
2714
|
"authors": [
|
2715
|
{
|
2716
|
"name": "Sebastian Bergmann",
|
2717
|
"email": "sebastian@phpunit.de",
|
2718
|
"role": "lead"
|
2719
|
}
|
2720
|
],
|
2721
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
2722
|
"homepage": "https://github.com/sebastianbergmann/version",
|
2723
|
"support": {
|
2724
|
"issues": "https://github.com/sebastianbergmann/version/issues",
|
2725
|
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
|
2726
|
},
|
2727
|
"funding": [
|
2728
|
{
|
2729
|
"url": "https://github.com/sebastianbergmann",
|
2730
|
"type": "github"
|
2731
|
}
|
2732
|
],
|
2733
|
"time": "2020-09-28T06:39:44+00:00"
|
2734
|
},
|
2735
|
{
|
2736
|
"name": "theseer/tokenizer",
|
2737
|
"version": "1.2.1",
|
2738
|
"source": {
|
2739
|
"type": "git",
|
2740
|
"url": "https://github.com/theseer/tokenizer.git",
|
2741
|
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
|
2742
|
},
|
2743
|
"dist": {
|
2744
|
"type": "zip",
|
2745
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
|
2746
|
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
|
2747
|
"shasum": ""
|
2748
|
},
|
2749
|
"require": {
|
2750
|
"ext-dom": "*",
|
2751
|
"ext-tokenizer": "*",
|
2752
|
"ext-xmlwriter": "*",
|
2753
|
"php": "^7.2 || ^8.0"
|
2754
|
},
|
2755
|
"type": "library",
|
2756
|
"autoload": {
|
2757
|
"classmap": [
|
2758
|
"src/"
|
2759
|
]
|
2760
|
},
|
2761
|
"notification-url": "https://packagist.org/downloads/",
|
2762
|
"license": [
|
2763
|
"BSD-3-Clause"
|
2764
|
],
|
2765
|
"authors": [
|
2766
|
{
|
2767
|
"name": "Arne Blankerts",
|
2768
|
"email": "arne@blankerts.de",
|
2769
|
"role": "Developer"
|
2770
|
}
|
2771
|
],
|
2772
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
2773
|
"support": {
|
2774
|
"issues": "https://github.com/theseer/tokenizer/issues",
|
2775
|
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
|
2776
|
},
|
2777
|
"funding": [
|
2778
|
{
|
2779
|
"url": "https://github.com/theseer",
|
2780
|
"type": "github"
|
2781
|
}
|
2782
|
],
|
2783
|
"time": "2021-07-28T10:34:58+00:00"
|
2784
|
}
|
2785
|
],
|
2786
|
"aliases": [],
|
2787
|
"minimum-stability": "stable",
|
2788
|
"stability-flags": [],
|
2789
|
"prefer-stable": false,
|
2790
|
"prefer-lowest": false,
|
2791
|
"platform": [],
|
2792
|
"platform-dev": [],
|
2793
|
"plugin-api-version": "2.3.0"
|
2794
|
}
|