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": "e355bff01ea521e64dd7b3e545101bfb",
|
8
|
"packages": [
|
9
|
{
|
10
|
"name": "mikehaertl/php-shellcommand",
|
11
|
"version": "1.6.4",
|
12
|
"source": {
|
13
|
"type": "git",
|
14
|
"url": "https://github.com/mikehaertl/php-shellcommand.git",
|
15
|
"reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5"
|
16
|
},
|
17
|
"dist": {
|
18
|
"type": "zip",
|
19
|
"url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/3488d7803df1e8f1a343d3d0ca452d527ad8d5e5",
|
20
|
"reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5",
|
21
|
"shasum": ""
|
22
|
},
|
23
|
"require": {
|
24
|
"php": ">= 5.3.0"
|
25
|
},
|
26
|
"require-dev": {
|
27
|
"phpunit/phpunit": ">4.0 <=9.4"
|
28
|
},
|
29
|
"type": "library",
|
30
|
"autoload": {
|
31
|
"psr-4": {
|
32
|
"mikehaertl\\shellcommand\\": "src/"
|
33
|
}
|
34
|
},
|
35
|
"notification-url": "https://packagist.org/downloads/",
|
36
|
"license": [
|
37
|
"MIT"
|
38
|
],
|
39
|
"authors": [
|
40
|
{
|
41
|
"name": "Michael Härtl",
|
42
|
"email": "haertl.mike@gmail.com"
|
43
|
}
|
44
|
],
|
45
|
"description": "An object oriented interface to shell commands",
|
46
|
"keywords": [
|
47
|
"shell"
|
48
|
],
|
49
|
"time": "2021-03-17T06:54:33+00:00"
|
50
|
},
|
51
|
{
|
52
|
"name": "nette/utils",
|
53
|
"version": "v3.2.8",
|
54
|
"source": {
|
55
|
"type": "git",
|
56
|
"url": "https://github.com/nette/utils.git",
|
57
|
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368"
|
58
|
},
|
59
|
"dist": {
|
60
|
"type": "zip",
|
61
|
"url": "https://api.github.com/repos/nette/utils/zipball/02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
|
62
|
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
|
63
|
"shasum": ""
|
64
|
},
|
65
|
"require": {
|
66
|
"php": ">=7.2 <8.3"
|
67
|
},
|
68
|
"conflict": {
|
69
|
"nette/di": "<3.0.6"
|
70
|
},
|
71
|
"require-dev": {
|
72
|
"nette/tester": "~2.0",
|
73
|
"phpstan/phpstan": "^1.0",
|
74
|
"tracy/tracy": "^2.3"
|
75
|
},
|
76
|
"suggest": {
|
77
|
"ext-gd": "to use Image",
|
78
|
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
|
79
|
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
|
80
|
"ext-json": "to use Nette\\Utils\\Json",
|
81
|
"ext-mbstring": "to use Strings::lower() etc...",
|
82
|
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
|
83
|
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
|
84
|
},
|
85
|
"type": "library",
|
86
|
"extra": {
|
87
|
"branch-alias": {
|
88
|
"dev-master": "3.2-dev"
|
89
|
}
|
90
|
},
|
91
|
"autoload": {
|
92
|
"classmap": [
|
93
|
"src/"
|
94
|
]
|
95
|
},
|
96
|
"notification-url": "https://packagist.org/downloads/",
|
97
|
"license": [
|
98
|
"BSD-3-Clause",
|
99
|
"GPL-2.0-only",
|
100
|
"GPL-3.0-only"
|
101
|
],
|
102
|
"authors": [
|
103
|
{
|
104
|
"name": "David Grudl",
|
105
|
"homepage": "https://davidgrudl.com"
|
106
|
},
|
107
|
{
|
108
|
"name": "Nette Community",
|
109
|
"homepage": "https://nette.org/contributors"
|
110
|
}
|
111
|
],
|
112
|
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
|
113
|
"homepage": "https://nette.org",
|
114
|
"keywords": [
|
115
|
"array",
|
116
|
"core",
|
117
|
"datetime",
|
118
|
"images",
|
119
|
"json",
|
120
|
"nette",
|
121
|
"paginator",
|
122
|
"password",
|
123
|
"slugify",
|
124
|
"string",
|
125
|
"unicode",
|
126
|
"utf-8",
|
127
|
"utility",
|
128
|
"validation"
|
129
|
],
|
130
|
"time": "2022-09-12T23:36:20+00:00"
|
131
|
},
|
132
|
{
|
133
|
"name": "psr/cache",
|
134
|
"version": "2.0.0",
|
135
|
"source": {
|
136
|
"type": "git",
|
137
|
"url": "https://github.com/php-fig/cache.git",
|
138
|
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
|
139
|
},
|
140
|
"dist": {
|
141
|
"type": "zip",
|
142
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
|
143
|
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
|
144
|
"shasum": ""
|
145
|
},
|
146
|
"require": {
|
147
|
"php": ">=8.0.0"
|
148
|
},
|
149
|
"type": "library",
|
150
|
"extra": {
|
151
|
"branch-alias": {
|
152
|
"dev-master": "1.0.x-dev"
|
153
|
}
|
154
|
},
|
155
|
"autoload": {
|
156
|
"psr-4": {
|
157
|
"Psr\\Cache\\": "src/"
|
158
|
}
|
159
|
},
|
160
|
"notification-url": "https://packagist.org/downloads/",
|
161
|
"license": [
|
162
|
"MIT"
|
163
|
],
|
164
|
"authors": [
|
165
|
{
|
166
|
"name": "PHP-FIG",
|
167
|
"homepage": "https://www.php-fig.org/"
|
168
|
}
|
169
|
],
|
170
|
"description": "Common interface for caching libraries",
|
171
|
"keywords": [
|
172
|
"cache",
|
173
|
"psr",
|
174
|
"psr-6"
|
175
|
],
|
176
|
"time": "2021-02-03T23:23:37+00:00"
|
177
|
},
|
178
|
{
|
179
|
"name": "psr/container",
|
180
|
"version": "2.0.2",
|
181
|
"source": {
|
182
|
"type": "git",
|
183
|
"url": "https://github.com/php-fig/container.git",
|
184
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
185
|
},
|
186
|
"dist": {
|
187
|
"type": "zip",
|
188
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
189
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
190
|
"shasum": ""
|
191
|
},
|
192
|
"require": {
|
193
|
"php": ">=7.4.0"
|
194
|
},
|
195
|
"type": "library",
|
196
|
"extra": {
|
197
|
"branch-alias": {
|
198
|
"dev-master": "2.0.x-dev"
|
199
|
}
|
200
|
},
|
201
|
"autoload": {
|
202
|
"psr-4": {
|
203
|
"Psr\\Container\\": "src/"
|
204
|
}
|
205
|
},
|
206
|
"notification-url": "https://packagist.org/downloads/",
|
207
|
"license": [
|
208
|
"MIT"
|
209
|
],
|
210
|
"authors": [
|
211
|
{
|
212
|
"name": "PHP-FIG",
|
213
|
"homepage": "https://www.php-fig.org/"
|
214
|
}
|
215
|
],
|
216
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
217
|
"homepage": "https://github.com/php-fig/container",
|
218
|
"keywords": [
|
219
|
"PSR-11",
|
220
|
"container",
|
221
|
"container-interface",
|
222
|
"container-interop",
|
223
|
"psr"
|
224
|
],
|
225
|
"time": "2021-11-05T16:47:00+00:00"
|
226
|
},
|
227
|
{
|
228
|
"name": "psr/log",
|
229
|
"version": "3.0.0",
|
230
|
"source": {
|
231
|
"type": "git",
|
232
|
"url": "https://github.com/php-fig/log.git",
|
233
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
234
|
},
|
235
|
"dist": {
|
236
|
"type": "zip",
|
237
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
238
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
239
|
"shasum": ""
|
240
|
},
|
241
|
"require": {
|
242
|
"php": ">=8.0.0"
|
243
|
},
|
244
|
"type": "library",
|
245
|
"extra": {
|
246
|
"branch-alias": {
|
247
|
"dev-master": "3.x-dev"
|
248
|
}
|
249
|
},
|
250
|
"autoload": {
|
251
|
"psr-4": {
|
252
|
"Psr\\Log\\": "src"
|
253
|
}
|
254
|
},
|
255
|
"notification-url": "https://packagist.org/downloads/",
|
256
|
"license": [
|
257
|
"MIT"
|
258
|
],
|
259
|
"authors": [
|
260
|
{
|
261
|
"name": "PHP-FIG",
|
262
|
"homepage": "https://www.php-fig.org/"
|
263
|
}
|
264
|
],
|
265
|
"description": "Common interface for logging libraries",
|
266
|
"homepage": "https://github.com/php-fig/log",
|
267
|
"keywords": [
|
268
|
"log",
|
269
|
"psr",
|
270
|
"psr-3"
|
271
|
],
|
272
|
"time": "2021-07-14T16:46:02+00:00"
|
273
|
},
|
274
|
{
|
275
|
"name": "simplepie/simplepie",
|
276
|
"version": "1.7.0",
|
277
|
"source": {
|
278
|
"type": "git",
|
279
|
"url": "https://github.com/simplepie/simplepie.git",
|
280
|
"reference": "9e9add3428ce86aede874bcf9a59c78e272f8dc1"
|
281
|
},
|
282
|
"dist": {
|
283
|
"type": "zip",
|
284
|
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/9e9add3428ce86aede874bcf9a59c78e272f8dc1",
|
285
|
"reference": "9e9add3428ce86aede874bcf9a59c78e272f8dc1",
|
286
|
"shasum": ""
|
287
|
},
|
288
|
"require": {
|
289
|
"ext-pcre": "*",
|
290
|
"ext-xml": "*",
|
291
|
"ext-xmlreader": "*",
|
292
|
"php": ">=5.6.0"
|
293
|
},
|
294
|
"require-dev": {
|
295
|
"friendsofphp/php-cs-fixer": "^2.19 || ^3.8",
|
296
|
"yoast/phpunit-polyfills": "^1.0.1"
|
297
|
},
|
298
|
"suggest": {
|
299
|
"ext-curl": "",
|
300
|
"ext-iconv": "",
|
301
|
"ext-intl": "",
|
302
|
"ext-mbstring": "",
|
303
|
"mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
|
304
|
},
|
305
|
"type": "library",
|
306
|
"autoload": {
|
307
|
"psr-0": {
|
308
|
"SimplePie": "library"
|
309
|
},
|
310
|
"psr-4": {
|
311
|
"SimplePie\\": "src"
|
312
|
}
|
313
|
},
|
314
|
"notification-url": "https://packagist.org/downloads/",
|
315
|
"license": [
|
316
|
"BSD-3-Clause"
|
317
|
],
|
318
|
"authors": [
|
319
|
{
|
320
|
"name": "Ryan Parman",
|
321
|
"homepage": "http://ryanparman.com/",
|
322
|
"role": "Creator, alumnus developer"
|
323
|
},
|
324
|
{
|
325
|
"name": "Sam Sneddon",
|
326
|
"homepage": "https://gsnedders.com/",
|
327
|
"role": "Alumnus developer"
|
328
|
},
|
329
|
{
|
330
|
"name": "Ryan McCue",
|
331
|
"email": "me@ryanmccue.info",
|
332
|
"homepage": "http://ryanmccue.info/",
|
333
|
"role": "Developer"
|
334
|
}
|
335
|
],
|
336
|
"description": "A simple Atom/RSS parsing library for PHP",
|
337
|
"homepage": "http://simplepie.org/",
|
338
|
"keywords": [
|
339
|
"atom",
|
340
|
"feeds",
|
341
|
"rss"
|
342
|
],
|
343
|
"time": "2022-09-30T06:49:48+00:00"
|
344
|
},
|
345
|
{
|
346
|
"name": "symfony/cache",
|
347
|
"version": "v5.4.13",
|
348
|
"source": {
|
349
|
"type": "git",
|
350
|
"url": "https://github.com/symfony/cache.git",
|
351
|
"reference": "89bb6a0fe27205636d80e568ffaf9bbb52f691e3"
|
352
|
},
|
353
|
"dist": {
|
354
|
"type": "zip",
|
355
|
"url": "https://api.github.com/repos/symfony/cache/zipball/89bb6a0fe27205636d80e568ffaf9bbb52f691e3",
|
356
|
"reference": "89bb6a0fe27205636d80e568ffaf9bbb52f691e3",
|
357
|
"shasum": ""
|
358
|
},
|
359
|
"require": {
|
360
|
"php": ">=7.2.5",
|
361
|
"psr/cache": "^1.0|^2.0",
|
362
|
"psr/log": "^1.1|^2|^3",
|
363
|
"symfony/cache-contracts": "^1.1.7|^2",
|
364
|
"symfony/deprecation-contracts": "^2.1|^3",
|
365
|
"symfony/polyfill-php73": "^1.9",
|
366
|
"symfony/polyfill-php80": "^1.16",
|
367
|
"symfony/service-contracts": "^1.1|^2|^3",
|
368
|
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
369
|
},
|
370
|
"conflict": {
|
371
|
"doctrine/dbal": "<2.13.1",
|
372
|
"symfony/dependency-injection": "<4.4",
|
373
|
"symfony/http-kernel": "<4.4",
|
374
|
"symfony/var-dumper": "<4.4"
|
375
|
},
|
376
|
"provide": {
|
377
|
"psr/cache-implementation": "1.0|2.0",
|
378
|
"psr/simple-cache-implementation": "1.0|2.0",
|
379
|
"symfony/cache-implementation": "1.0|2.0"
|
380
|
},
|
381
|
"require-dev": {
|
382
|
"cache/integration-tests": "dev-master",
|
383
|
"doctrine/cache": "^1.6|^2.0",
|
384
|
"doctrine/dbal": "^2.13.1|^3.0",
|
385
|
"predis/predis": "^1.1",
|
386
|
"psr/simple-cache": "^1.0|^2.0",
|
387
|
"symfony/config": "^4.4|^5.0|^6.0",
|
388
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
389
|
"symfony/filesystem": "^4.4|^5.0|^6.0",
|
390
|
"symfony/http-kernel": "^4.4|^5.0|^6.0",
|
391
|
"symfony/messenger": "^4.4|^5.0|^6.0",
|
392
|
"symfony/var-dumper": "^4.4|^5.0|^6.0"
|
393
|
},
|
394
|
"type": "library",
|
395
|
"autoload": {
|
396
|
"psr-4": {
|
397
|
"Symfony\\Component\\Cache\\": ""
|
398
|
},
|
399
|
"exclude-from-classmap": [
|
400
|
"/Tests/"
|
401
|
]
|
402
|
},
|
403
|
"notification-url": "https://packagist.org/downloads/",
|
404
|
"license": [
|
405
|
"MIT"
|
406
|
],
|
407
|
"authors": [
|
408
|
{
|
409
|
"name": "Nicolas Grekas",
|
410
|
"email": "p@tchwork.com"
|
411
|
},
|
412
|
{
|
413
|
"name": "Symfony Community",
|
414
|
"homepage": "https://symfony.com/contributors"
|
415
|
}
|
416
|
],
|
417
|
"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
|
418
|
"homepage": "https://symfony.com",
|
419
|
"keywords": [
|
420
|
"caching",
|
421
|
"psr6"
|
422
|
],
|
423
|
"funding": [
|
424
|
{
|
425
|
"url": "https://symfony.com/sponsor",
|
426
|
"type": "custom"
|
427
|
},
|
428
|
{
|
429
|
"url": "https://github.com/fabpot",
|
430
|
"type": "github"
|
431
|
},
|
432
|
{
|
433
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
434
|
"type": "tidelift"
|
435
|
}
|
436
|
],
|
437
|
"time": "2022-09-06T13:23:31+00:00"
|
438
|
},
|
439
|
{
|
440
|
"name": "symfony/cache-contracts",
|
441
|
"version": "v2.5.2",
|
442
|
"source": {
|
443
|
"type": "git",
|
444
|
"url": "https://github.com/symfony/cache-contracts.git",
|
445
|
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
|
446
|
},
|
447
|
"dist": {
|
448
|
"type": "zip",
|
449
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
450
|
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
451
|
"shasum": ""
|
452
|
},
|
453
|
"require": {
|
454
|
"php": ">=7.2.5",
|
455
|
"psr/cache": "^1.0|^2.0|^3.0"
|
456
|
},
|
457
|
"suggest": {
|
458
|
"symfony/cache-implementation": ""
|
459
|
},
|
460
|
"type": "library",
|
461
|
"extra": {
|
462
|
"branch-alias": {
|
463
|
"dev-main": "2.5-dev"
|
464
|
},
|
465
|
"thanks": {
|
466
|
"name": "symfony/contracts",
|
467
|
"url": "https://github.com/symfony/contracts"
|
468
|
}
|
469
|
},
|
470
|
"autoload": {
|
471
|
"psr-4": {
|
472
|
"Symfony\\Contracts\\Cache\\": ""
|
473
|
}
|
474
|
},
|
475
|
"notification-url": "https://packagist.org/downloads/",
|
476
|
"license": [
|
477
|
"MIT"
|
478
|
],
|
479
|
"authors": [
|
480
|
{
|
481
|
"name": "Nicolas Grekas",
|
482
|
"email": "p@tchwork.com"
|
483
|
},
|
484
|
{
|
485
|
"name": "Symfony Community",
|
486
|
"homepage": "https://symfony.com/contributors"
|
487
|
}
|
488
|
],
|
489
|
"description": "Generic abstractions related to caching",
|
490
|
"homepage": "https://symfony.com",
|
491
|
"keywords": [
|
492
|
"abstractions",
|
493
|
"contracts",
|
494
|
"decoupling",
|
495
|
"interfaces",
|
496
|
"interoperability",
|
497
|
"standards"
|
498
|
],
|
499
|
"funding": [
|
500
|
{
|
501
|
"url": "https://symfony.com/sponsor",
|
502
|
"type": "custom"
|
503
|
},
|
504
|
{
|
505
|
"url": "https://github.com/fabpot",
|
506
|
"type": "github"
|
507
|
},
|
508
|
{
|
509
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
510
|
"type": "tidelift"
|
511
|
}
|
512
|
],
|
513
|
"time": "2022-01-02T09:53:40+00:00"
|
514
|
},
|
515
|
{
|
516
|
"name": "symfony/deprecation-contracts",
|
517
|
"version": "v3.1.1",
|
518
|
"source": {
|
519
|
"type": "git",
|
520
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
521
|
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918"
|
522
|
},
|
523
|
"dist": {
|
524
|
"type": "zip",
|
525
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
|
526
|
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
|
527
|
"shasum": ""
|
528
|
},
|
529
|
"require": {
|
530
|
"php": ">=8.1"
|
531
|
},
|
532
|
"type": "library",
|
533
|
"extra": {
|
534
|
"branch-alias": {
|
535
|
"dev-main": "3.1-dev"
|
536
|
},
|
537
|
"thanks": {
|
538
|
"name": "symfony/contracts",
|
539
|
"url": "https://github.com/symfony/contracts"
|
540
|
}
|
541
|
},
|
542
|
"autoload": {
|
543
|
"files": [
|
544
|
"function.php"
|
545
|
]
|
546
|
},
|
547
|
"notification-url": "https://packagist.org/downloads/",
|
548
|
"license": [
|
549
|
"MIT"
|
550
|
],
|
551
|
"authors": [
|
552
|
{
|
553
|
"name": "Nicolas Grekas",
|
554
|
"email": "p@tchwork.com"
|
555
|
},
|
556
|
{
|
557
|
"name": "Symfony Community",
|
558
|
"homepage": "https://symfony.com/contributors"
|
559
|
}
|
560
|
],
|
561
|
"description": "A generic function and convention to trigger deprecation notices",
|
562
|
"homepage": "https://symfony.com",
|
563
|
"funding": [
|
564
|
{
|
565
|
"url": "https://symfony.com/sponsor",
|
566
|
"type": "custom"
|
567
|
},
|
568
|
{
|
569
|
"url": "https://github.com/fabpot",
|
570
|
"type": "github"
|
571
|
},
|
572
|
{
|
573
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
574
|
"type": "tidelift"
|
575
|
}
|
576
|
],
|
577
|
"time": "2022-02-25T11:15:52+00:00"
|
578
|
},
|
579
|
{
|
580
|
"name": "symfony/polyfill-php73",
|
581
|
"version": "v1.26.0",
|
582
|
"source": {
|
583
|
"type": "git",
|
584
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
585
|
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
|
586
|
},
|
587
|
"dist": {
|
588
|
"type": "zip",
|
589
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
|
590
|
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
|
591
|
"shasum": ""
|
592
|
},
|
593
|
"require": {
|
594
|
"php": ">=7.1"
|
595
|
},
|
596
|
"type": "library",
|
597
|
"extra": {
|
598
|
"branch-alias": {
|
599
|
"dev-main": "1.26-dev"
|
600
|
},
|
601
|
"thanks": {
|
602
|
"name": "symfony/polyfill",
|
603
|
"url": "https://github.com/symfony/polyfill"
|
604
|
}
|
605
|
},
|
606
|
"autoload": {
|
607
|
"files": [
|
608
|
"bootstrap.php"
|
609
|
],
|
610
|
"psr-4": {
|
611
|
"Symfony\\Polyfill\\Php73\\": ""
|
612
|
},
|
613
|
"classmap": [
|
614
|
"Resources/stubs"
|
615
|
]
|
616
|
},
|
617
|
"notification-url": "https://packagist.org/downloads/",
|
618
|
"license": [
|
619
|
"MIT"
|
620
|
],
|
621
|
"authors": [
|
622
|
{
|
623
|
"name": "Nicolas Grekas",
|
624
|
"email": "p@tchwork.com"
|
625
|
},
|
626
|
{
|
627
|
"name": "Symfony Community",
|
628
|
"homepage": "https://symfony.com/contributors"
|
629
|
}
|
630
|
],
|
631
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
632
|
"homepage": "https://symfony.com",
|
633
|
"keywords": [
|
634
|
"compatibility",
|
635
|
"polyfill",
|
636
|
"portable",
|
637
|
"shim"
|
638
|
],
|
639
|
"funding": [
|
640
|
{
|
641
|
"url": "https://symfony.com/sponsor",
|
642
|
"type": "custom"
|
643
|
},
|
644
|
{
|
645
|
"url": "https://github.com/fabpot",
|
646
|
"type": "github"
|
647
|
},
|
648
|
{
|
649
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
650
|
"type": "tidelift"
|
651
|
}
|
652
|
],
|
653
|
"time": "2022-05-24T11:49:31+00:00"
|
654
|
},
|
655
|
{
|
656
|
"name": "symfony/polyfill-php80",
|
657
|
"version": "v1.26.0",
|
658
|
"source": {
|
659
|
"type": "git",
|
660
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
661
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
|
662
|
},
|
663
|
"dist": {
|
664
|
"type": "zip",
|
665
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
666
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
667
|
"shasum": ""
|
668
|
},
|
669
|
"require": {
|
670
|
"php": ">=7.1"
|
671
|
},
|
672
|
"type": "library",
|
673
|
"extra": {
|
674
|
"branch-alias": {
|
675
|
"dev-main": "1.26-dev"
|
676
|
},
|
677
|
"thanks": {
|
678
|
"name": "symfony/polyfill",
|
679
|
"url": "https://github.com/symfony/polyfill"
|
680
|
}
|
681
|
},
|
682
|
"autoload": {
|
683
|
"files": [
|
684
|
"bootstrap.php"
|
685
|
],
|
686
|
"psr-4": {
|
687
|
"Symfony\\Polyfill\\Php80\\": ""
|
688
|
},
|
689
|
"classmap": [
|
690
|
"Resources/stubs"
|
691
|
]
|
692
|
},
|
693
|
"notification-url": "https://packagist.org/downloads/",
|
694
|
"license": [
|
695
|
"MIT"
|
696
|
],
|
697
|
"authors": [
|
698
|
{
|
699
|
"name": "Ion Bazan",
|
700
|
"email": "ion.bazan@gmail.com"
|
701
|
},
|
702
|
{
|
703
|
"name": "Nicolas Grekas",
|
704
|
"email": "p@tchwork.com"
|
705
|
},
|
706
|
{
|
707
|
"name": "Symfony Community",
|
708
|
"homepage": "https://symfony.com/contributors"
|
709
|
}
|
710
|
],
|
711
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
712
|
"homepage": "https://symfony.com",
|
713
|
"keywords": [
|
714
|
"compatibility",
|
715
|
"polyfill",
|
716
|
"portable",
|
717
|
"shim"
|
718
|
],
|
719
|
"funding": [
|
720
|
{
|
721
|
"url": "https://symfony.com/sponsor",
|
722
|
"type": "custom"
|
723
|
},
|
724
|
{
|
725
|
"url": "https://github.com/fabpot",
|
726
|
"type": "github"
|
727
|
},
|
728
|
{
|
729
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
730
|
"type": "tidelift"
|
731
|
}
|
732
|
],
|
733
|
"time": "2022-05-10T07:21:04+00:00"
|
734
|
},
|
735
|
{
|
736
|
"name": "symfony/service-contracts",
|
737
|
"version": "v3.1.1",
|
738
|
"source": {
|
739
|
"type": "git",
|
740
|
"url": "https://github.com/symfony/service-contracts.git",
|
741
|
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239"
|
742
|
},
|
743
|
"dist": {
|
744
|
"type": "zip",
|
745
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239",
|
746
|
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239",
|
747
|
"shasum": ""
|
748
|
},
|
749
|
"require": {
|
750
|
"php": ">=8.1",
|
751
|
"psr/container": "^2.0"
|
752
|
},
|
753
|
"conflict": {
|
754
|
"ext-psr": "<1.1|>=2"
|
755
|
},
|
756
|
"suggest": {
|
757
|
"symfony/service-implementation": ""
|
758
|
},
|
759
|
"type": "library",
|
760
|
"extra": {
|
761
|
"branch-alias": {
|
762
|
"dev-main": "3.1-dev"
|
763
|
},
|
764
|
"thanks": {
|
765
|
"name": "symfony/contracts",
|
766
|
"url": "https://github.com/symfony/contracts"
|
767
|
}
|
768
|
},
|
769
|
"autoload": {
|
770
|
"psr-4": {
|
771
|
"Symfony\\Contracts\\Service\\": ""
|
772
|
},
|
773
|
"exclude-from-classmap": [
|
774
|
"/Test/"
|
775
|
]
|
776
|
},
|
777
|
"notification-url": "https://packagist.org/downloads/",
|
778
|
"license": [
|
779
|
"MIT"
|
780
|
],
|
781
|
"authors": [
|
782
|
{
|
783
|
"name": "Nicolas Grekas",
|
784
|
"email": "p@tchwork.com"
|
785
|
},
|
786
|
{
|
787
|
"name": "Symfony Community",
|
788
|
"homepage": "https://symfony.com/contributors"
|
789
|
}
|
790
|
],
|
791
|
"description": "Generic abstractions related to writing services",
|
792
|
"homepage": "https://symfony.com",
|
793
|
"keywords": [
|
794
|
"abstractions",
|
795
|
"contracts",
|
796
|
"decoupling",
|
797
|
"interfaces",
|
798
|
"interoperability",
|
799
|
"standards"
|
800
|
],
|
801
|
"funding": [
|
802
|
{
|
803
|
"url": "https://symfony.com/sponsor",
|
804
|
"type": "custom"
|
805
|
},
|
806
|
{
|
807
|
"url": "https://github.com/fabpot",
|
808
|
"type": "github"
|
809
|
},
|
810
|
{
|
811
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
812
|
"type": "tidelift"
|
813
|
}
|
814
|
],
|
815
|
"time": "2022-05-30T19:18:58+00:00"
|
816
|
},
|
817
|
{
|
818
|
"name": "symfony/var-exporter",
|
819
|
"version": "v6.1.3",
|
820
|
"source": {
|
821
|
"type": "git",
|
822
|
"url": "https://github.com/symfony/var-exporter.git",
|
823
|
"reference": "b49350f45cebbba6e5286485264b912f2bcfc9ef"
|
824
|
},
|
825
|
"dist": {
|
826
|
"type": "zip",
|
827
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/b49350f45cebbba6e5286485264b912f2bcfc9ef",
|
828
|
"reference": "b49350f45cebbba6e5286485264b912f2bcfc9ef",
|
829
|
"shasum": ""
|
830
|
},
|
831
|
"require": {
|
832
|
"php": ">=8.1"
|
833
|
},
|
834
|
"require-dev": {
|
835
|
"symfony/var-dumper": "^5.4|^6.0"
|
836
|
},
|
837
|
"type": "library",
|
838
|
"autoload": {
|
839
|
"psr-4": {
|
840
|
"Symfony\\Component\\VarExporter\\": ""
|
841
|
},
|
842
|
"exclude-from-classmap": [
|
843
|
"/Tests/"
|
844
|
]
|
845
|
},
|
846
|
"notification-url": "https://packagist.org/downloads/",
|
847
|
"license": [
|
848
|
"MIT"
|
849
|
],
|
850
|
"authors": [
|
851
|
{
|
852
|
"name": "Nicolas Grekas",
|
853
|
"email": "p@tchwork.com"
|
854
|
},
|
855
|
{
|
856
|
"name": "Symfony Community",
|
857
|
"homepage": "https://symfony.com/contributors"
|
858
|
}
|
859
|
],
|
860
|
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
|
861
|
"homepage": "https://symfony.com",
|
862
|
"keywords": [
|
863
|
"clone",
|
864
|
"construct",
|
865
|
"export",
|
866
|
"hydrate",
|
867
|
"instantiate",
|
868
|
"serialize"
|
869
|
],
|
870
|
"funding": [
|
871
|
{
|
872
|
"url": "https://symfony.com/sponsor",
|
873
|
"type": "custom"
|
874
|
},
|
875
|
{
|
876
|
"url": "https://github.com/fabpot",
|
877
|
"type": "github"
|
878
|
},
|
879
|
{
|
880
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
881
|
"type": "tidelift"
|
882
|
}
|
883
|
],
|
884
|
"time": "2022-07-04T16:01:56+00:00"
|
885
|
}
|
886
|
],
|
887
|
"packages-dev": [],
|
888
|
"aliases": [],
|
889
|
"minimum-stability": "stable",
|
890
|
"stability-flags": [],
|
891
|
"prefer-stable": false,
|
892
|
"prefer-lowest": false,
|
893
|
"platform": [],
|
894
|
"platform-dev": [],
|
895
|
"plugin-api-version": "1.1.0"
|
896
|
}
|