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": "d109b49c32d0b916c97951af80521618",
|
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.8",
|
58
|
"source": {
|
59
|
"type": "git",
|
60
|
"url": "https://github.com/nette/utils.git",
|
61
|
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368"
|
62
|
},
|
63
|
"dist": {
|
64
|
"type": "zip",
|
65
|
"url": "https://api.github.com/repos/nette/utils/zipball/02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
|
66
|
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
|
67
|
"shasum": ""
|
68
|
},
|
69
|
"require": {
|
70
|
"php": ">=7.2 <8.3"
|
71
|
},
|
72
|
"conflict": {
|
73
|
"nette/di": "<3.0.6"
|
74
|
},
|
75
|
"require-dev": {
|
76
|
"nette/tester": "~2.0",
|
77
|
"phpstan/phpstan": "^1.0",
|
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.8"
|
137
|
},
|
138
|
"time": "2022-09-12T23:36:20+00:00"
|
139
|
},
|
140
|
{
|
141
|
"name": "psr/cache",
|
142
|
"version": "2.0.0",
|
143
|
"source": {
|
144
|
"type": "git",
|
145
|
"url": "https://github.com/php-fig/cache.git",
|
146
|
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
|
147
|
},
|
148
|
"dist": {
|
149
|
"type": "zip",
|
150
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
|
151
|
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
|
152
|
"shasum": ""
|
153
|
},
|
154
|
"require": {
|
155
|
"php": ">=8.0.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": "https://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/2.0.0"
|
186
|
},
|
187
|
"time": "2021-02-03T23:23:37+00:00"
|
188
|
},
|
189
|
{
|
190
|
"name": "psr/container",
|
191
|
"version": "2.0.2",
|
192
|
"source": {
|
193
|
"type": "git",
|
194
|
"url": "https://github.com/php-fig/container.git",
|
195
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
196
|
},
|
197
|
"dist": {
|
198
|
"type": "zip",
|
199
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
200
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
201
|
"shasum": ""
|
202
|
},
|
203
|
"require": {
|
204
|
"php": ">=7.4.0"
|
205
|
},
|
206
|
"type": "library",
|
207
|
"extra": {
|
208
|
"branch-alias": {
|
209
|
"dev-master": "2.0.x-dev"
|
210
|
}
|
211
|
},
|
212
|
"autoload": {
|
213
|
"psr-4": {
|
214
|
"Psr\\Container\\": "src/"
|
215
|
}
|
216
|
},
|
217
|
"notification-url": "https://packagist.org/downloads/",
|
218
|
"license": [
|
219
|
"MIT"
|
220
|
],
|
221
|
"authors": [
|
222
|
{
|
223
|
"name": "PHP-FIG",
|
224
|
"homepage": "https://www.php-fig.org/"
|
225
|
}
|
226
|
],
|
227
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
228
|
"homepage": "https://github.com/php-fig/container",
|
229
|
"keywords": [
|
230
|
"PSR-11",
|
231
|
"container",
|
232
|
"container-interface",
|
233
|
"container-interop",
|
234
|
"psr"
|
235
|
],
|
236
|
"support": {
|
237
|
"issues": "https://github.com/php-fig/container/issues",
|
238
|
"source": "https://github.com/php-fig/container/tree/2.0.2"
|
239
|
},
|
240
|
"time": "2021-11-05T16:47:00+00:00"
|
241
|
},
|
242
|
{
|
243
|
"name": "psr/log",
|
244
|
"version": "3.0.0",
|
245
|
"source": {
|
246
|
"type": "git",
|
247
|
"url": "https://github.com/php-fig/log.git",
|
248
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
249
|
},
|
250
|
"dist": {
|
251
|
"type": "zip",
|
252
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
253
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
254
|
"shasum": ""
|
255
|
},
|
256
|
"require": {
|
257
|
"php": ">=8.0.0"
|
258
|
},
|
259
|
"type": "library",
|
260
|
"extra": {
|
261
|
"branch-alias": {
|
262
|
"dev-master": "3.x-dev"
|
263
|
}
|
264
|
},
|
265
|
"autoload": {
|
266
|
"psr-4": {
|
267
|
"Psr\\Log\\": "src"
|
268
|
}
|
269
|
},
|
270
|
"notification-url": "https://packagist.org/downloads/",
|
271
|
"license": [
|
272
|
"MIT"
|
273
|
],
|
274
|
"authors": [
|
275
|
{
|
276
|
"name": "PHP-FIG",
|
277
|
"homepage": "https://www.php-fig.org/"
|
278
|
}
|
279
|
],
|
280
|
"description": "Common interface for logging libraries",
|
281
|
"homepage": "https://github.com/php-fig/log",
|
282
|
"keywords": [
|
283
|
"log",
|
284
|
"psr",
|
285
|
"psr-3"
|
286
|
],
|
287
|
"support": {
|
288
|
"source": "https://github.com/php-fig/log/tree/3.0.0"
|
289
|
},
|
290
|
"time": "2021-07-14T16:46:02+00:00"
|
291
|
},
|
292
|
{
|
293
|
"name": "simplepie/simplepie",
|
294
|
"version": "1.7.0",
|
295
|
"source": {
|
296
|
"type": "git",
|
297
|
"url": "https://github.com/simplepie/simplepie.git",
|
298
|
"reference": "9e9add3428ce86aede874bcf9a59c78e272f8dc1"
|
299
|
},
|
300
|
"dist": {
|
301
|
"type": "zip",
|
302
|
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/9e9add3428ce86aede874bcf9a59c78e272f8dc1",
|
303
|
"reference": "9e9add3428ce86aede874bcf9a59c78e272f8dc1",
|
304
|
"shasum": ""
|
305
|
},
|
306
|
"require": {
|
307
|
"ext-pcre": "*",
|
308
|
"ext-xml": "*",
|
309
|
"ext-xmlreader": "*",
|
310
|
"php": ">=5.6.0"
|
311
|
},
|
312
|
"require-dev": {
|
313
|
"friendsofphp/php-cs-fixer": "^2.19 || ^3.8",
|
314
|
"yoast/phpunit-polyfills": "^1.0.1"
|
315
|
},
|
316
|
"suggest": {
|
317
|
"ext-curl": "",
|
318
|
"ext-iconv": "",
|
319
|
"ext-intl": "",
|
320
|
"ext-mbstring": "",
|
321
|
"mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
|
322
|
},
|
323
|
"type": "library",
|
324
|
"autoload": {
|
325
|
"psr-0": {
|
326
|
"SimplePie": "library"
|
327
|
},
|
328
|
"psr-4": {
|
329
|
"SimplePie\\": "src"
|
330
|
}
|
331
|
},
|
332
|
"notification-url": "https://packagist.org/downloads/",
|
333
|
"license": [
|
334
|
"BSD-3-Clause"
|
335
|
],
|
336
|
"authors": [
|
337
|
{
|
338
|
"name": "Ryan Parman",
|
339
|
"homepage": "http://ryanparman.com/",
|
340
|
"role": "Creator, alumnus developer"
|
341
|
},
|
342
|
{
|
343
|
"name": "Sam Sneddon",
|
344
|
"homepage": "https://gsnedders.com/",
|
345
|
"role": "Alumnus developer"
|
346
|
},
|
347
|
{
|
348
|
"name": "Ryan McCue",
|
349
|
"email": "me@ryanmccue.info",
|
350
|
"homepage": "http://ryanmccue.info/",
|
351
|
"role": "Developer"
|
352
|
}
|
353
|
],
|
354
|
"description": "A simple Atom/RSS parsing library for PHP",
|
355
|
"homepage": "http://simplepie.org/",
|
356
|
"keywords": [
|
357
|
"atom",
|
358
|
"feeds",
|
359
|
"rss"
|
360
|
],
|
361
|
"support": {
|
362
|
"issues": "https://github.com/simplepie/simplepie/issues",
|
363
|
"source": "https://github.com/simplepie/simplepie/tree/1.7.0"
|
364
|
},
|
365
|
"time": "2022-09-30T06:49:48+00:00"
|
366
|
},
|
367
|
{
|
368
|
"name": "symfony/cache",
|
369
|
"version": "v5.4.15",
|
370
|
"source": {
|
371
|
"type": "git",
|
372
|
"url": "https://github.com/symfony/cache.git",
|
373
|
"reference": "60e87188abbacd29ccde44d69c5392a33e888e98"
|
374
|
},
|
375
|
"dist": {
|
376
|
"type": "zip",
|
377
|
"url": "https://api.github.com/repos/symfony/cache/zipball/60e87188abbacd29ccde44d69c5392a33e888e98",
|
378
|
"reference": "60e87188abbacd29ccde44d69c5392a33e888e98",
|
379
|
"shasum": ""
|
380
|
},
|
381
|
"require": {
|
382
|
"php": ">=7.2.5",
|
383
|
"psr/cache": "^1.0|^2.0",
|
384
|
"psr/log": "^1.1|^2|^3",
|
385
|
"symfony/cache-contracts": "^1.1.7|^2",
|
386
|
"symfony/deprecation-contracts": "^2.1|^3",
|
387
|
"symfony/polyfill-php73": "^1.9",
|
388
|
"symfony/polyfill-php80": "^1.16",
|
389
|
"symfony/service-contracts": "^1.1|^2|^3",
|
390
|
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
391
|
},
|
392
|
"conflict": {
|
393
|
"doctrine/dbal": "<2.13.1",
|
394
|
"symfony/dependency-injection": "<4.4",
|
395
|
"symfony/http-kernel": "<4.4",
|
396
|
"symfony/var-dumper": "<4.4"
|
397
|
},
|
398
|
"provide": {
|
399
|
"psr/cache-implementation": "1.0|2.0",
|
400
|
"psr/simple-cache-implementation": "1.0|2.0",
|
401
|
"symfony/cache-implementation": "1.0|2.0"
|
402
|
},
|
403
|
"require-dev": {
|
404
|
"cache/integration-tests": "dev-master",
|
405
|
"doctrine/cache": "^1.6|^2.0",
|
406
|
"doctrine/dbal": "^2.13.1|^3.0",
|
407
|
"predis/predis": "^1.1",
|
408
|
"psr/simple-cache": "^1.0|^2.0",
|
409
|
"symfony/config": "^4.4|^5.0|^6.0",
|
410
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
411
|
"symfony/filesystem": "^4.4|^5.0|^6.0",
|
412
|
"symfony/http-kernel": "^4.4|^5.0|^6.0",
|
413
|
"symfony/messenger": "^4.4|^5.0|^6.0",
|
414
|
"symfony/var-dumper": "^4.4|^5.0|^6.0"
|
415
|
},
|
416
|
"type": "library",
|
417
|
"autoload": {
|
418
|
"psr-4": {
|
419
|
"Symfony\\Component\\Cache\\": ""
|
420
|
},
|
421
|
"exclude-from-classmap": [
|
422
|
"/Tests/"
|
423
|
]
|
424
|
},
|
425
|
"notification-url": "https://packagist.org/downloads/",
|
426
|
"license": [
|
427
|
"MIT"
|
428
|
],
|
429
|
"authors": [
|
430
|
{
|
431
|
"name": "Nicolas Grekas",
|
432
|
"email": "p@tchwork.com"
|
433
|
},
|
434
|
{
|
435
|
"name": "Symfony Community",
|
436
|
"homepage": "https://symfony.com/contributors"
|
437
|
}
|
438
|
],
|
439
|
"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
|
440
|
"homepage": "https://symfony.com",
|
441
|
"keywords": [
|
442
|
"caching",
|
443
|
"psr6"
|
444
|
],
|
445
|
"support": {
|
446
|
"source": "https://github.com/symfony/cache/tree/v5.4.15"
|
447
|
},
|
448
|
"funding": [
|
449
|
{
|
450
|
"url": "https://symfony.com/sponsor",
|
451
|
"type": "custom"
|
452
|
},
|
453
|
{
|
454
|
"url": "https://github.com/fabpot",
|
455
|
"type": "github"
|
456
|
},
|
457
|
{
|
458
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
459
|
"type": "tidelift"
|
460
|
}
|
461
|
],
|
462
|
"time": "2022-10-27T07:55:40+00:00"
|
463
|
},
|
464
|
{
|
465
|
"name": "symfony/cache-contracts",
|
466
|
"version": "v2.5.2",
|
467
|
"source": {
|
468
|
"type": "git",
|
469
|
"url": "https://github.com/symfony/cache-contracts.git",
|
470
|
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
|
471
|
},
|
472
|
"dist": {
|
473
|
"type": "zip",
|
474
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
475
|
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
476
|
"shasum": ""
|
477
|
},
|
478
|
"require": {
|
479
|
"php": ">=7.2.5",
|
480
|
"psr/cache": "^1.0|^2.0|^3.0"
|
481
|
},
|
482
|
"suggest": {
|
483
|
"symfony/cache-implementation": ""
|
484
|
},
|
485
|
"type": "library",
|
486
|
"extra": {
|
487
|
"branch-alias": {
|
488
|
"dev-main": "2.5-dev"
|
489
|
},
|
490
|
"thanks": {
|
491
|
"name": "symfony/contracts",
|
492
|
"url": "https://github.com/symfony/contracts"
|
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/v2.5.2"
|
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": "2022-01-02T09:53:40+00:00"
|
542
|
},
|
543
|
{
|
544
|
"name": "symfony/deprecation-contracts",
|
545
|
"version": "v3.1.1",
|
546
|
"source": {
|
547
|
"type": "git",
|
548
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
549
|
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918"
|
550
|
},
|
551
|
"dist": {
|
552
|
"type": "zip",
|
553
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
|
554
|
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
|
555
|
"shasum": ""
|
556
|
},
|
557
|
"require": {
|
558
|
"php": ">=8.1"
|
559
|
},
|
560
|
"type": "library",
|
561
|
"extra": {
|
562
|
"branch-alias": {
|
563
|
"dev-main": "3.1-dev"
|
564
|
},
|
565
|
"thanks": {
|
566
|
"name": "symfony/contracts",
|
567
|
"url": "https://github.com/symfony/contracts"
|
568
|
}
|
569
|
},
|
570
|
"autoload": {
|
571
|
"files": [
|
572
|
"function.php"
|
573
|
]
|
574
|
},
|
575
|
"notification-url": "https://packagist.org/downloads/",
|
576
|
"license": [
|
577
|
"MIT"
|
578
|
],
|
579
|
"authors": [
|
580
|
{
|
581
|
"name": "Nicolas Grekas",
|
582
|
"email": "p@tchwork.com"
|
583
|
},
|
584
|
{
|
585
|
"name": "Symfony Community",
|
586
|
"homepage": "https://symfony.com/contributors"
|
587
|
}
|
588
|
],
|
589
|
"description": "A generic function and convention to trigger deprecation notices",
|
590
|
"homepage": "https://symfony.com",
|
591
|
"support": {
|
592
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1"
|
593
|
},
|
594
|
"funding": [
|
595
|
{
|
596
|
"url": "https://symfony.com/sponsor",
|
597
|
"type": "custom"
|
598
|
},
|
599
|
{
|
600
|
"url": "https://github.com/fabpot",
|
601
|
"type": "github"
|
602
|
},
|
603
|
{
|
604
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
605
|
"type": "tidelift"
|
606
|
}
|
607
|
],
|
608
|
"time": "2022-02-25T11:15:52+00:00"
|
609
|
},
|
610
|
{
|
611
|
"name": "symfony/polyfill-php73",
|
612
|
"version": "v1.27.0",
|
613
|
"source": {
|
614
|
"type": "git",
|
615
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
616
|
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
|
617
|
},
|
618
|
"dist": {
|
619
|
"type": "zip",
|
620
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
|
621
|
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
|
622
|
"shasum": ""
|
623
|
},
|
624
|
"require": {
|
625
|
"php": ">=7.1"
|
626
|
},
|
627
|
"type": "library",
|
628
|
"extra": {
|
629
|
"branch-alias": {
|
630
|
"dev-main": "1.27-dev"
|
631
|
},
|
632
|
"thanks": {
|
633
|
"name": "symfony/polyfill",
|
634
|
"url": "https://github.com/symfony/polyfill"
|
635
|
}
|
636
|
},
|
637
|
"autoload": {
|
638
|
"files": [
|
639
|
"bootstrap.php"
|
640
|
],
|
641
|
"psr-4": {
|
642
|
"Symfony\\Polyfill\\Php73\\": ""
|
643
|
},
|
644
|
"classmap": [
|
645
|
"Resources/stubs"
|
646
|
]
|
647
|
},
|
648
|
"notification-url": "https://packagist.org/downloads/",
|
649
|
"license": [
|
650
|
"MIT"
|
651
|
],
|
652
|
"authors": [
|
653
|
{
|
654
|
"name": "Nicolas Grekas",
|
655
|
"email": "p@tchwork.com"
|
656
|
},
|
657
|
{
|
658
|
"name": "Symfony Community",
|
659
|
"homepage": "https://symfony.com/contributors"
|
660
|
}
|
661
|
],
|
662
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
663
|
"homepage": "https://symfony.com",
|
664
|
"keywords": [
|
665
|
"compatibility",
|
666
|
"polyfill",
|
667
|
"portable",
|
668
|
"shim"
|
669
|
],
|
670
|
"support": {
|
671
|
"source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
|
672
|
},
|
673
|
"funding": [
|
674
|
{
|
675
|
"url": "https://symfony.com/sponsor",
|
676
|
"type": "custom"
|
677
|
},
|
678
|
{
|
679
|
"url": "https://github.com/fabpot",
|
680
|
"type": "github"
|
681
|
},
|
682
|
{
|
683
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
684
|
"type": "tidelift"
|
685
|
}
|
686
|
],
|
687
|
"time": "2022-11-03T14:55:06+00:00"
|
688
|
},
|
689
|
{
|
690
|
"name": "symfony/polyfill-php80",
|
691
|
"version": "v1.27.0",
|
692
|
"source": {
|
693
|
"type": "git",
|
694
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
695
|
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
|
696
|
},
|
697
|
"dist": {
|
698
|
"type": "zip",
|
699
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
|
700
|
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
|
701
|
"shasum": ""
|
702
|
},
|
703
|
"require": {
|
704
|
"php": ">=7.1"
|
705
|
},
|
706
|
"type": "library",
|
707
|
"extra": {
|
708
|
"branch-alias": {
|
709
|
"dev-main": "1.27-dev"
|
710
|
},
|
711
|
"thanks": {
|
712
|
"name": "symfony/polyfill",
|
713
|
"url": "https://github.com/symfony/polyfill"
|
714
|
}
|
715
|
},
|
716
|
"autoload": {
|
717
|
"files": [
|
718
|
"bootstrap.php"
|
719
|
],
|
720
|
"psr-4": {
|
721
|
"Symfony\\Polyfill\\Php80\\": ""
|
722
|
},
|
723
|
"classmap": [
|
724
|
"Resources/stubs"
|
725
|
]
|
726
|
},
|
727
|
"notification-url": "https://packagist.org/downloads/",
|
728
|
"license": [
|
729
|
"MIT"
|
730
|
],
|
731
|
"authors": [
|
732
|
{
|
733
|
"name": "Ion Bazan",
|
734
|
"email": "ion.bazan@gmail.com"
|
735
|
},
|
736
|
{
|
737
|
"name": "Nicolas Grekas",
|
738
|
"email": "p@tchwork.com"
|
739
|
},
|
740
|
{
|
741
|
"name": "Symfony Community",
|
742
|
"homepage": "https://symfony.com/contributors"
|
743
|
}
|
744
|
],
|
745
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
746
|
"homepage": "https://symfony.com",
|
747
|
"keywords": [
|
748
|
"compatibility",
|
749
|
"polyfill",
|
750
|
"portable",
|
751
|
"shim"
|
752
|
],
|
753
|
"support": {
|
754
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
|
755
|
},
|
756
|
"funding": [
|
757
|
{
|
758
|
"url": "https://symfony.com/sponsor",
|
759
|
"type": "custom"
|
760
|
},
|
761
|
{
|
762
|
"url": "https://github.com/fabpot",
|
763
|
"type": "github"
|
764
|
},
|
765
|
{
|
766
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
767
|
"type": "tidelift"
|
768
|
}
|
769
|
],
|
770
|
"time": "2022-11-03T14:55:06+00:00"
|
771
|
},
|
772
|
{
|
773
|
"name": "symfony/service-contracts",
|
774
|
"version": "v3.1.1",
|
775
|
"source": {
|
776
|
"type": "git",
|
777
|
"url": "https://github.com/symfony/service-contracts.git",
|
778
|
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239"
|
779
|
},
|
780
|
"dist": {
|
781
|
"type": "zip",
|
782
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239",
|
783
|
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239",
|
784
|
"shasum": ""
|
785
|
},
|
786
|
"require": {
|
787
|
"php": ">=8.1",
|
788
|
"psr/container": "^2.0"
|
789
|
},
|
790
|
"conflict": {
|
791
|
"ext-psr": "<1.1|>=2"
|
792
|
},
|
793
|
"suggest": {
|
794
|
"symfony/service-implementation": ""
|
795
|
},
|
796
|
"type": "library",
|
797
|
"extra": {
|
798
|
"branch-alias": {
|
799
|
"dev-main": "3.1-dev"
|
800
|
},
|
801
|
"thanks": {
|
802
|
"name": "symfony/contracts",
|
803
|
"url": "https://github.com/symfony/contracts"
|
804
|
}
|
805
|
},
|
806
|
"autoload": {
|
807
|
"psr-4": {
|
808
|
"Symfony\\Contracts\\Service\\": ""
|
809
|
},
|
810
|
"exclude-from-classmap": [
|
811
|
"/Test/"
|
812
|
]
|
813
|
},
|
814
|
"notification-url": "https://packagist.org/downloads/",
|
815
|
"license": [
|
816
|
"MIT"
|
817
|
],
|
818
|
"authors": [
|
819
|
{
|
820
|
"name": "Nicolas Grekas",
|
821
|
"email": "p@tchwork.com"
|
822
|
},
|
823
|
{
|
824
|
"name": "Symfony Community",
|
825
|
"homepage": "https://symfony.com/contributors"
|
826
|
}
|
827
|
],
|
828
|
"description": "Generic abstractions related to writing services",
|
829
|
"homepage": "https://symfony.com",
|
830
|
"keywords": [
|
831
|
"abstractions",
|
832
|
"contracts",
|
833
|
"decoupling",
|
834
|
"interfaces",
|
835
|
"interoperability",
|
836
|
"standards"
|
837
|
],
|
838
|
"support": {
|
839
|
"source": "https://github.com/symfony/service-contracts/tree/v3.1.1"
|
840
|
},
|
841
|
"funding": [
|
842
|
{
|
843
|
"url": "https://symfony.com/sponsor",
|
844
|
"type": "custom"
|
845
|
},
|
846
|
{
|
847
|
"url": "https://github.com/fabpot",
|
848
|
"type": "github"
|
849
|
},
|
850
|
{
|
851
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
852
|
"type": "tidelift"
|
853
|
}
|
854
|
],
|
855
|
"time": "2022-05-30T19:18:58+00:00"
|
856
|
},
|
857
|
{
|
858
|
"name": "symfony/var-exporter",
|
859
|
"version": "v6.1.3",
|
860
|
"source": {
|
861
|
"type": "git",
|
862
|
"url": "https://github.com/symfony/var-exporter.git",
|
863
|
"reference": "b49350f45cebbba6e5286485264b912f2bcfc9ef"
|
864
|
},
|
865
|
"dist": {
|
866
|
"type": "zip",
|
867
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/b49350f45cebbba6e5286485264b912f2bcfc9ef",
|
868
|
"reference": "b49350f45cebbba6e5286485264b912f2bcfc9ef",
|
869
|
"shasum": ""
|
870
|
},
|
871
|
"require": {
|
872
|
"php": ">=8.1"
|
873
|
},
|
874
|
"require-dev": {
|
875
|
"symfony/var-dumper": "^5.4|^6.0"
|
876
|
},
|
877
|
"type": "library",
|
878
|
"autoload": {
|
879
|
"psr-4": {
|
880
|
"Symfony\\Component\\VarExporter\\": ""
|
881
|
},
|
882
|
"exclude-from-classmap": [
|
883
|
"/Tests/"
|
884
|
]
|
885
|
},
|
886
|
"notification-url": "https://packagist.org/downloads/",
|
887
|
"license": [
|
888
|
"MIT"
|
889
|
],
|
890
|
"authors": [
|
891
|
{
|
892
|
"name": "Nicolas Grekas",
|
893
|
"email": "p@tchwork.com"
|
894
|
},
|
895
|
{
|
896
|
"name": "Symfony Community",
|
897
|
"homepage": "https://symfony.com/contributors"
|
898
|
}
|
899
|
],
|
900
|
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
|
901
|
"homepage": "https://symfony.com",
|
902
|
"keywords": [
|
903
|
"clone",
|
904
|
"construct",
|
905
|
"export",
|
906
|
"hydrate",
|
907
|
"instantiate",
|
908
|
"serialize"
|
909
|
],
|
910
|
"support": {
|
911
|
"source": "https://github.com/symfony/var-exporter/tree/v6.1.3"
|
912
|
},
|
913
|
"funding": [
|
914
|
{
|
915
|
"url": "https://symfony.com/sponsor",
|
916
|
"type": "custom"
|
917
|
},
|
918
|
{
|
919
|
"url": "https://github.com/fabpot",
|
920
|
"type": "github"
|
921
|
},
|
922
|
{
|
923
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
924
|
"type": "tidelift"
|
925
|
}
|
926
|
],
|
927
|
"time": "2022-07-04T16:01:56+00:00"
|
928
|
}
|
929
|
],
|
930
|
"packages-dev": [
|
931
|
{
|
932
|
"name": "phpstan/phpstan",
|
933
|
"version": "1.9.2",
|
934
|
"source": {
|
935
|
"type": "git",
|
936
|
"url": "https://github.com/phpstan/phpstan.git",
|
937
|
"reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa"
|
938
|
},
|
939
|
"dist": {
|
940
|
"type": "zip",
|
941
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d6fdf01c53978b6429f1393ba4afeca39cc68afa",
|
942
|
"reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa",
|
943
|
"shasum": ""
|
944
|
},
|
945
|
"require": {
|
946
|
"php": "^7.2|^8.0"
|
947
|
},
|
948
|
"conflict": {
|
949
|
"phpstan/phpstan-shim": "*"
|
950
|
},
|
951
|
"bin": [
|
952
|
"phpstan",
|
953
|
"phpstan.phar"
|
954
|
],
|
955
|
"type": "library",
|
956
|
"autoload": {
|
957
|
"files": [
|
958
|
"bootstrap.php"
|
959
|
]
|
960
|
},
|
961
|
"notification-url": "https://packagist.org/downloads/",
|
962
|
"license": [
|
963
|
"MIT"
|
964
|
],
|
965
|
"description": "PHPStan - PHP Static Analysis Tool",
|
966
|
"keywords": [
|
967
|
"dev",
|
968
|
"static analysis"
|
969
|
],
|
970
|
"support": {
|
971
|
"issues": "https://github.com/phpstan/phpstan/issues",
|
972
|
"source": "https://github.com/phpstan/phpstan/tree/1.9.2"
|
973
|
},
|
974
|
"funding": [
|
975
|
{
|
976
|
"url": "https://github.com/ondrejmirtes",
|
977
|
"type": "github"
|
978
|
},
|
979
|
{
|
980
|
"url": "https://github.com/phpstan",
|
981
|
"type": "github"
|
982
|
},
|
983
|
{
|
984
|
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
|
985
|
"type": "tidelift"
|
986
|
}
|
987
|
],
|
988
|
"time": "2022-11-10T09:56:11+00:00"
|
989
|
},
|
990
|
{
|
991
|
"name": "rector/rector",
|
992
|
"version": "0.14.8",
|
993
|
"source": {
|
994
|
"type": "git",
|
995
|
"url": "https://github.com/rectorphp/rector.git",
|
996
|
"reference": "46ee9a173a2b2645ca92a75ffc17460139fa226e"
|
997
|
},
|
998
|
"dist": {
|
999
|
"type": "zip",
|
1000
|
"url": "https://api.github.com/repos/rectorphp/rector/zipball/46ee9a173a2b2645ca92a75ffc17460139fa226e",
|
1001
|
"reference": "46ee9a173a2b2645ca92a75ffc17460139fa226e",
|
1002
|
"shasum": ""
|
1003
|
},
|
1004
|
"require": {
|
1005
|
"php": "^7.2|^8.0",
|
1006
|
"phpstan/phpstan": "^1.9.0"
|
1007
|
},
|
1008
|
"conflict": {
|
1009
|
"rector/rector-doctrine": "*",
|
1010
|
"rector/rector-downgrade-php": "*",
|
1011
|
"rector/rector-php-parser": "*",
|
1012
|
"rector/rector-phpoffice": "*",
|
1013
|
"rector/rector-phpunit": "*",
|
1014
|
"rector/rector-symfony": "*"
|
1015
|
},
|
1016
|
"bin": [
|
1017
|
"bin/rector"
|
1018
|
],
|
1019
|
"type": "library",
|
1020
|
"extra": {
|
1021
|
"branch-alias": {
|
1022
|
"dev-main": "0.14-dev"
|
1023
|
}
|
1024
|
},
|
1025
|
"autoload": {
|
1026
|
"files": [
|
1027
|
"bootstrap.php"
|
1028
|
]
|
1029
|
},
|
1030
|
"notification-url": "https://packagist.org/downloads/",
|
1031
|
"license": [
|
1032
|
"MIT"
|
1033
|
],
|
1034
|
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
|
1035
|
"support": {
|
1036
|
"issues": "https://github.com/rectorphp/rector/issues",
|
1037
|
"source": "https://github.com/rectorphp/rector/tree/0.14.8"
|
1038
|
},
|
1039
|
"funding": [
|
1040
|
{
|
1041
|
"url": "https://github.com/tomasvotruba",
|
1042
|
"type": "github"
|
1043
|
}
|
1044
|
],
|
1045
|
"time": "2022-11-14T14:09:49+00:00"
|
1046
|
}
|
1047
|
],
|
1048
|
"aliases": [],
|
1049
|
"minimum-stability": "stable",
|
1050
|
"stability-flags": [],
|
1051
|
"prefer-stable": false,
|
1052
|
"prefer-lowest": false,
|
1053
|
"platform": [],
|
1054
|
"platform-dev": [],
|
1055
|
"plugin-api-version": "2.3.0"
|
1056
|
}
|