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