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": "8061af81b6c993a8c025dea68d3d130c",
|
8
|
"packages": [
|
9
|
{
|
10
|
"name": "mikehaertl/php-shellcommand",
|
11
|
"version": "1.7.0",
|
12
|
"source": {
|
13
|
"type": "git",
|
14
|
"url": "https://github.com/mikehaertl/php-shellcommand.git",
|
15
|
"reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545"
|
16
|
},
|
17
|
"dist": {
|
18
|
"type": "zip",
|
19
|
"url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/e79ea528be155ffdec6f3bf1a4a46307bb49e545",
|
20
|
"reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545",
|
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.7.0"
|
52
|
},
|
53
|
"time": "2023-04-19T08:25:22+00:00"
|
54
|
},
|
55
|
{
|
56
|
"name": "nette/utils",
|
57
|
"version": "v4.0.5",
|
58
|
"source": {
|
59
|
"type": "git",
|
60
|
"url": "https://github.com/nette/utils.git",
|
61
|
"reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96"
|
62
|
},
|
63
|
"dist": {
|
64
|
"type": "zip",
|
65
|
"url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
|
66
|
"reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
|
67
|
"shasum": ""
|
68
|
},
|
69
|
"require": {
|
70
|
"php": "8.0 - 8.4"
|
71
|
},
|
72
|
"conflict": {
|
73
|
"nette/finder": "<3",
|
74
|
"nette/schema": "<1.2.2"
|
75
|
},
|
76
|
"require-dev": {
|
77
|
"jetbrains/phpstorm-attributes": "dev-master",
|
78
|
"nette/tester": "^2.5",
|
79
|
"phpstan/phpstan": "^1.0",
|
80
|
"tracy/tracy": "^2.9"
|
81
|
},
|
82
|
"suggest": {
|
83
|
"ext-gd": "to use Image",
|
84
|
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
|
85
|
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
|
86
|
"ext-json": "to use Nette\\Utils\\Json",
|
87
|
"ext-mbstring": "to use Strings::lower() etc...",
|
88
|
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
|
89
|
},
|
90
|
"type": "library",
|
91
|
"extra": {
|
92
|
"branch-alias": {
|
93
|
"dev-master": "4.0-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/v4.0.5"
|
138
|
},
|
139
|
"time": "2024-08-07T15:39:19+00:00"
|
140
|
},
|
141
|
{
|
142
|
"name": "psr/cache",
|
143
|
"version": "3.0.0",
|
144
|
"source": {
|
145
|
"type": "git",
|
146
|
"url": "https://github.com/php-fig/cache.git",
|
147
|
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
|
148
|
},
|
149
|
"dist": {
|
150
|
"type": "zip",
|
151
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
152
|
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
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/3.0.0"
|
187
|
},
|
188
|
"time": "2021-02-03T23:26:27+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.2",
|
246
|
"source": {
|
247
|
"type": "git",
|
248
|
"url": "https://github.com/php-fig/log.git",
|
249
|
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
|
250
|
},
|
251
|
"dist": {
|
252
|
"type": "zip",
|
253
|
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
254
|
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
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.2"
|
290
|
},
|
291
|
"time": "2024-09-11T13:17:53+00:00"
|
292
|
},
|
293
|
{
|
294
|
"name": "simplepie/simplepie",
|
295
|
"version": "1.8.1",
|
296
|
"source": {
|
297
|
"type": "git",
|
298
|
"url": "https://github.com/simplepie/simplepie.git",
|
299
|
"reference": "a567b8ab9b6145a23e6a9ec2b6b74f56d52f7ad1"
|
300
|
},
|
301
|
"dist": {
|
302
|
"type": "zip",
|
303
|
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/a567b8ab9b6145a23e6a9ec2b6b74f56d52f7ad1",
|
304
|
"reference": "a567b8ab9b6145a23e6a9ec2b6b74f56d52f7ad1",
|
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.1"
|
366
|
},
|
367
|
"time": "2024-11-22T16:33:20+00:00"
|
368
|
},
|
369
|
{
|
370
|
"name": "symfony/cache",
|
371
|
"version": "v7.2.1",
|
372
|
"source": {
|
373
|
"type": "git",
|
374
|
"url": "https://github.com/symfony/cache.git",
|
375
|
"reference": "e7e983596b744c4539f31e79b0350a6cf5878a20"
|
376
|
},
|
377
|
"dist": {
|
378
|
"type": "zip",
|
379
|
"url": "https://api.github.com/repos/symfony/cache/zipball/e7e983596b744c4539f31e79b0350a6cf5878a20",
|
380
|
"reference": "e7e983596b744c4539f31e79b0350a6cf5878a20",
|
381
|
"shasum": ""
|
382
|
},
|
383
|
"require": {
|
384
|
"php": ">=8.2",
|
385
|
"psr/cache": "^2.0|^3.0",
|
386
|
"psr/log": "^1.1|^2|^3",
|
387
|
"symfony/cache-contracts": "^2.5|^3",
|
388
|
"symfony/deprecation-contracts": "^2.5|^3.0",
|
389
|
"symfony/service-contracts": "^2.5|^3",
|
390
|
"symfony/var-exporter": "^6.4|^7.0"
|
391
|
},
|
392
|
"conflict": {
|
393
|
"doctrine/dbal": "<3.6",
|
394
|
"symfony/dependency-injection": "<6.4",
|
395
|
"symfony/http-kernel": "<6.4",
|
396
|
"symfony/var-dumper": "<6.4"
|
397
|
},
|
398
|
"provide": {
|
399
|
"psr/cache-implementation": "2.0|3.0",
|
400
|
"psr/simple-cache-implementation": "1.0|2.0|3.0",
|
401
|
"symfony/cache-implementation": "1.1|2.0|3.0"
|
402
|
},
|
403
|
"require-dev": {
|
404
|
"cache/integration-tests": "dev-master",
|
405
|
"doctrine/dbal": "^3.6|^4",
|
406
|
"predis/predis": "^1.1|^2.0",
|
407
|
"psr/simple-cache": "^1.0|^2.0|^3.0",
|
408
|
"symfony/clock": "^6.4|^7.0",
|
409
|
"symfony/config": "^6.4|^7.0",
|
410
|
"symfony/dependency-injection": "^6.4|^7.0",
|
411
|
"symfony/filesystem": "^6.4|^7.0",
|
412
|
"symfony/http-kernel": "^6.4|^7.0",
|
413
|
"symfony/messenger": "^6.4|^7.0",
|
414
|
"symfony/var-dumper": "^6.4|^7.0"
|
415
|
},
|
416
|
"type": "library",
|
417
|
"autoload": {
|
418
|
"psr-4": {
|
419
|
"Symfony\\Component\\Cache\\": ""
|
420
|
},
|
421
|
"classmap": [
|
422
|
"Traits/ValueWrapper.php"
|
423
|
],
|
424
|
"exclude-from-classmap": [
|
425
|
"/Tests/"
|
426
|
]
|
427
|
},
|
428
|
"notification-url": "https://packagist.org/downloads/",
|
429
|
"license": [
|
430
|
"MIT"
|
431
|
],
|
432
|
"authors": [
|
433
|
{
|
434
|
"name": "Nicolas Grekas",
|
435
|
"email": "p@tchwork.com"
|
436
|
},
|
437
|
{
|
438
|
"name": "Symfony Community",
|
439
|
"homepage": "https://symfony.com/contributors"
|
440
|
}
|
441
|
],
|
442
|
"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
|
443
|
"homepage": "https://symfony.com",
|
444
|
"keywords": [
|
445
|
"caching",
|
446
|
"psr6"
|
447
|
],
|
448
|
"support": {
|
449
|
"source": "https://github.com/symfony/cache/tree/v7.2.1"
|
450
|
},
|
451
|
"funding": [
|
452
|
{
|
453
|
"url": "https://symfony.com/sponsor",
|
454
|
"type": "custom"
|
455
|
},
|
456
|
{
|
457
|
"url": "https://github.com/fabpot",
|
458
|
"type": "github"
|
459
|
},
|
460
|
{
|
461
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
462
|
"type": "tidelift"
|
463
|
}
|
464
|
],
|
465
|
"time": "2024-12-07T08:08:50+00:00"
|
466
|
},
|
467
|
{
|
468
|
"name": "symfony/cache-contracts",
|
469
|
"version": "v3.5.1",
|
470
|
"source": {
|
471
|
"type": "git",
|
472
|
"url": "https://github.com/symfony/cache-contracts.git",
|
473
|
"reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b"
|
474
|
},
|
475
|
"dist": {
|
476
|
"type": "zip",
|
477
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
|
478
|
"reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
|
479
|
"shasum": ""
|
480
|
},
|
481
|
"require": {
|
482
|
"php": ">=8.1",
|
483
|
"psr/cache": "^3.0"
|
484
|
},
|
485
|
"type": "library",
|
486
|
"extra": {
|
487
|
"thanks": {
|
488
|
"url": "https://github.com/symfony/contracts",
|
489
|
"name": "symfony/contracts"
|
490
|
},
|
491
|
"branch-alias": {
|
492
|
"dev-main": "3.5-dev"
|
493
|
}
|
494
|
},
|
495
|
"autoload": {
|
496
|
"psr-4": {
|
497
|
"Symfony\\Contracts\\Cache\\": ""
|
498
|
}
|
499
|
},
|
500
|
"notification-url": "https://packagist.org/downloads/",
|
501
|
"license": [
|
502
|
"MIT"
|
503
|
],
|
504
|
"authors": [
|
505
|
{
|
506
|
"name": "Nicolas Grekas",
|
507
|
"email": "p@tchwork.com"
|
508
|
},
|
509
|
{
|
510
|
"name": "Symfony Community",
|
511
|
"homepage": "https://symfony.com/contributors"
|
512
|
}
|
513
|
],
|
514
|
"description": "Generic abstractions related to caching",
|
515
|
"homepage": "https://symfony.com",
|
516
|
"keywords": [
|
517
|
"abstractions",
|
518
|
"contracts",
|
519
|
"decoupling",
|
520
|
"interfaces",
|
521
|
"interoperability",
|
522
|
"standards"
|
523
|
],
|
524
|
"support": {
|
525
|
"source": "https://github.com/symfony/cache-contracts/tree/v3.5.1"
|
526
|
},
|
527
|
"funding": [
|
528
|
{
|
529
|
"url": "https://symfony.com/sponsor",
|
530
|
"type": "custom"
|
531
|
},
|
532
|
{
|
533
|
"url": "https://github.com/fabpot",
|
534
|
"type": "github"
|
535
|
},
|
536
|
{
|
537
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
538
|
"type": "tidelift"
|
539
|
}
|
540
|
],
|
541
|
"time": "2024-09-25T14:20:29+00:00"
|
542
|
},
|
543
|
{
|
544
|
"name": "symfony/console",
|
545
|
"version": "v7.2.1",
|
546
|
"source": {
|
547
|
"type": "git",
|
548
|
"url": "https://github.com/symfony/console.git",
|
549
|
"reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3"
|
550
|
},
|
551
|
"dist": {
|
552
|
"type": "zip",
|
553
|
"url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
|
554
|
"reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
|
555
|
"shasum": ""
|
556
|
},
|
557
|
"require": {
|
558
|
"php": ">=8.2",
|
559
|
"symfony/polyfill-mbstring": "~1.0",
|
560
|
"symfony/service-contracts": "^2.5|^3",
|
561
|
"symfony/string": "^6.4|^7.0"
|
562
|
},
|
563
|
"conflict": {
|
564
|
"symfony/dependency-injection": "<6.4",
|
565
|
"symfony/dotenv": "<6.4",
|
566
|
"symfony/event-dispatcher": "<6.4",
|
567
|
"symfony/lock": "<6.4",
|
568
|
"symfony/process": "<6.4"
|
569
|
},
|
570
|
"provide": {
|
571
|
"psr/log-implementation": "1.0|2.0|3.0"
|
572
|
},
|
573
|
"require-dev": {
|
574
|
"psr/log": "^1|^2|^3",
|
575
|
"symfony/config": "^6.4|^7.0",
|
576
|
"symfony/dependency-injection": "^6.4|^7.0",
|
577
|
"symfony/event-dispatcher": "^6.4|^7.0",
|
578
|
"symfony/http-foundation": "^6.4|^7.0",
|
579
|
"symfony/http-kernel": "^6.4|^7.0",
|
580
|
"symfony/lock": "^6.4|^7.0",
|
581
|
"symfony/messenger": "^6.4|^7.0",
|
582
|
"symfony/process": "^6.4|^7.0",
|
583
|
"symfony/stopwatch": "^6.4|^7.0",
|
584
|
"symfony/var-dumper": "^6.4|^7.0"
|
585
|
},
|
586
|
"type": "library",
|
587
|
"autoload": {
|
588
|
"psr-4": {
|
589
|
"Symfony\\Component\\Console\\": ""
|
590
|
},
|
591
|
"exclude-from-classmap": [
|
592
|
"/Tests/"
|
593
|
]
|
594
|
},
|
595
|
"notification-url": "https://packagist.org/downloads/",
|
596
|
"license": [
|
597
|
"MIT"
|
598
|
],
|
599
|
"authors": [
|
600
|
{
|
601
|
"name": "Fabien Potencier",
|
602
|
"email": "fabien@symfony.com"
|
603
|
},
|
604
|
{
|
605
|
"name": "Symfony Community",
|
606
|
"homepage": "https://symfony.com/contributors"
|
607
|
}
|
608
|
],
|
609
|
"description": "Eases the creation of beautiful and testable command line interfaces",
|
610
|
"homepage": "https://symfony.com",
|
611
|
"keywords": [
|
612
|
"cli",
|
613
|
"command-line",
|
614
|
"console",
|
615
|
"terminal"
|
616
|
],
|
617
|
"support": {
|
618
|
"source": "https://github.com/symfony/console/tree/v7.2.1"
|
619
|
},
|
620
|
"funding": [
|
621
|
{
|
622
|
"url": "https://symfony.com/sponsor",
|
623
|
"type": "custom"
|
624
|
},
|
625
|
{
|
626
|
"url": "https://github.com/fabpot",
|
627
|
"type": "github"
|
628
|
},
|
629
|
{
|
630
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
631
|
"type": "tidelift"
|
632
|
}
|
633
|
],
|
634
|
"time": "2024-12-11T03:49:26+00:00"
|
635
|
},
|
636
|
{
|
637
|
"name": "symfony/deprecation-contracts",
|
638
|
"version": "v3.5.1",
|
639
|
"source": {
|
640
|
"type": "git",
|
641
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
642
|
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
|
643
|
},
|
644
|
"dist": {
|
645
|
"type": "zip",
|
646
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
647
|
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
648
|
"shasum": ""
|
649
|
},
|
650
|
"require": {
|
651
|
"php": ">=8.1"
|
652
|
},
|
653
|
"type": "library",
|
654
|
"extra": {
|
655
|
"thanks": {
|
656
|
"url": "https://github.com/symfony/contracts",
|
657
|
"name": "symfony/contracts"
|
658
|
},
|
659
|
"branch-alias": {
|
660
|
"dev-main": "3.5-dev"
|
661
|
}
|
662
|
},
|
663
|
"autoload": {
|
664
|
"files": [
|
665
|
"function.php"
|
666
|
]
|
667
|
},
|
668
|
"notification-url": "https://packagist.org/downloads/",
|
669
|
"license": [
|
670
|
"MIT"
|
671
|
],
|
672
|
"authors": [
|
673
|
{
|
674
|
"name": "Nicolas Grekas",
|
675
|
"email": "p@tchwork.com"
|
676
|
},
|
677
|
{
|
678
|
"name": "Symfony Community",
|
679
|
"homepage": "https://symfony.com/contributors"
|
680
|
}
|
681
|
],
|
682
|
"description": "A generic function and convention to trigger deprecation notices",
|
683
|
"homepage": "https://symfony.com",
|
684
|
"support": {
|
685
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
|
686
|
},
|
687
|
"funding": [
|
688
|
{
|
689
|
"url": "https://symfony.com/sponsor",
|
690
|
"type": "custom"
|
691
|
},
|
692
|
{
|
693
|
"url": "https://github.com/fabpot",
|
694
|
"type": "github"
|
695
|
},
|
696
|
{
|
697
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
698
|
"type": "tidelift"
|
699
|
}
|
700
|
],
|
701
|
"time": "2024-09-25T14:20:29+00:00"
|
702
|
},
|
703
|
{
|
704
|
"name": "symfony/polyfill-ctype",
|
705
|
"version": "v1.31.0",
|
706
|
"source": {
|
707
|
"type": "git",
|
708
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
709
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
|
710
|
},
|
711
|
"dist": {
|
712
|
"type": "zip",
|
713
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
|
714
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
|
715
|
"shasum": ""
|
716
|
},
|
717
|
"require": {
|
718
|
"php": ">=7.2"
|
719
|
},
|
720
|
"provide": {
|
721
|
"ext-ctype": "*"
|
722
|
},
|
723
|
"suggest": {
|
724
|
"ext-ctype": "For best performance"
|
725
|
},
|
726
|
"type": "library",
|
727
|
"extra": {
|
728
|
"thanks": {
|
729
|
"url": "https://github.com/symfony/polyfill",
|
730
|
"name": "symfony/polyfill"
|
731
|
}
|
732
|
},
|
733
|
"autoload": {
|
734
|
"files": [
|
735
|
"bootstrap.php"
|
736
|
],
|
737
|
"psr-4": {
|
738
|
"Symfony\\Polyfill\\Ctype\\": ""
|
739
|
}
|
740
|
},
|
741
|
"notification-url": "https://packagist.org/downloads/",
|
742
|
"license": [
|
743
|
"MIT"
|
744
|
],
|
745
|
"authors": [
|
746
|
{
|
747
|
"name": "Gert de Pagter",
|
748
|
"email": "BackEndTea@gmail.com"
|
749
|
},
|
750
|
{
|
751
|
"name": "Symfony Community",
|
752
|
"homepage": "https://symfony.com/contributors"
|
753
|
}
|
754
|
],
|
755
|
"description": "Symfony polyfill for ctype functions",
|
756
|
"homepage": "https://symfony.com",
|
757
|
"keywords": [
|
758
|
"compatibility",
|
759
|
"ctype",
|
760
|
"polyfill",
|
761
|
"portable"
|
762
|
],
|
763
|
"support": {
|
764
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
|
765
|
},
|
766
|
"funding": [
|
767
|
{
|
768
|
"url": "https://symfony.com/sponsor",
|
769
|
"type": "custom"
|
770
|
},
|
771
|
{
|
772
|
"url": "https://github.com/fabpot",
|
773
|
"type": "github"
|
774
|
},
|
775
|
{
|
776
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
777
|
"type": "tidelift"
|
778
|
}
|
779
|
],
|
780
|
"time": "2024-09-09T11:45:10+00:00"
|
781
|
},
|
782
|
{
|
783
|
"name": "symfony/polyfill-intl-grapheme",
|
784
|
"version": "v1.31.0",
|
785
|
"source": {
|
786
|
"type": "git",
|
787
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
788
|
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
|
789
|
},
|
790
|
"dist": {
|
791
|
"type": "zip",
|
792
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
|
793
|
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
|
794
|
"shasum": ""
|
795
|
},
|
796
|
"require": {
|
797
|
"php": ">=7.2"
|
798
|
},
|
799
|
"suggest": {
|
800
|
"ext-intl": "For best performance"
|
801
|
},
|
802
|
"type": "library",
|
803
|
"extra": {
|
804
|
"thanks": {
|
805
|
"url": "https://github.com/symfony/polyfill",
|
806
|
"name": "symfony/polyfill"
|
807
|
}
|
808
|
},
|
809
|
"autoload": {
|
810
|
"files": [
|
811
|
"bootstrap.php"
|
812
|
],
|
813
|
"psr-4": {
|
814
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
815
|
}
|
816
|
},
|
817
|
"notification-url": "https://packagist.org/downloads/",
|
818
|
"license": [
|
819
|
"MIT"
|
820
|
],
|
821
|
"authors": [
|
822
|
{
|
823
|
"name": "Nicolas Grekas",
|
824
|
"email": "p@tchwork.com"
|
825
|
},
|
826
|
{
|
827
|
"name": "Symfony Community",
|
828
|
"homepage": "https://symfony.com/contributors"
|
829
|
}
|
830
|
],
|
831
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
832
|
"homepage": "https://symfony.com",
|
833
|
"keywords": [
|
834
|
"compatibility",
|
835
|
"grapheme",
|
836
|
"intl",
|
837
|
"polyfill",
|
838
|
"portable",
|
839
|
"shim"
|
840
|
],
|
841
|
"support": {
|
842
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
|
843
|
},
|
844
|
"funding": [
|
845
|
{
|
846
|
"url": "https://symfony.com/sponsor",
|
847
|
"type": "custom"
|
848
|
},
|
849
|
{
|
850
|
"url": "https://github.com/fabpot",
|
851
|
"type": "github"
|
852
|
},
|
853
|
{
|
854
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
855
|
"type": "tidelift"
|
856
|
}
|
857
|
],
|
858
|
"time": "2024-09-09T11:45:10+00:00"
|
859
|
},
|
860
|
{
|
861
|
"name": "symfony/polyfill-intl-normalizer",
|
862
|
"version": "v1.31.0",
|
863
|
"source": {
|
864
|
"type": "git",
|
865
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
866
|
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
|
867
|
},
|
868
|
"dist": {
|
869
|
"type": "zip",
|
870
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
|
871
|
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
|
872
|
"shasum": ""
|
873
|
},
|
874
|
"require": {
|
875
|
"php": ">=7.2"
|
876
|
},
|
877
|
"suggest": {
|
878
|
"ext-intl": "For best performance"
|
879
|
},
|
880
|
"type": "library",
|
881
|
"extra": {
|
882
|
"thanks": {
|
883
|
"url": "https://github.com/symfony/polyfill",
|
884
|
"name": "symfony/polyfill"
|
885
|
}
|
886
|
},
|
887
|
"autoload": {
|
888
|
"files": [
|
889
|
"bootstrap.php"
|
890
|
],
|
891
|
"psr-4": {
|
892
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
893
|
},
|
894
|
"classmap": [
|
895
|
"Resources/stubs"
|
896
|
]
|
897
|
},
|
898
|
"notification-url": "https://packagist.org/downloads/",
|
899
|
"license": [
|
900
|
"MIT"
|
901
|
],
|
902
|
"authors": [
|
903
|
{
|
904
|
"name": "Nicolas Grekas",
|
905
|
"email": "p@tchwork.com"
|
906
|
},
|
907
|
{
|
908
|
"name": "Symfony Community",
|
909
|
"homepage": "https://symfony.com/contributors"
|
910
|
}
|
911
|
],
|
912
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
913
|
"homepage": "https://symfony.com",
|
914
|
"keywords": [
|
915
|
"compatibility",
|
916
|
"intl",
|
917
|
"normalizer",
|
918
|
"polyfill",
|
919
|
"portable",
|
920
|
"shim"
|
921
|
],
|
922
|
"support": {
|
923
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
|
924
|
},
|
925
|
"funding": [
|
926
|
{
|
927
|
"url": "https://symfony.com/sponsor",
|
928
|
"type": "custom"
|
929
|
},
|
930
|
{
|
931
|
"url": "https://github.com/fabpot",
|
932
|
"type": "github"
|
933
|
},
|
934
|
{
|
935
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
936
|
"type": "tidelift"
|
937
|
}
|
938
|
],
|
939
|
"time": "2024-09-09T11:45:10+00:00"
|
940
|
},
|
941
|
{
|
942
|
"name": "symfony/polyfill-mbstring",
|
943
|
"version": "v1.31.0",
|
944
|
"source": {
|
945
|
"type": "git",
|
946
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
947
|
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
|
948
|
},
|
949
|
"dist": {
|
950
|
"type": "zip",
|
951
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
|
952
|
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
|
953
|
"shasum": ""
|
954
|
},
|
955
|
"require": {
|
956
|
"php": ">=7.2"
|
957
|
},
|
958
|
"provide": {
|
959
|
"ext-mbstring": "*"
|
960
|
},
|
961
|
"suggest": {
|
962
|
"ext-mbstring": "For best performance"
|
963
|
},
|
964
|
"type": "library",
|
965
|
"extra": {
|
966
|
"thanks": {
|
967
|
"url": "https://github.com/symfony/polyfill",
|
968
|
"name": "symfony/polyfill"
|
969
|
}
|
970
|
},
|
971
|
"autoload": {
|
972
|
"files": [
|
973
|
"bootstrap.php"
|
974
|
],
|
975
|
"psr-4": {
|
976
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
977
|
}
|
978
|
},
|
979
|
"notification-url": "https://packagist.org/downloads/",
|
980
|
"license": [
|
981
|
"MIT"
|
982
|
],
|
983
|
"authors": [
|
984
|
{
|
985
|
"name": "Nicolas Grekas",
|
986
|
"email": "p@tchwork.com"
|
987
|
},
|
988
|
{
|
989
|
"name": "Symfony Community",
|
990
|
"homepage": "https://symfony.com/contributors"
|
991
|
}
|
992
|
],
|
993
|
"description": "Symfony polyfill for the Mbstring extension",
|
994
|
"homepage": "https://symfony.com",
|
995
|
"keywords": [
|
996
|
"compatibility",
|
997
|
"mbstring",
|
998
|
"polyfill",
|
999
|
"portable",
|
1000
|
"shim"
|
1001
|
],
|
1002
|
"support": {
|
1003
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
|
1004
|
},
|
1005
|
"funding": [
|
1006
|
{
|
1007
|
"url": "https://symfony.com/sponsor",
|
1008
|
"type": "custom"
|
1009
|
},
|
1010
|
{
|
1011
|
"url": "https://github.com/fabpot",
|
1012
|
"type": "github"
|
1013
|
},
|
1014
|
{
|
1015
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
1016
|
"type": "tidelift"
|
1017
|
}
|
1018
|
],
|
1019
|
"time": "2024-09-09T11:45:10+00:00"
|
1020
|
},
|
1021
|
{
|
1022
|
"name": "symfony/service-contracts",
|
1023
|
"version": "v3.5.1",
|
1024
|
"source": {
|
1025
|
"type": "git",
|
1026
|
"url": "https://github.com/symfony/service-contracts.git",
|
1027
|
"reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
|
1028
|
},
|
1029
|
"dist": {
|
1030
|
"type": "zip",
|
1031
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
|
1032
|
"reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
|
1033
|
"shasum": ""
|
1034
|
},
|
1035
|
"require": {
|
1036
|
"php": ">=8.1",
|
1037
|
"psr/container": "^1.1|^2.0",
|
1038
|
"symfony/deprecation-contracts": "^2.5|^3"
|
1039
|
},
|
1040
|
"conflict": {
|
1041
|
"ext-psr": "<1.1|>=2"
|
1042
|
},
|
1043
|
"type": "library",
|
1044
|
"extra": {
|
1045
|
"thanks": {
|
1046
|
"url": "https://github.com/symfony/contracts",
|
1047
|
"name": "symfony/contracts"
|
1048
|
},
|
1049
|
"branch-alias": {
|
1050
|
"dev-main": "3.5-dev"
|
1051
|
}
|
1052
|
},
|
1053
|
"autoload": {
|
1054
|
"psr-4": {
|
1055
|
"Symfony\\Contracts\\Service\\": ""
|
1056
|
},
|
1057
|
"exclude-from-classmap": [
|
1058
|
"/Test/"
|
1059
|
]
|
1060
|
},
|
1061
|
"notification-url": "https://packagist.org/downloads/",
|
1062
|
"license": [
|
1063
|
"MIT"
|
1064
|
],
|
1065
|
"authors": [
|
1066
|
{
|
1067
|
"name": "Nicolas Grekas",
|
1068
|
"email": "p@tchwork.com"
|
1069
|
},
|
1070
|
{
|
1071
|
"name": "Symfony Community",
|
1072
|
"homepage": "https://symfony.com/contributors"
|
1073
|
}
|
1074
|
],
|
1075
|
"description": "Generic abstractions related to writing services",
|
1076
|
"homepage": "https://symfony.com",
|
1077
|
"keywords": [
|
1078
|
"abstractions",
|
1079
|
"contracts",
|
1080
|
"decoupling",
|
1081
|
"interfaces",
|
1082
|
"interoperability",
|
1083
|
"standards"
|
1084
|
],
|
1085
|
"support": {
|
1086
|
"source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
|
1087
|
},
|
1088
|
"funding": [
|
1089
|
{
|
1090
|
"url": "https://symfony.com/sponsor",
|
1091
|
"type": "custom"
|
1092
|
},
|
1093
|
{
|
1094
|
"url": "https://github.com/fabpot",
|
1095
|
"type": "github"
|
1096
|
},
|
1097
|
{
|
1098
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
1099
|
"type": "tidelift"
|
1100
|
}
|
1101
|
],
|
1102
|
"time": "2024-09-25T14:20:29+00:00"
|
1103
|
},
|
1104
|
{
|
1105
|
"name": "symfony/string",
|
1106
|
"version": "v7.2.0",
|
1107
|
"source": {
|
1108
|
"type": "git",
|
1109
|
"url": "https://github.com/symfony/string.git",
|
1110
|
"reference": "446e0d146f991dde3e73f45f2c97a9faad773c82"
|
1111
|
},
|
1112
|
"dist": {
|
1113
|
"type": "zip",
|
1114
|
"url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82",
|
1115
|
"reference": "446e0d146f991dde3e73f45f2c97a9faad773c82",
|
1116
|
"shasum": ""
|
1117
|
},
|
1118
|
"require": {
|
1119
|
"php": ">=8.2",
|
1120
|
"symfony/polyfill-ctype": "~1.8",
|
1121
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
1122
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
1123
|
"symfony/polyfill-mbstring": "~1.0"
|
1124
|
},
|
1125
|
"conflict": {
|
1126
|
"symfony/translation-contracts": "<2.5"
|
1127
|
},
|
1128
|
"require-dev": {
|
1129
|
"symfony/emoji": "^7.1",
|
1130
|
"symfony/error-handler": "^6.4|^7.0",
|
1131
|
"symfony/http-client": "^6.4|^7.0",
|
1132
|
"symfony/intl": "^6.4|^7.0",
|
1133
|
"symfony/translation-contracts": "^2.5|^3.0",
|
1134
|
"symfony/var-exporter": "^6.4|^7.0"
|
1135
|
},
|
1136
|
"type": "library",
|
1137
|
"autoload": {
|
1138
|
"files": [
|
1139
|
"Resources/functions.php"
|
1140
|
],
|
1141
|
"psr-4": {
|
1142
|
"Symfony\\Component\\String\\": ""
|
1143
|
},
|
1144
|
"exclude-from-classmap": [
|
1145
|
"/Tests/"
|
1146
|
]
|
1147
|
},
|
1148
|
"notification-url": "https://packagist.org/downloads/",
|
1149
|
"license": [
|
1150
|
"MIT"
|
1151
|
],
|
1152
|
"authors": [
|
1153
|
{
|
1154
|
"name": "Nicolas Grekas",
|
1155
|
"email": "p@tchwork.com"
|
1156
|
},
|
1157
|
{
|
1158
|
"name": "Symfony Community",
|
1159
|
"homepage": "https://symfony.com/contributors"
|
1160
|
}
|
1161
|
],
|
1162
|
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
1163
|
"homepage": "https://symfony.com",
|
1164
|
"keywords": [
|
1165
|
"grapheme",
|
1166
|
"i18n",
|
1167
|
"string",
|
1168
|
"unicode",
|
1169
|
"utf-8",
|
1170
|
"utf8"
|
1171
|
],
|
1172
|
"support": {
|
1173
|
"source": "https://github.com/symfony/string/tree/v7.2.0"
|
1174
|
},
|
1175
|
"funding": [
|
1176
|
{
|
1177
|
"url": "https://symfony.com/sponsor",
|
1178
|
"type": "custom"
|
1179
|
},
|
1180
|
{
|
1181
|
"url": "https://github.com/fabpot",
|
1182
|
"type": "github"
|
1183
|
},
|
1184
|
{
|
1185
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
1186
|
"type": "tidelift"
|
1187
|
}
|
1188
|
],
|
1189
|
"time": "2024-11-13T13:31:26+00:00"
|
1190
|
},
|
1191
|
{
|
1192
|
"name": "symfony/var-exporter",
|
1193
|
"version": "v7.2.0",
|
1194
|
"source": {
|
1195
|
"type": "git",
|
1196
|
"url": "https://github.com/symfony/var-exporter.git",
|
1197
|
"reference": "1a6a89f95a46af0f142874c9d650a6358d13070d"
|
1198
|
},
|
1199
|
"dist": {
|
1200
|
"type": "zip",
|
1201
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/1a6a89f95a46af0f142874c9d650a6358d13070d",
|
1202
|
"reference": "1a6a89f95a46af0f142874c9d650a6358d13070d",
|
1203
|
"shasum": ""
|
1204
|
},
|
1205
|
"require": {
|
1206
|
"php": ">=8.2"
|
1207
|
},
|
1208
|
"require-dev": {
|
1209
|
"symfony/property-access": "^6.4|^7.0",
|
1210
|
"symfony/serializer": "^6.4|^7.0",
|
1211
|
"symfony/var-dumper": "^6.4|^7.0"
|
1212
|
},
|
1213
|
"type": "library",
|
1214
|
"autoload": {
|
1215
|
"psr-4": {
|
1216
|
"Symfony\\Component\\VarExporter\\": ""
|
1217
|
},
|
1218
|
"exclude-from-classmap": [
|
1219
|
"/Tests/"
|
1220
|
]
|
1221
|
},
|
1222
|
"notification-url": "https://packagist.org/downloads/",
|
1223
|
"license": [
|
1224
|
"MIT"
|
1225
|
],
|
1226
|
"authors": [
|
1227
|
{
|
1228
|
"name": "Nicolas Grekas",
|
1229
|
"email": "p@tchwork.com"
|
1230
|
},
|
1231
|
{
|
1232
|
"name": "Symfony Community",
|
1233
|
"homepage": "https://symfony.com/contributors"
|
1234
|
}
|
1235
|
],
|
1236
|
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
|
1237
|
"homepage": "https://symfony.com",
|
1238
|
"keywords": [
|
1239
|
"clone",
|
1240
|
"construct",
|
1241
|
"export",
|
1242
|
"hydrate",
|
1243
|
"instantiate",
|
1244
|
"lazy-loading",
|
1245
|
"proxy",
|
1246
|
"serialize"
|
1247
|
],
|
1248
|
"support": {
|
1249
|
"source": "https://github.com/symfony/var-exporter/tree/v7.2.0"
|
1250
|
},
|
1251
|
"funding": [
|
1252
|
{
|
1253
|
"url": "https://symfony.com/sponsor",
|
1254
|
"type": "custom"
|
1255
|
},
|
1256
|
{
|
1257
|
"url": "https://github.com/fabpot",
|
1258
|
"type": "github"
|
1259
|
},
|
1260
|
{
|
1261
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
1262
|
"type": "tidelift"
|
1263
|
}
|
1264
|
],
|
1265
|
"time": "2024-10-18T07:58:17+00:00"
|
1266
|
}
|
1267
|
],
|
1268
|
"packages-dev": [
|
1269
|
{
|
1270
|
"name": "doctrine/instantiator",
|
1271
|
"version": "2.0.0",
|
1272
|
"source": {
|
1273
|
"type": "git",
|
1274
|
"url": "https://github.com/doctrine/instantiator.git",
|
1275
|
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
|
1276
|
},
|
1277
|
"dist": {
|
1278
|
"type": "zip",
|
1279
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
|
1280
|
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
|
1281
|
"shasum": ""
|
1282
|
},
|
1283
|
"require": {
|
1284
|
"php": "^8.1"
|
1285
|
},
|
1286
|
"require-dev": {
|
1287
|
"doctrine/coding-standard": "^11",
|
1288
|
"ext-pdo": "*",
|
1289
|
"ext-phar": "*",
|
1290
|
"phpbench/phpbench": "^1.2",
|
1291
|
"phpstan/phpstan": "^1.9.4",
|
1292
|
"phpstan/phpstan-phpunit": "^1.3",
|
1293
|
"phpunit/phpunit": "^9.5.27",
|
1294
|
"vimeo/psalm": "^5.4"
|
1295
|
},
|
1296
|
"type": "library",
|
1297
|
"autoload": {
|
1298
|
"psr-4": {
|
1299
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
1300
|
}
|
1301
|
},
|
1302
|
"notification-url": "https://packagist.org/downloads/",
|
1303
|
"license": [
|
1304
|
"MIT"
|
1305
|
],
|
1306
|
"authors": [
|
1307
|
{
|
1308
|
"name": "Marco Pivetta",
|
1309
|
"email": "ocramius@gmail.com",
|
1310
|
"homepage": "https://ocramius.github.io/"
|
1311
|
}
|
1312
|
],
|
1313
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
1314
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
1315
|
"keywords": [
|
1316
|
"constructor",
|
1317
|
"instantiate"
|
1318
|
],
|
1319
|
"support": {
|
1320
|
"issues": "https://github.com/doctrine/instantiator/issues",
|
1321
|
"source": "https://github.com/doctrine/instantiator/tree/2.0.0"
|
1322
|
},
|
1323
|
"funding": [
|
1324
|
{
|
1325
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
1326
|
"type": "custom"
|
1327
|
},
|
1328
|
{
|
1329
|
"url": "https://www.patreon.com/phpdoctrine",
|
1330
|
"type": "patreon"
|
1331
|
},
|
1332
|
{
|
1333
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
|
1334
|
"type": "tidelift"
|
1335
|
}
|
1336
|
],
|
1337
|
"time": "2022-12-30T00:23:10+00:00"
|
1338
|
},
|
1339
|
{
|
1340
|
"name": "myclabs/deep-copy",
|
1341
|
"version": "1.12.1",
|
1342
|
"source": {
|
1343
|
"type": "git",
|
1344
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
1345
|
"reference": "123267b2c49fbf30d78a7b2d333f6be754b94845"
|
1346
|
},
|
1347
|
"dist": {
|
1348
|
"type": "zip",
|
1349
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845",
|
1350
|
"reference": "123267b2c49fbf30d78a7b2d333f6be754b94845",
|
1351
|
"shasum": ""
|
1352
|
},
|
1353
|
"require": {
|
1354
|
"php": "^7.1 || ^8.0"
|
1355
|
},
|
1356
|
"conflict": {
|
1357
|
"doctrine/collections": "<1.6.8",
|
1358
|
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
|
1359
|
},
|
1360
|
"require-dev": {
|
1361
|
"doctrine/collections": "^1.6.8",
|
1362
|
"doctrine/common": "^2.13.3 || ^3.2.2",
|
1363
|
"phpspec/prophecy": "^1.10",
|
1364
|
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
|
1365
|
},
|
1366
|
"type": "library",
|
1367
|
"autoload": {
|
1368
|
"files": [
|
1369
|
"src/DeepCopy/deep_copy.php"
|
1370
|
],
|
1371
|
"psr-4": {
|
1372
|
"DeepCopy\\": "src/DeepCopy/"
|
1373
|
}
|
1374
|
},
|
1375
|
"notification-url": "https://packagist.org/downloads/",
|
1376
|
"license": [
|
1377
|
"MIT"
|
1378
|
],
|
1379
|
"description": "Create deep copies (clones) of your objects",
|
1380
|
"keywords": [
|
1381
|
"clone",
|
1382
|
"copy",
|
1383
|
"duplicate",
|
1384
|
"object",
|
1385
|
"object graph"
|
1386
|
],
|
1387
|
"support": {
|
1388
|
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
1389
|
"source": "https://github.com/myclabs/DeepCopy/tree/1.12.1"
|
1390
|
},
|
1391
|
"funding": [
|
1392
|
{
|
1393
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
1394
|
"type": "tidelift"
|
1395
|
}
|
1396
|
],
|
1397
|
"time": "2024-11-08T17:47:46+00:00"
|
1398
|
},
|
1399
|
{
|
1400
|
"name": "nikic/php-parser",
|
1401
|
"version": "v4.19.4",
|
1402
|
"source": {
|
1403
|
"type": "git",
|
1404
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
1405
|
"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2"
|
1406
|
},
|
1407
|
"dist": {
|
1408
|
"type": "zip",
|
1409
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2",
|
1410
|
"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2",
|
1411
|
"shasum": ""
|
1412
|
},
|
1413
|
"require": {
|
1414
|
"ext-tokenizer": "*",
|
1415
|
"php": ">=7.1"
|
1416
|
},
|
1417
|
"require-dev": {
|
1418
|
"ircmaxell/php-yacc": "^0.0.7",
|
1419
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
|
1420
|
},
|
1421
|
"bin": [
|
1422
|
"bin/php-parse"
|
1423
|
],
|
1424
|
"type": "library",
|
1425
|
"extra": {
|
1426
|
"branch-alias": {
|
1427
|
"dev-master": "4.9-dev"
|
1428
|
}
|
1429
|
},
|
1430
|
"autoload": {
|
1431
|
"psr-4": {
|
1432
|
"PhpParser\\": "lib/PhpParser"
|
1433
|
}
|
1434
|
},
|
1435
|
"notification-url": "https://packagist.org/downloads/",
|
1436
|
"license": [
|
1437
|
"BSD-3-Clause"
|
1438
|
],
|
1439
|
"authors": [
|
1440
|
{
|
1441
|
"name": "Nikita Popov"
|
1442
|
}
|
1443
|
],
|
1444
|
"description": "A PHP parser written in PHP",
|
1445
|
"keywords": [
|
1446
|
"parser",
|
1447
|
"php"
|
1448
|
],
|
1449
|
"support": {
|
1450
|
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
1451
|
"source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4"
|
1452
|
},
|
1453
|
"time": "2024-09-29T15:01:53+00:00"
|
1454
|
},
|
1455
|
{
|
1456
|
"name": "phar-io/manifest",
|
1457
|
"version": "2.0.4",
|
1458
|
"source": {
|
1459
|
"type": "git",
|
1460
|
"url": "https://github.com/phar-io/manifest.git",
|
1461
|
"reference": "54750ef60c58e43759730615a392c31c80e23176"
|
1462
|
},
|
1463
|
"dist": {
|
1464
|
"type": "zip",
|
1465
|
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
|
1466
|
"reference": "54750ef60c58e43759730615a392c31c80e23176",
|
1467
|
"shasum": ""
|
1468
|
},
|
1469
|
"require": {
|
1470
|
"ext-dom": "*",
|
1471
|
"ext-libxml": "*",
|
1472
|
"ext-phar": "*",
|
1473
|
"ext-xmlwriter": "*",
|
1474
|
"phar-io/version": "^3.0.1",
|
1475
|
"php": "^7.2 || ^8.0"
|
1476
|
},
|
1477
|
"type": "library",
|
1478
|
"extra": {
|
1479
|
"branch-alias": {
|
1480
|
"dev-master": "2.0.x-dev"
|
1481
|
}
|
1482
|
},
|
1483
|
"autoload": {
|
1484
|
"classmap": [
|
1485
|
"src/"
|
1486
|
]
|
1487
|
},
|
1488
|
"notification-url": "https://packagist.org/downloads/",
|
1489
|
"license": [
|
1490
|
"BSD-3-Clause"
|
1491
|
],
|
1492
|
"authors": [
|
1493
|
{
|
1494
|
"name": "Arne Blankerts",
|
1495
|
"email": "arne@blankerts.de",
|
1496
|
"role": "Developer"
|
1497
|
},
|
1498
|
{
|
1499
|
"name": "Sebastian Heuer",
|
1500
|
"email": "sebastian@phpeople.de",
|
1501
|
"role": "Developer"
|
1502
|
},
|
1503
|
{
|
1504
|
"name": "Sebastian Bergmann",
|
1505
|
"email": "sebastian@phpunit.de",
|
1506
|
"role": "Developer"
|
1507
|
}
|
1508
|
],
|
1509
|
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
1510
|
"support": {
|
1511
|
"issues": "https://github.com/phar-io/manifest/issues",
|
1512
|
"source": "https://github.com/phar-io/manifest/tree/2.0.4"
|
1513
|
},
|
1514
|
"funding": [
|
1515
|
{
|
1516
|
"url": "https://github.com/theseer",
|
1517
|
"type": "github"
|
1518
|
}
|
1519
|
],
|
1520
|
"time": "2024-03-03T12:33:53+00:00"
|
1521
|
},
|
1522
|
{
|
1523
|
"name": "phar-io/version",
|
1524
|
"version": "3.2.1",
|
1525
|
"source": {
|
1526
|
"type": "git",
|
1527
|
"url": "https://github.com/phar-io/version.git",
|
1528
|
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
|
1529
|
},
|
1530
|
"dist": {
|
1531
|
"type": "zip",
|
1532
|
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
1533
|
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
1534
|
"shasum": ""
|
1535
|
},
|
1536
|
"require": {
|
1537
|
"php": "^7.2 || ^8.0"
|
1538
|
},
|
1539
|
"type": "library",
|
1540
|
"autoload": {
|
1541
|
"classmap": [
|
1542
|
"src/"
|
1543
|
]
|
1544
|
},
|
1545
|
"notification-url": "https://packagist.org/downloads/",
|
1546
|
"license": [
|
1547
|
"BSD-3-Clause"
|
1548
|
],
|
1549
|
"authors": [
|
1550
|
{
|
1551
|
"name": "Arne Blankerts",
|
1552
|
"email": "arne@blankerts.de",
|
1553
|
"role": "Developer"
|
1554
|
},
|
1555
|
{
|
1556
|
"name": "Sebastian Heuer",
|
1557
|
"email": "sebastian@phpeople.de",
|
1558
|
"role": "Developer"
|
1559
|
},
|
1560
|
{
|
1561
|
"name": "Sebastian Bergmann",
|
1562
|
"email": "sebastian@phpunit.de",
|
1563
|
"role": "Developer"
|
1564
|
}
|
1565
|
],
|
1566
|
"description": "Library for handling version information and constraints",
|
1567
|
"support": {
|
1568
|
"issues": "https://github.com/phar-io/version/issues",
|
1569
|
"source": "https://github.com/phar-io/version/tree/3.2.1"
|
1570
|
},
|
1571
|
"time": "2022-02-21T01:04:05+00:00"
|
1572
|
},
|
1573
|
{
|
1574
|
"name": "phpstan/phpstan",
|
1575
|
"version": "1.12.16",
|
1576
|
"source": {
|
1577
|
"type": "git",
|
1578
|
"url": "https://github.com/phpstan/phpstan.git",
|
1579
|
"reference": "e0bb5cb78545aae631220735aa706eac633a6be9"
|
1580
|
},
|
1581
|
"dist": {
|
1582
|
"type": "zip",
|
1583
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e0bb5cb78545aae631220735aa706eac633a6be9",
|
1584
|
"reference": "e0bb5cb78545aae631220735aa706eac633a6be9",
|
1585
|
"shasum": ""
|
1586
|
},
|
1587
|
"require": {
|
1588
|
"php": "^7.2|^8.0"
|
1589
|
},
|
1590
|
"conflict": {
|
1591
|
"phpstan/phpstan-shim": "*"
|
1592
|
},
|
1593
|
"bin": [
|
1594
|
"phpstan",
|
1595
|
"phpstan.phar"
|
1596
|
],
|
1597
|
"type": "library",
|
1598
|
"autoload": {
|
1599
|
"files": [
|
1600
|
"bootstrap.php"
|
1601
|
]
|
1602
|
},
|
1603
|
"notification-url": "https://packagist.org/downloads/",
|
1604
|
"license": [
|
1605
|
"MIT"
|
1606
|
],
|
1607
|
"description": "PHPStan - PHP Static Analysis Tool",
|
1608
|
"keywords": [
|
1609
|
"dev",
|
1610
|
"static analysis"
|
1611
|
],
|
1612
|
"support": {
|
1613
|
"docs": "https://phpstan.org/user-guide/getting-started",
|
1614
|
"forum": "https://github.com/phpstan/phpstan/discussions",
|
1615
|
"issues": "https://github.com/phpstan/phpstan/issues",
|
1616
|
"security": "https://github.com/phpstan/phpstan/security/policy",
|
1617
|
"source": "https://github.com/phpstan/phpstan-src"
|
1618
|
},
|
1619
|
"funding": [
|
1620
|
{
|
1621
|
"url": "https://github.com/ondrejmirtes",
|
1622
|
"type": "github"
|
1623
|
},
|
1624
|
{
|
1625
|
"url": "https://github.com/phpstan",
|
1626
|
"type": "github"
|
1627
|
}
|
1628
|
],
|
1629
|
"time": "2025-01-21T14:50:05+00:00"
|
1630
|
},
|
1631
|
{
|
1632
|
"name": "phpunit/php-code-coverage",
|
1633
|
"version": "9.2.32",
|
1634
|
"source": {
|
1635
|
"type": "git",
|
1636
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
1637
|
"reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5"
|
1638
|
},
|
1639
|
"dist": {
|
1640
|
"type": "zip",
|
1641
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5",
|
1642
|
"reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5",
|
1643
|
"shasum": ""
|
1644
|
},
|
1645
|
"require": {
|
1646
|
"ext-dom": "*",
|
1647
|
"ext-libxml": "*",
|
1648
|
"ext-xmlwriter": "*",
|
1649
|
"nikic/php-parser": "^4.19.1 || ^5.1.0",
|
1650
|
"php": ">=7.3",
|
1651
|
"phpunit/php-file-iterator": "^3.0.6",
|
1652
|
"phpunit/php-text-template": "^2.0.4",
|
1653
|
"sebastian/code-unit-reverse-lookup": "^2.0.3",
|
1654
|
"sebastian/complexity": "^2.0.3",
|
1655
|
"sebastian/environment": "^5.1.5",
|
1656
|
"sebastian/lines-of-code": "^1.0.4",
|
1657
|
"sebastian/version": "^3.0.2",
|
1658
|
"theseer/tokenizer": "^1.2.3"
|
1659
|
},
|
1660
|
"require-dev": {
|
1661
|
"phpunit/phpunit": "^9.6"
|
1662
|
},
|
1663
|
"suggest": {
|
1664
|
"ext-pcov": "PHP extension that provides line coverage",
|
1665
|
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
|
1666
|
},
|
1667
|
"type": "library",
|
1668
|
"extra": {
|
1669
|
"branch-alias": {
|
1670
|
"dev-main": "9.2.x-dev"
|
1671
|
}
|
1672
|
},
|
1673
|
"autoload": {
|
1674
|
"classmap": [
|
1675
|
"src/"
|
1676
|
]
|
1677
|
},
|
1678
|
"notification-url": "https://packagist.org/downloads/",
|
1679
|
"license": [
|
1680
|
"BSD-3-Clause"
|
1681
|
],
|
1682
|
"authors": [
|
1683
|
{
|
1684
|
"name": "Sebastian Bergmann",
|
1685
|
"email": "sebastian@phpunit.de",
|
1686
|
"role": "lead"
|
1687
|
}
|
1688
|
],
|
1689
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
1690
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
1691
|
"keywords": [
|
1692
|
"coverage",
|
1693
|
"testing",
|
1694
|
"xunit"
|
1695
|
],
|
1696
|
"support": {
|
1697
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
1698
|
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
1699
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32"
|
1700
|
},
|
1701
|
"funding": [
|
1702
|
{
|
1703
|
"url": "https://github.com/sebastianbergmann",
|
1704
|
"type": "github"
|
1705
|
}
|
1706
|
],
|
1707
|
"time": "2024-08-22T04:23:01+00:00"
|
1708
|
},
|
1709
|
{
|
1710
|
"name": "phpunit/php-file-iterator",
|
1711
|
"version": "3.0.6",
|
1712
|
"source": {
|
1713
|
"type": "git",
|
1714
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
1715
|
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
|
1716
|
},
|
1717
|
"dist": {
|
1718
|
"type": "zip",
|
1719
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
|
1720
|
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
|
1721
|
"shasum": ""
|
1722
|
},
|
1723
|
"require": {
|
1724
|
"php": ">=7.3"
|
1725
|
},
|
1726
|
"require-dev": {
|
1727
|
"phpunit/phpunit": "^9.3"
|
1728
|
},
|
1729
|
"type": "library",
|
1730
|
"extra": {
|
1731
|
"branch-alias": {
|
1732
|
"dev-master": "3.0-dev"
|
1733
|
}
|
1734
|
},
|
1735
|
"autoload": {
|
1736
|
"classmap": [
|
1737
|
"src/"
|
1738
|
]
|
1739
|
},
|
1740
|
"notification-url": "https://packagist.org/downloads/",
|
1741
|
"license": [
|
1742
|
"BSD-3-Clause"
|
1743
|
],
|
1744
|
"authors": [
|
1745
|
{
|
1746
|
"name": "Sebastian Bergmann",
|
1747
|
"email": "sebastian@phpunit.de",
|
1748
|
"role": "lead"
|
1749
|
}
|
1750
|
],
|
1751
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
1752
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
1753
|
"keywords": [
|
1754
|
"filesystem",
|
1755
|
"iterator"
|
1756
|
],
|
1757
|
"support": {
|
1758
|
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
1759
|
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
|
1760
|
},
|
1761
|
"funding": [
|
1762
|
{
|
1763
|
"url": "https://github.com/sebastianbergmann",
|
1764
|
"type": "github"
|
1765
|
}
|
1766
|
],
|
1767
|
"time": "2021-12-02T12:48:52+00:00"
|
1768
|
},
|
1769
|
{
|
1770
|
"name": "phpunit/php-invoker",
|
1771
|
"version": "3.1.1",
|
1772
|
"source": {
|
1773
|
"type": "git",
|
1774
|
"url": "https://github.com/sebastianbergmann/php-invoker.git",
|
1775
|
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
|
1776
|
},
|
1777
|
"dist": {
|
1778
|
"type": "zip",
|
1779
|
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
|
1780
|
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
|
1781
|
"shasum": ""
|
1782
|
},
|
1783
|
"require": {
|
1784
|
"php": ">=7.3"
|
1785
|
},
|
1786
|
"require-dev": {
|
1787
|
"ext-pcntl": "*",
|
1788
|
"phpunit/phpunit": "^9.3"
|
1789
|
},
|
1790
|
"suggest": {
|
1791
|
"ext-pcntl": "*"
|
1792
|
},
|
1793
|
"type": "library",
|
1794
|
"extra": {
|
1795
|
"branch-alias": {
|
1796
|
"dev-master": "3.1-dev"
|
1797
|
}
|
1798
|
},
|
1799
|
"autoload": {
|
1800
|
"classmap": [
|
1801
|
"src/"
|
1802
|
]
|
1803
|
},
|
1804
|
"notification-url": "https://packagist.org/downloads/",
|
1805
|
"license": [
|
1806
|
"BSD-3-Clause"
|
1807
|
],
|
1808
|
"authors": [
|
1809
|
{
|
1810
|
"name": "Sebastian Bergmann",
|
1811
|
"email": "sebastian@phpunit.de",
|
1812
|
"role": "lead"
|
1813
|
}
|
1814
|
],
|
1815
|
"description": "Invoke callables with a timeout",
|
1816
|
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
|
1817
|
"keywords": [
|
1818
|
"process"
|
1819
|
],
|
1820
|
"support": {
|
1821
|
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
|
1822
|
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
|
1823
|
},
|
1824
|
"funding": [
|
1825
|
{
|
1826
|
"url": "https://github.com/sebastianbergmann",
|
1827
|
"type": "github"
|
1828
|
}
|
1829
|
],
|
1830
|
"time": "2020-09-28T05:58:55+00:00"
|
1831
|
},
|
1832
|
{
|
1833
|
"name": "phpunit/php-text-template",
|
1834
|
"version": "2.0.4",
|
1835
|
"source": {
|
1836
|
"type": "git",
|
1837
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
1838
|
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
|
1839
|
},
|
1840
|
"dist": {
|
1841
|
"type": "zip",
|
1842
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
|
1843
|
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
|
1844
|
"shasum": ""
|
1845
|
},
|
1846
|
"require": {
|
1847
|
"php": ">=7.3"
|
1848
|
},
|
1849
|
"require-dev": {
|
1850
|
"phpunit/phpunit": "^9.3"
|
1851
|
},
|
1852
|
"type": "library",
|
1853
|
"extra": {
|
1854
|
"branch-alias": {
|
1855
|
"dev-master": "2.0-dev"
|
1856
|
}
|
1857
|
},
|
1858
|
"autoload": {
|
1859
|
"classmap": [
|
1860
|
"src/"
|
1861
|
]
|
1862
|
},
|
1863
|
"notification-url": "https://packagist.org/downloads/",
|
1864
|
"license": [
|
1865
|
"BSD-3-Clause"
|
1866
|
],
|
1867
|
"authors": [
|
1868
|
{
|
1869
|
"name": "Sebastian Bergmann",
|
1870
|
"email": "sebastian@phpunit.de",
|
1871
|
"role": "lead"
|
1872
|
}
|
1873
|
],
|
1874
|
"description": "Simple template engine.",
|
1875
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
1876
|
"keywords": [
|
1877
|
"template"
|
1878
|
],
|
1879
|
"support": {
|
1880
|
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
1881
|
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
|
1882
|
},
|
1883
|
"funding": [
|
1884
|
{
|
1885
|
"url": "https://github.com/sebastianbergmann",
|
1886
|
"type": "github"
|
1887
|
}
|
1888
|
],
|
1889
|
"time": "2020-10-26T05:33:50+00:00"
|
1890
|
},
|
1891
|
{
|
1892
|
"name": "phpunit/php-timer",
|
1893
|
"version": "5.0.3",
|
1894
|
"source": {
|
1895
|
"type": "git",
|
1896
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
1897
|
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
|
1898
|
},
|
1899
|
"dist": {
|
1900
|
"type": "zip",
|
1901
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
|
1902
|
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
|
1903
|
"shasum": ""
|
1904
|
},
|
1905
|
"require": {
|
1906
|
"php": ">=7.3"
|
1907
|
},
|
1908
|
"require-dev": {
|
1909
|
"phpunit/phpunit": "^9.3"
|
1910
|
},
|
1911
|
"type": "library",
|
1912
|
"extra": {
|
1913
|
"branch-alias": {
|
1914
|
"dev-master": "5.0-dev"
|
1915
|
}
|
1916
|
},
|
1917
|
"autoload": {
|
1918
|
"classmap": [
|
1919
|
"src/"
|
1920
|
]
|
1921
|
},
|
1922
|
"notification-url": "https://packagist.org/downloads/",
|
1923
|
"license": [
|
1924
|
"BSD-3-Clause"
|
1925
|
],
|
1926
|
"authors": [
|
1927
|
{
|
1928
|
"name": "Sebastian Bergmann",
|
1929
|
"email": "sebastian@phpunit.de",
|
1930
|
"role": "lead"
|
1931
|
}
|
1932
|
],
|
1933
|
"description": "Utility class for timing",
|
1934
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
1935
|
"keywords": [
|
1936
|
"timer"
|
1937
|
],
|
1938
|
"support": {
|
1939
|
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
1940
|
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
|
1941
|
},
|
1942
|
"funding": [
|
1943
|
{
|
1944
|
"url": "https://github.com/sebastianbergmann",
|
1945
|
"type": "github"
|
1946
|
}
|
1947
|
],
|
1948
|
"time": "2020-10-26T13:16:10+00:00"
|
1949
|
},
|
1950
|
{
|
1951
|
"name": "phpunit/phpunit",
|
1952
|
"version": "9.6.22",
|
1953
|
"source": {
|
1954
|
"type": "git",
|
1955
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
1956
|
"reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c"
|
1957
|
},
|
1958
|
"dist": {
|
1959
|
"type": "zip",
|
1960
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f80235cb4d3caa59ae09be3adf1ded27521d1a9c",
|
1961
|
"reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c",
|
1962
|
"shasum": ""
|
1963
|
},
|
1964
|
"require": {
|
1965
|
"doctrine/instantiator": "^1.5.0 || ^2",
|
1966
|
"ext-dom": "*",
|
1967
|
"ext-json": "*",
|
1968
|
"ext-libxml": "*",
|
1969
|
"ext-mbstring": "*",
|
1970
|
"ext-xml": "*",
|
1971
|
"ext-xmlwriter": "*",
|
1972
|
"myclabs/deep-copy": "^1.12.1",
|
1973
|
"phar-io/manifest": "^2.0.4",
|
1974
|
"phar-io/version": "^3.2.1",
|
1975
|
"php": ">=7.3",
|
1976
|
"phpunit/php-code-coverage": "^9.2.32",
|
1977
|
"phpunit/php-file-iterator": "^3.0.6",
|
1978
|
"phpunit/php-invoker": "^3.1.1",
|
1979
|
"phpunit/php-text-template": "^2.0.4",
|
1980
|
"phpunit/php-timer": "^5.0.3",
|
1981
|
"sebastian/cli-parser": "^1.0.2",
|
1982
|
"sebastian/code-unit": "^1.0.8",
|
1983
|
"sebastian/comparator": "^4.0.8",
|
1984
|
"sebastian/diff": "^4.0.6",
|
1985
|
"sebastian/environment": "^5.1.5",
|
1986
|
"sebastian/exporter": "^4.0.6",
|
1987
|
"sebastian/global-state": "^5.0.7",
|
1988
|
"sebastian/object-enumerator": "^4.0.4",
|
1989
|
"sebastian/resource-operations": "^3.0.4",
|
1990
|
"sebastian/type": "^3.2.1",
|
1991
|
"sebastian/version": "^3.0.2"
|
1992
|
},
|
1993
|
"suggest": {
|
1994
|
"ext-soap": "To be able to generate mocks based on WSDL files",
|
1995
|
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
|
1996
|
},
|
1997
|
"bin": [
|
1998
|
"phpunit"
|
1999
|
],
|
2000
|
"type": "library",
|
2001
|
"extra": {
|
2002
|
"branch-alias": {
|
2003
|
"dev-master": "9.6-dev"
|
2004
|
}
|
2005
|
},
|
2006
|
"autoload": {
|
2007
|
"files": [
|
2008
|
"src/Framework/Assert/Functions.php"
|
2009
|
],
|
2010
|
"classmap": [
|
2011
|
"src/"
|
2012
|
]
|
2013
|
},
|
2014
|
"notification-url": "https://packagist.org/downloads/",
|
2015
|
"license": [
|
2016
|
"BSD-3-Clause"
|
2017
|
],
|
2018
|
"authors": [
|
2019
|
{
|
2020
|
"name": "Sebastian Bergmann",
|
2021
|
"email": "sebastian@phpunit.de",
|
2022
|
"role": "lead"
|
2023
|
}
|
2024
|
],
|
2025
|
"description": "The PHP Unit Testing framework.",
|
2026
|
"homepage": "https://phpunit.de/",
|
2027
|
"keywords": [
|
2028
|
"phpunit",
|
2029
|
"testing",
|
2030
|
"xunit"
|
2031
|
],
|
2032
|
"support": {
|
2033
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
2034
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
2035
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.22"
|
2036
|
},
|
2037
|
"funding": [
|
2038
|
{
|
2039
|
"url": "https://phpunit.de/sponsors.html",
|
2040
|
"type": "custom"
|
2041
|
},
|
2042
|
{
|
2043
|
"url": "https://github.com/sebastianbergmann",
|
2044
|
"type": "github"
|
2045
|
},
|
2046
|
{
|
2047
|
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
|
2048
|
"type": "tidelift"
|
2049
|
}
|
2050
|
],
|
2051
|
"time": "2024-12-05T13:48:26+00:00"
|
2052
|
},
|
2053
|
{
|
2054
|
"name": "rector/rector",
|
2055
|
"version": "0.15.25",
|
2056
|
"source": {
|
2057
|
"type": "git",
|
2058
|
"url": "https://github.com/rectorphp/rector.git",
|
2059
|
"reference": "015935c7ed9e48a4f5895ba974f337e20a263841"
|
2060
|
},
|
2061
|
"dist": {
|
2062
|
"type": "zip",
|
2063
|
"url": "https://api.github.com/repos/rectorphp/rector/zipball/015935c7ed9e48a4f5895ba974f337e20a263841",
|
2064
|
"reference": "015935c7ed9e48a4f5895ba974f337e20a263841",
|
2065
|
"shasum": ""
|
2066
|
},
|
2067
|
"require": {
|
2068
|
"php": "^7.2|^8.0",
|
2069
|
"phpstan/phpstan": "^1.10.14"
|
2070
|
},
|
2071
|
"conflict": {
|
2072
|
"rector/rector-doctrine": "*",
|
2073
|
"rector/rector-downgrade-php": "*",
|
2074
|
"rector/rector-phpunit": "*",
|
2075
|
"rector/rector-symfony": "*"
|
2076
|
},
|
2077
|
"bin": [
|
2078
|
"bin/rector"
|
2079
|
],
|
2080
|
"type": "library",
|
2081
|
"extra": {
|
2082
|
"branch-alias": {
|
2083
|
"dev-main": "0.15-dev"
|
2084
|
}
|
2085
|
},
|
2086
|
"autoload": {
|
2087
|
"files": [
|
2088
|
"bootstrap.php"
|
2089
|
]
|
2090
|
},
|
2091
|
"notification-url": "https://packagist.org/downloads/",
|
2092
|
"license": [
|
2093
|
"MIT"
|
2094
|
],
|
2095
|
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
|
2096
|
"keywords": [
|
2097
|
"automation",
|
2098
|
"dev",
|
2099
|
"migration",
|
2100
|
"refactoring"
|
2101
|
],
|
2102
|
"support": {
|
2103
|
"issues": "https://github.com/rectorphp/rector/issues",
|
2104
|
"source": "https://github.com/rectorphp/rector/tree/0.15.25"
|
2105
|
},
|
2106
|
"funding": [
|
2107
|
{
|
2108
|
"url": "https://github.com/tomasvotruba",
|
2109
|
"type": "github"
|
2110
|
}
|
2111
|
],
|
2112
|
"time": "2023-04-20T16:07:39+00:00"
|
2113
|
},
|
2114
|
{
|
2115
|
"name": "sebastian/cli-parser",
|
2116
|
"version": "1.0.2",
|
2117
|
"source": {
|
2118
|
"type": "git",
|
2119
|
"url": "https://github.com/sebastianbergmann/cli-parser.git",
|
2120
|
"reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
|
2121
|
},
|
2122
|
"dist": {
|
2123
|
"type": "zip",
|
2124
|
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
|
2125
|
"reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
|
2126
|
"shasum": ""
|
2127
|
},
|
2128
|
"require": {
|
2129
|
"php": ">=7.3"
|
2130
|
},
|
2131
|
"require-dev": {
|
2132
|
"phpunit/phpunit": "^9.3"
|
2133
|
},
|
2134
|
"type": "library",
|
2135
|
"extra": {
|
2136
|
"branch-alias": {
|
2137
|
"dev-master": "1.0-dev"
|
2138
|
}
|
2139
|
},
|
2140
|
"autoload": {
|
2141
|
"classmap": [
|
2142
|
"src/"
|
2143
|
]
|
2144
|
},
|
2145
|
"notification-url": "https://packagist.org/downloads/",
|
2146
|
"license": [
|
2147
|
"BSD-3-Clause"
|
2148
|
],
|
2149
|
"authors": [
|
2150
|
{
|
2151
|
"name": "Sebastian Bergmann",
|
2152
|
"email": "sebastian@phpunit.de",
|
2153
|
"role": "lead"
|
2154
|
}
|
2155
|
],
|
2156
|
"description": "Library for parsing CLI options",
|
2157
|
"homepage": "https://github.com/sebastianbergmann/cli-parser",
|
2158
|
"support": {
|
2159
|
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
|
2160
|
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
|
2161
|
},
|
2162
|
"funding": [
|
2163
|
{
|
2164
|
"url": "https://github.com/sebastianbergmann",
|
2165
|
"type": "github"
|
2166
|
}
|
2167
|
],
|
2168
|
"time": "2024-03-02T06:27:43+00:00"
|
2169
|
},
|
2170
|
{
|
2171
|
"name": "sebastian/code-unit",
|
2172
|
"version": "1.0.8",
|
2173
|
"source": {
|
2174
|
"type": "git",
|
2175
|
"url": "https://github.com/sebastianbergmann/code-unit.git",
|
2176
|
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
|
2177
|
},
|
2178
|
"dist": {
|
2179
|
"type": "zip",
|
2180
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
|
2181
|
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
|
2182
|
"shasum": ""
|
2183
|
},
|
2184
|
"require": {
|
2185
|
"php": ">=7.3"
|
2186
|
},
|
2187
|
"require-dev": {
|
2188
|
"phpunit/phpunit": "^9.3"
|
2189
|
},
|
2190
|
"type": "library",
|
2191
|
"extra": {
|
2192
|
"branch-alias": {
|
2193
|
"dev-master": "1.0-dev"
|
2194
|
}
|
2195
|
},
|
2196
|
"autoload": {
|
2197
|
"classmap": [
|
2198
|
"src/"
|
2199
|
]
|
2200
|
},
|
2201
|
"notification-url": "https://packagist.org/downloads/",
|
2202
|
"license": [
|
2203
|
"BSD-3-Clause"
|
2204
|
],
|
2205
|
"authors": [
|
2206
|
{
|
2207
|
"name": "Sebastian Bergmann",
|
2208
|
"email": "sebastian@phpunit.de",
|
2209
|
"role": "lead"
|
2210
|
}
|
2211
|
],
|
2212
|
"description": "Collection of value objects that represent the PHP code units",
|
2213
|
"homepage": "https://github.com/sebastianbergmann/code-unit",
|
2214
|
"support": {
|
2215
|
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
|
2216
|
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
|
2217
|
},
|
2218
|
"funding": [
|
2219
|
{
|
2220
|
"url": "https://github.com/sebastianbergmann",
|
2221
|
"type": "github"
|
2222
|
}
|
2223
|
],
|
2224
|
"time": "2020-10-26T13:08:54+00:00"
|
2225
|
},
|
2226
|
{
|
2227
|
"name": "sebastian/code-unit-reverse-lookup",
|
2228
|
"version": "2.0.3",
|
2229
|
"source": {
|
2230
|
"type": "git",
|
2231
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
2232
|
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
|
2233
|
},
|
2234
|
"dist": {
|
2235
|
"type": "zip",
|
2236
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
|
2237
|
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
|
2238
|
"shasum": ""
|
2239
|
},
|
2240
|
"require": {
|
2241
|
"php": ">=7.3"
|
2242
|
},
|
2243
|
"require-dev": {
|
2244
|
"phpunit/phpunit": "^9.3"
|
2245
|
},
|
2246
|
"type": "library",
|
2247
|
"extra": {
|
2248
|
"branch-alias": {
|
2249
|
"dev-master": "2.0-dev"
|
2250
|
}
|
2251
|
},
|
2252
|
"autoload": {
|
2253
|
"classmap": [
|
2254
|
"src/"
|
2255
|
]
|
2256
|
},
|
2257
|
"notification-url": "https://packagist.org/downloads/",
|
2258
|
"license": [
|
2259
|
"BSD-3-Clause"
|
2260
|
],
|
2261
|
"authors": [
|
2262
|
{
|
2263
|
"name": "Sebastian Bergmann",
|
2264
|
"email": "sebastian@phpunit.de"
|
2265
|
}
|
2266
|
],
|
2267
|
"description": "Looks up which function or method a line of code belongs to",
|
2268
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
2269
|
"support": {
|
2270
|
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
2271
|
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
|
2272
|
},
|
2273
|
"funding": [
|
2274
|
{
|
2275
|
"url": "https://github.com/sebastianbergmann",
|
2276
|
"type": "github"
|
2277
|
}
|
2278
|
],
|
2279
|
"time": "2020-09-28T05:30:19+00:00"
|
2280
|
},
|
2281
|
{
|
2282
|
"name": "sebastian/comparator",
|
2283
|
"version": "4.0.8",
|
2284
|
"source": {
|
2285
|
"type": "git",
|
2286
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
2287
|
"reference": "fa0f136dd2334583309d32b62544682ee972b51a"
|
2288
|
},
|
2289
|
"dist": {
|
2290
|
"type": "zip",
|
2291
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
|
2292
|
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
|
2293
|
"shasum": ""
|
2294
|
},
|
2295
|
"require": {
|
2296
|
"php": ">=7.3",
|
2297
|
"sebastian/diff": "^4.0",
|
2298
|
"sebastian/exporter": "^4.0"
|
2299
|
},
|
2300
|
"require-dev": {
|
2301
|
"phpunit/phpunit": "^9.3"
|
2302
|
},
|
2303
|
"type": "library",
|
2304
|
"extra": {
|
2305
|
"branch-alias": {
|
2306
|
"dev-master": "4.0-dev"
|
2307
|
}
|
2308
|
},
|
2309
|
"autoload": {
|
2310
|
"classmap": [
|
2311
|
"src/"
|
2312
|
]
|
2313
|
},
|
2314
|
"notification-url": "https://packagist.org/downloads/",
|
2315
|
"license": [
|
2316
|
"BSD-3-Clause"
|
2317
|
],
|
2318
|
"authors": [
|
2319
|
{
|
2320
|
"name": "Sebastian Bergmann",
|
2321
|
"email": "sebastian@phpunit.de"
|
2322
|
},
|
2323
|
{
|
2324
|
"name": "Jeff Welch",
|
2325
|
"email": "whatthejeff@gmail.com"
|
2326
|
},
|
2327
|
{
|
2328
|
"name": "Volker Dusch",
|
2329
|
"email": "github@wallbash.com"
|
2330
|
},
|
2331
|
{
|
2332
|
"name": "Bernhard Schussek",
|
2333
|
"email": "bschussek@2bepublished.at"
|
2334
|
}
|
2335
|
],
|
2336
|
"description": "Provides the functionality to compare PHP values for equality",
|
2337
|
"homepage": "https://github.com/sebastianbergmann/comparator",
|
2338
|
"keywords": [
|
2339
|
"comparator",
|
2340
|
"compare",
|
2341
|
"equality"
|
2342
|
],
|
2343
|
"support": {
|
2344
|
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
2345
|
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
|
2346
|
},
|
2347
|
"funding": [
|
2348
|
{
|
2349
|
"url": "https://github.com/sebastianbergmann",
|
2350
|
"type": "github"
|
2351
|
}
|
2352
|
],
|
2353
|
"time": "2022-09-14T12:41:17+00:00"
|
2354
|
},
|
2355
|
{
|
2356
|
"name": "sebastian/complexity",
|
2357
|
"version": "2.0.3",
|
2358
|
"source": {
|
2359
|
"type": "git",
|
2360
|
"url": "https://github.com/sebastianbergmann/complexity.git",
|
2361
|
"reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
|
2362
|
},
|
2363
|
"dist": {
|
2364
|
"type": "zip",
|
2365
|
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
|
2366
|
"reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
|
2367
|
"shasum": ""
|
2368
|
},
|
2369
|
"require": {
|
2370
|
"nikic/php-parser": "^4.18 || ^5.0",
|
2371
|
"php": ">=7.3"
|
2372
|
},
|
2373
|
"require-dev": {
|
2374
|
"phpunit/phpunit": "^9.3"
|
2375
|
},
|
2376
|
"type": "library",
|
2377
|
"extra": {
|
2378
|
"branch-alias": {
|
2379
|
"dev-master": "2.0-dev"
|
2380
|
}
|
2381
|
},
|
2382
|
"autoload": {
|
2383
|
"classmap": [
|
2384
|
"src/"
|
2385
|
]
|
2386
|
},
|
2387
|
"notification-url": "https://packagist.org/downloads/",
|
2388
|
"license": [
|
2389
|
"BSD-3-Clause"
|
2390
|
],
|
2391
|
"authors": [
|
2392
|
{
|
2393
|
"name": "Sebastian Bergmann",
|
2394
|
"email": "sebastian@phpunit.de",
|
2395
|
"role": "lead"
|
2396
|
}
|
2397
|
],
|
2398
|
"description": "Library for calculating the complexity of PHP code units",
|
2399
|
"homepage": "https://github.com/sebastianbergmann/complexity",
|
2400
|
"support": {
|
2401
|
"issues": "https://github.com/sebastianbergmann/complexity/issues",
|
2402
|
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
|
2403
|
},
|
2404
|
"funding": [
|
2405
|
{
|
2406
|
"url": "https://github.com/sebastianbergmann",
|
2407
|
"type": "github"
|
2408
|
}
|
2409
|
],
|
2410
|
"time": "2023-12-22T06:19:30+00:00"
|
2411
|
},
|
2412
|
{
|
2413
|
"name": "sebastian/diff",
|
2414
|
"version": "4.0.6",
|
2415
|
"source": {
|
2416
|
"type": "git",
|
2417
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
2418
|
"reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
|
2419
|
},
|
2420
|
"dist": {
|
2421
|
"type": "zip",
|
2422
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
|
2423
|
"reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
|
2424
|
"shasum": ""
|
2425
|
},
|
2426
|
"require": {
|
2427
|
"php": ">=7.3"
|
2428
|
},
|
2429
|
"require-dev": {
|
2430
|
"phpunit/phpunit": "^9.3",
|
2431
|
"symfony/process": "^4.2 || ^5"
|
2432
|
},
|
2433
|
"type": "library",
|
2434
|
"extra": {
|
2435
|
"branch-alias": {
|
2436
|
"dev-master": "4.0-dev"
|
2437
|
}
|
2438
|
},
|
2439
|
"autoload": {
|
2440
|
"classmap": [
|
2441
|
"src/"
|
2442
|
]
|
2443
|
},
|
2444
|
"notification-url": "https://packagist.org/downloads/",
|
2445
|
"license": [
|
2446
|
"BSD-3-Clause"
|
2447
|
],
|
2448
|
"authors": [
|
2449
|
{
|
2450
|
"name": "Sebastian Bergmann",
|
2451
|
"email": "sebastian@phpunit.de"
|
2452
|
},
|
2453
|
{
|
2454
|
"name": "Kore Nordmann",
|
2455
|
"email": "mail@kore-nordmann.de"
|
2456
|
}
|
2457
|
],
|
2458
|
"description": "Diff implementation",
|
2459
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
2460
|
"keywords": [
|
2461
|
"diff",
|
2462
|
"udiff",
|
2463
|
"unidiff",
|
2464
|
"unified diff"
|
2465
|
],
|
2466
|
"support": {
|
2467
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
2468
|
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
|
2469
|
},
|
2470
|
"funding": [
|
2471
|
{
|
2472
|
"url": "https://github.com/sebastianbergmann",
|
2473
|
"type": "github"
|
2474
|
}
|
2475
|
],
|
2476
|
"time": "2024-03-02T06:30:58+00:00"
|
2477
|
},
|
2478
|
{
|
2479
|
"name": "sebastian/environment",
|
2480
|
"version": "5.1.5",
|
2481
|
"source": {
|
2482
|
"type": "git",
|
2483
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
2484
|
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
|
2485
|
},
|
2486
|
"dist": {
|
2487
|
"type": "zip",
|
2488
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
|
2489
|
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
|
2490
|
"shasum": ""
|
2491
|
},
|
2492
|
"require": {
|
2493
|
"php": ">=7.3"
|
2494
|
},
|
2495
|
"require-dev": {
|
2496
|
"phpunit/phpunit": "^9.3"
|
2497
|
},
|
2498
|
"suggest": {
|
2499
|
"ext-posix": "*"
|
2500
|
},
|
2501
|
"type": "library",
|
2502
|
"extra": {
|
2503
|
"branch-alias": {
|
2504
|
"dev-master": "5.1-dev"
|
2505
|
}
|
2506
|
},
|
2507
|
"autoload": {
|
2508
|
"classmap": [
|
2509
|
"src/"
|
2510
|
]
|
2511
|
},
|
2512
|
"notification-url": "https://packagist.org/downloads/",
|
2513
|
"license": [
|
2514
|
"BSD-3-Clause"
|
2515
|
],
|
2516
|
"authors": [
|
2517
|
{
|
2518
|
"name": "Sebastian Bergmann",
|
2519
|
"email": "sebastian@phpunit.de"
|
2520
|
}
|
2521
|
],
|
2522
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
2523
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
2524
|
"keywords": [
|
2525
|
"Xdebug",
|
2526
|
"environment",
|
2527
|
"hhvm"
|
2528
|
],
|
2529
|
"support": {
|
2530
|
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
2531
|
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
|
2532
|
},
|
2533
|
"funding": [
|
2534
|
{
|
2535
|
"url": "https://github.com/sebastianbergmann",
|
2536
|
"type": "github"
|
2537
|
}
|
2538
|
],
|
2539
|
"time": "2023-02-03T06:03:51+00:00"
|
2540
|
},
|
2541
|
{
|
2542
|
"name": "sebastian/exporter",
|
2543
|
"version": "4.0.6",
|
2544
|
"source": {
|
2545
|
"type": "git",
|
2546
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
2547
|
"reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
|
2548
|
},
|
2549
|
"dist": {
|
2550
|
"type": "zip",
|
2551
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
|
2552
|
"reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
|
2553
|
"shasum": ""
|
2554
|
},
|
2555
|
"require": {
|
2556
|
"php": ">=7.3",
|
2557
|
"sebastian/recursion-context": "^4.0"
|
2558
|
},
|
2559
|
"require-dev": {
|
2560
|
"ext-mbstring": "*",
|
2561
|
"phpunit/phpunit": "^9.3"
|
2562
|
},
|
2563
|
"type": "library",
|
2564
|
"extra": {
|
2565
|
"branch-alias": {
|
2566
|
"dev-master": "4.0-dev"
|
2567
|
}
|
2568
|
},
|
2569
|
"autoload": {
|
2570
|
"classmap": [
|
2571
|
"src/"
|
2572
|
]
|
2573
|
},
|
2574
|
"notification-url": "https://packagist.org/downloads/",
|
2575
|
"license": [
|
2576
|
"BSD-3-Clause"
|
2577
|
],
|
2578
|
"authors": [
|
2579
|
{
|
2580
|
"name": "Sebastian Bergmann",
|
2581
|
"email": "sebastian@phpunit.de"
|
2582
|
},
|
2583
|
{
|
2584
|
"name": "Jeff Welch",
|
2585
|
"email": "whatthejeff@gmail.com"
|
2586
|
},
|
2587
|
{
|
2588
|
"name": "Volker Dusch",
|
2589
|
"email": "github@wallbash.com"
|
2590
|
},
|
2591
|
{
|
2592
|
"name": "Adam Harvey",
|
2593
|
"email": "aharvey@php.net"
|
2594
|
},
|
2595
|
{
|
2596
|
"name": "Bernhard Schussek",
|
2597
|
"email": "bschussek@gmail.com"
|
2598
|
}
|
2599
|
],
|
2600
|
"description": "Provides the functionality to export PHP variables for visualization",
|
2601
|
"homepage": "https://www.github.com/sebastianbergmann/exporter",
|
2602
|
"keywords": [
|
2603
|
"export",
|
2604
|
"exporter"
|
2605
|
],
|
2606
|
"support": {
|
2607
|
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
2608
|
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
|
2609
|
},
|
2610
|
"funding": [
|
2611
|
{
|
2612
|
"url": "https://github.com/sebastianbergmann",
|
2613
|
"type": "github"
|
2614
|
}
|
2615
|
],
|
2616
|
"time": "2024-03-02T06:33:00+00:00"
|
2617
|
},
|
2618
|
{
|
2619
|
"name": "sebastian/global-state",
|
2620
|
"version": "5.0.7",
|
2621
|
"source": {
|
2622
|
"type": "git",
|
2623
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
2624
|
"reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
|
2625
|
},
|
2626
|
"dist": {
|
2627
|
"type": "zip",
|
2628
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
|
2629
|
"reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
|
2630
|
"shasum": ""
|
2631
|
},
|
2632
|
"require": {
|
2633
|
"php": ">=7.3",
|
2634
|
"sebastian/object-reflector": "^2.0",
|
2635
|
"sebastian/recursion-context": "^4.0"
|
2636
|
},
|
2637
|
"require-dev": {
|
2638
|
"ext-dom": "*",
|
2639
|
"phpunit/phpunit": "^9.3"
|
2640
|
},
|
2641
|
"suggest": {
|
2642
|
"ext-uopz": "*"
|
2643
|
},
|
2644
|
"type": "library",
|
2645
|
"extra": {
|
2646
|
"branch-alias": {
|
2647
|
"dev-master": "5.0-dev"
|
2648
|
}
|
2649
|
},
|
2650
|
"autoload": {
|
2651
|
"classmap": [
|
2652
|
"src/"
|
2653
|
]
|
2654
|
},
|
2655
|
"notification-url": "https://packagist.org/downloads/",
|
2656
|
"license": [
|
2657
|
"BSD-3-Clause"
|
2658
|
],
|
2659
|
"authors": [
|
2660
|
{
|
2661
|
"name": "Sebastian Bergmann",
|
2662
|
"email": "sebastian@phpunit.de"
|
2663
|
}
|
2664
|
],
|
2665
|
"description": "Snapshotting of global state",
|
2666
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
2667
|
"keywords": [
|
2668
|
"global state"
|
2669
|
],
|
2670
|
"support": {
|
2671
|
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
2672
|
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
|
2673
|
},
|
2674
|
"funding": [
|
2675
|
{
|
2676
|
"url": "https://github.com/sebastianbergmann",
|
2677
|
"type": "github"
|
2678
|
}
|
2679
|
],
|
2680
|
"time": "2024-03-02T06:35:11+00:00"
|
2681
|
},
|
2682
|
{
|
2683
|
"name": "sebastian/lines-of-code",
|
2684
|
"version": "1.0.4",
|
2685
|
"source": {
|
2686
|
"type": "git",
|
2687
|
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
|
2688
|
"reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
|
2689
|
},
|
2690
|
"dist": {
|
2691
|
"type": "zip",
|
2692
|
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
|
2693
|
"reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
|
2694
|
"shasum": ""
|
2695
|
},
|
2696
|
"require": {
|
2697
|
"nikic/php-parser": "^4.18 || ^5.0",
|
2698
|
"php": ">=7.3"
|
2699
|
},
|
2700
|
"require-dev": {
|
2701
|
"phpunit/phpunit": "^9.3"
|
2702
|
},
|
2703
|
"type": "library",
|
2704
|
"extra": {
|
2705
|
"branch-alias": {
|
2706
|
"dev-master": "1.0-dev"
|
2707
|
}
|
2708
|
},
|
2709
|
"autoload": {
|
2710
|
"classmap": [
|
2711
|
"src/"
|
2712
|
]
|
2713
|
},
|
2714
|
"notification-url": "https://packagist.org/downloads/",
|
2715
|
"license": [
|
2716
|
"BSD-3-Clause"
|
2717
|
],
|
2718
|
"authors": [
|
2719
|
{
|
2720
|
"name": "Sebastian Bergmann",
|
2721
|
"email": "sebastian@phpunit.de",
|
2722
|
"role": "lead"
|
2723
|
}
|
2724
|
],
|
2725
|
"description": "Library for counting the lines of code in PHP source code",
|
2726
|
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
|
2727
|
"support": {
|
2728
|
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
|
2729
|
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
|
2730
|
},
|
2731
|
"funding": [
|
2732
|
{
|
2733
|
"url": "https://github.com/sebastianbergmann",
|
2734
|
"type": "github"
|
2735
|
}
|
2736
|
],
|
2737
|
"time": "2023-12-22T06:20:34+00:00"
|
2738
|
},
|
2739
|
{
|
2740
|
"name": "sebastian/object-enumerator",
|
2741
|
"version": "4.0.4",
|
2742
|
"source": {
|
2743
|
"type": "git",
|
2744
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
2745
|
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
|
2746
|
},
|
2747
|
"dist": {
|
2748
|
"type": "zip",
|
2749
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
|
2750
|
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
|
2751
|
"shasum": ""
|
2752
|
},
|
2753
|
"require": {
|
2754
|
"php": ">=7.3",
|
2755
|
"sebastian/object-reflector": "^2.0",
|
2756
|
"sebastian/recursion-context": "^4.0"
|
2757
|
},
|
2758
|
"require-dev": {
|
2759
|
"phpunit/phpunit": "^9.3"
|
2760
|
},
|
2761
|
"type": "library",
|
2762
|
"extra": {
|
2763
|
"branch-alias": {
|
2764
|
"dev-master": "4.0-dev"
|
2765
|
}
|
2766
|
},
|
2767
|
"autoload": {
|
2768
|
"classmap": [
|
2769
|
"src/"
|
2770
|
]
|
2771
|
},
|
2772
|
"notification-url": "https://packagist.org/downloads/",
|
2773
|
"license": [
|
2774
|
"BSD-3-Clause"
|
2775
|
],
|
2776
|
"authors": [
|
2777
|
{
|
2778
|
"name": "Sebastian Bergmann",
|
2779
|
"email": "sebastian@phpunit.de"
|
2780
|
}
|
2781
|
],
|
2782
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
2783
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
2784
|
"support": {
|
2785
|
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
|
2786
|
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
|
2787
|
},
|
2788
|
"funding": [
|
2789
|
{
|
2790
|
"url": "https://github.com/sebastianbergmann",
|
2791
|
"type": "github"
|
2792
|
}
|
2793
|
],
|
2794
|
"time": "2020-10-26T13:12:34+00:00"
|
2795
|
},
|
2796
|
{
|
2797
|
"name": "sebastian/object-reflector",
|
2798
|
"version": "2.0.4",
|
2799
|
"source": {
|
2800
|
"type": "git",
|
2801
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
2802
|
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
|
2803
|
},
|
2804
|
"dist": {
|
2805
|
"type": "zip",
|
2806
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
|
2807
|
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
|
2808
|
"shasum": ""
|
2809
|
},
|
2810
|
"require": {
|
2811
|
"php": ">=7.3"
|
2812
|
},
|
2813
|
"require-dev": {
|
2814
|
"phpunit/phpunit": "^9.3"
|
2815
|
},
|
2816
|
"type": "library",
|
2817
|
"extra": {
|
2818
|
"branch-alias": {
|
2819
|
"dev-master": "2.0-dev"
|
2820
|
}
|
2821
|
},
|
2822
|
"autoload": {
|
2823
|
"classmap": [
|
2824
|
"src/"
|
2825
|
]
|
2826
|
},
|
2827
|
"notification-url": "https://packagist.org/downloads/",
|
2828
|
"license": [
|
2829
|
"BSD-3-Clause"
|
2830
|
],
|
2831
|
"authors": [
|
2832
|
{
|
2833
|
"name": "Sebastian Bergmann",
|
2834
|
"email": "sebastian@phpunit.de"
|
2835
|
}
|
2836
|
],
|
2837
|
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
2838
|
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
2839
|
"support": {
|
2840
|
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
|
2841
|
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
|
2842
|
},
|
2843
|
"funding": [
|
2844
|
{
|
2845
|
"url": "https://github.com/sebastianbergmann",
|
2846
|
"type": "github"
|
2847
|
}
|
2848
|
],
|
2849
|
"time": "2020-10-26T13:14:26+00:00"
|
2850
|
},
|
2851
|
{
|
2852
|
"name": "sebastian/recursion-context",
|
2853
|
"version": "4.0.5",
|
2854
|
"source": {
|
2855
|
"type": "git",
|
2856
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
2857
|
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
|
2858
|
},
|
2859
|
"dist": {
|
2860
|
"type": "zip",
|
2861
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
|
2862
|
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
|
2863
|
"shasum": ""
|
2864
|
},
|
2865
|
"require": {
|
2866
|
"php": ">=7.3"
|
2867
|
},
|
2868
|
"require-dev": {
|
2869
|
"phpunit/phpunit": "^9.3"
|
2870
|
},
|
2871
|
"type": "library",
|
2872
|
"extra": {
|
2873
|
"branch-alias": {
|
2874
|
"dev-master": "4.0-dev"
|
2875
|
}
|
2876
|
},
|
2877
|
"autoload": {
|
2878
|
"classmap": [
|
2879
|
"src/"
|
2880
|
]
|
2881
|
},
|
2882
|
"notification-url": "https://packagist.org/downloads/",
|
2883
|
"license": [
|
2884
|
"BSD-3-Clause"
|
2885
|
],
|
2886
|
"authors": [
|
2887
|
{
|
2888
|
"name": "Sebastian Bergmann",
|
2889
|
"email": "sebastian@phpunit.de"
|
2890
|
},
|
2891
|
{
|
2892
|
"name": "Jeff Welch",
|
2893
|
"email": "whatthejeff@gmail.com"
|
2894
|
},
|
2895
|
{
|
2896
|
"name": "Adam Harvey",
|
2897
|
"email": "aharvey@php.net"
|
2898
|
}
|
2899
|
],
|
2900
|
"description": "Provides functionality to recursively process PHP variables",
|
2901
|
"homepage": "https://github.com/sebastianbergmann/recursion-context",
|
2902
|
"support": {
|
2903
|
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
2904
|
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
|
2905
|
},
|
2906
|
"funding": [
|
2907
|
{
|
2908
|
"url": "https://github.com/sebastianbergmann",
|
2909
|
"type": "github"
|
2910
|
}
|
2911
|
],
|
2912
|
"time": "2023-02-03T06:07:39+00:00"
|
2913
|
},
|
2914
|
{
|
2915
|
"name": "sebastian/resource-operations",
|
2916
|
"version": "3.0.4",
|
2917
|
"source": {
|
2918
|
"type": "git",
|
2919
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
2920
|
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
|
2921
|
},
|
2922
|
"dist": {
|
2923
|
"type": "zip",
|
2924
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
|
2925
|
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
|
2926
|
"shasum": ""
|
2927
|
},
|
2928
|
"require": {
|
2929
|
"php": ">=7.3"
|
2930
|
},
|
2931
|
"require-dev": {
|
2932
|
"phpunit/phpunit": "^9.0"
|
2933
|
},
|
2934
|
"type": "library",
|
2935
|
"extra": {
|
2936
|
"branch-alias": {
|
2937
|
"dev-main": "3.0-dev"
|
2938
|
}
|
2939
|
},
|
2940
|
"autoload": {
|
2941
|
"classmap": [
|
2942
|
"src/"
|
2943
|
]
|
2944
|
},
|
2945
|
"notification-url": "https://packagist.org/downloads/",
|
2946
|
"license": [
|
2947
|
"BSD-3-Clause"
|
2948
|
],
|
2949
|
"authors": [
|
2950
|
{
|
2951
|
"name": "Sebastian Bergmann",
|
2952
|
"email": "sebastian@phpunit.de"
|
2953
|
}
|
2954
|
],
|
2955
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
2956
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
2957
|
"support": {
|
2958
|
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
|
2959
|
},
|
2960
|
"funding": [
|
2961
|
{
|
2962
|
"url": "https://github.com/sebastianbergmann",
|
2963
|
"type": "github"
|
2964
|
}
|
2965
|
],
|
2966
|
"time": "2024-03-14T16:00:52+00:00"
|
2967
|
},
|
2968
|
{
|
2969
|
"name": "sebastian/type",
|
2970
|
"version": "3.2.1",
|
2971
|
"source": {
|
2972
|
"type": "git",
|
2973
|
"url": "https://github.com/sebastianbergmann/type.git",
|
2974
|
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
|
2975
|
},
|
2976
|
"dist": {
|
2977
|
"type": "zip",
|
2978
|
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
|
2979
|
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
|
2980
|
"shasum": ""
|
2981
|
},
|
2982
|
"require": {
|
2983
|
"php": ">=7.3"
|
2984
|
},
|
2985
|
"require-dev": {
|
2986
|
"phpunit/phpunit": "^9.5"
|
2987
|
},
|
2988
|
"type": "library",
|
2989
|
"extra": {
|
2990
|
"branch-alias": {
|
2991
|
"dev-master": "3.2-dev"
|
2992
|
}
|
2993
|
},
|
2994
|
"autoload": {
|
2995
|
"classmap": [
|
2996
|
"src/"
|
2997
|
]
|
2998
|
},
|
2999
|
"notification-url": "https://packagist.org/downloads/",
|
3000
|
"license": [
|
3001
|
"BSD-3-Clause"
|
3002
|
],
|
3003
|
"authors": [
|
3004
|
{
|
3005
|
"name": "Sebastian Bergmann",
|
3006
|
"email": "sebastian@phpunit.de",
|
3007
|
"role": "lead"
|
3008
|
}
|
3009
|
],
|
3010
|
"description": "Collection of value objects that represent the types of the PHP type system",
|
3011
|
"homepage": "https://github.com/sebastianbergmann/type",
|
3012
|
"support": {
|
3013
|
"issues": "https://github.com/sebastianbergmann/type/issues",
|
3014
|
"source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
|
3015
|
},
|
3016
|
"funding": [
|
3017
|
{
|
3018
|
"url": "https://github.com/sebastianbergmann",
|
3019
|
"type": "github"
|
3020
|
}
|
3021
|
],
|
3022
|
"time": "2023-02-03T06:13:03+00:00"
|
3023
|
},
|
3024
|
{
|
3025
|
"name": "sebastian/version",
|
3026
|
"version": "3.0.2",
|
3027
|
"source": {
|
3028
|
"type": "git",
|
3029
|
"url": "https://github.com/sebastianbergmann/version.git",
|
3030
|
"reference": "c6c1022351a901512170118436c764e473f6de8c"
|
3031
|
},
|
3032
|
"dist": {
|
3033
|
"type": "zip",
|
3034
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
|
3035
|
"reference": "c6c1022351a901512170118436c764e473f6de8c",
|
3036
|
"shasum": ""
|
3037
|
},
|
3038
|
"require": {
|
3039
|
"php": ">=7.3"
|
3040
|
},
|
3041
|
"type": "library",
|
3042
|
"extra": {
|
3043
|
"branch-alias": {
|
3044
|
"dev-master": "3.0-dev"
|
3045
|
}
|
3046
|
},
|
3047
|
"autoload": {
|
3048
|
"classmap": [
|
3049
|
"src/"
|
3050
|
]
|
3051
|
},
|
3052
|
"notification-url": "https://packagist.org/downloads/",
|
3053
|
"license": [
|
3054
|
"BSD-3-Clause"
|
3055
|
],
|
3056
|
"authors": [
|
3057
|
{
|
3058
|
"name": "Sebastian Bergmann",
|
3059
|
"email": "sebastian@phpunit.de",
|
3060
|
"role": "lead"
|
3061
|
}
|
3062
|
],
|
3063
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
3064
|
"homepage": "https://github.com/sebastianbergmann/version",
|
3065
|
"support": {
|
3066
|
"issues": "https://github.com/sebastianbergmann/version/issues",
|
3067
|
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
|
3068
|
},
|
3069
|
"funding": [
|
3070
|
{
|
3071
|
"url": "https://github.com/sebastianbergmann",
|
3072
|
"type": "github"
|
3073
|
}
|
3074
|
],
|
3075
|
"time": "2020-09-28T06:39:44+00:00"
|
3076
|
},
|
3077
|
{
|
3078
|
"name": "theseer/tokenizer",
|
3079
|
"version": "1.2.3",
|
3080
|
"source": {
|
3081
|
"type": "git",
|
3082
|
"url": "https://github.com/theseer/tokenizer.git",
|
3083
|
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
|
3084
|
},
|
3085
|
"dist": {
|
3086
|
"type": "zip",
|
3087
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
|
3088
|
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
|
3089
|
"shasum": ""
|
3090
|
},
|
3091
|
"require": {
|
3092
|
"ext-dom": "*",
|
3093
|
"ext-tokenizer": "*",
|
3094
|
"ext-xmlwriter": "*",
|
3095
|
"php": "^7.2 || ^8.0"
|
3096
|
},
|
3097
|
"type": "library",
|
3098
|
"autoload": {
|
3099
|
"classmap": [
|
3100
|
"src/"
|
3101
|
]
|
3102
|
},
|
3103
|
"notification-url": "https://packagist.org/downloads/",
|
3104
|
"license": [
|
3105
|
"BSD-3-Clause"
|
3106
|
],
|
3107
|
"authors": [
|
3108
|
{
|
3109
|
"name": "Arne Blankerts",
|
3110
|
"email": "arne@blankerts.de",
|
3111
|
"role": "Developer"
|
3112
|
}
|
3113
|
],
|
3114
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
3115
|
"support": {
|
3116
|
"issues": "https://github.com/theseer/tokenizer/issues",
|
3117
|
"source": "https://github.com/theseer/tokenizer/tree/1.2.3"
|
3118
|
},
|
3119
|
"funding": [
|
3120
|
{
|
3121
|
"url": "https://github.com/theseer",
|
3122
|
"type": "github"
|
3123
|
}
|
3124
|
],
|
3125
|
"time": "2024-03-03T12:36:25+00:00"
|
3126
|
}
|
3127
|
],
|
3128
|
"aliases": [],
|
3129
|
"minimum-stability": "stable",
|
3130
|
"stability-flags": {},
|
3131
|
"prefer-stable": false,
|
3132
|
"prefer-lowest": false,
|
3133
|
"platform": {},
|
3134
|
"platform-dev": {},
|
3135
|
"plugin-api-version": "2.6.0"
|
3136
|
}
|