Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1cfcde53

Přidáno uživatelem Tomáš Ballák před asi 4 roky(ů)

wip

Zobrazit rozdíly:

website/composer.lock
4 4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 5
        "This file is @generated automatically"
6 6
    ],
7
    "content-hash": "492faf1d6a3fd9107c34dc79aa1566be",
7
    "content-hash": "89f5356e79d07af8f66a1d7aa412c992",
8 8
    "packages": [
9
        {
10
            "name": "doctrine/annotations",
11
            "version": "1.10.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/annotations.git",
15
                "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
20
                "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/lexer": "1.*",
25
                "ext-tokenizer": "*",
26
                "php": "^7.1"
27
            },
28
            "require-dev": {
29
                "doctrine/cache": "1.*",
30
                "phpunit/phpunit": "^7.5"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.9.x-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-4": {
40
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Guilherme Blanco",
50
                    "email": "guilhermeblanco@gmail.com"
51
                },
52
                {
53
                    "name": "Roman Borschel",
54
                    "email": "roman@code-factory.org"
55
                },
56
                {
57
                    "name": "Benjamin Eberlei",
58
                    "email": "kontakt@beberlei.de"
59
                },
60
                {
61
                    "name": "Jonathan Wage",
62
                    "email": "jonwage@gmail.com"
63
                },
64
                {
65
                    "name": "Johannes Schmitt",
66
                    "email": "schmittjoh@gmail.com"
67
                }
68
            ],
69
            "description": "Docblock Annotations Parser",
70
            "homepage": "http://www.doctrine-project.org",
71
            "keywords": [
72
                "annotations",
73
                "docblock",
74
                "parser"
75
            ],
76
            "time": "2020-04-02T12:33:25+00:00"
77
        },
78
        {
79
            "name": "doctrine/cache",
80
            "version": "1.10.0",
81
            "source": {
82
                "type": "git",
83
                "url": "https://github.com/doctrine/cache.git",
84
                "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
89
                "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
90
                "shasum": ""
91
            },
92
            "require": {
93
                "php": "~7.1"
94
            },
95
            "conflict": {
96
                "doctrine/common": ">2.2,<2.4"
97
            },
98
            "require-dev": {
99
                "alcaeus/mongo-php-adapter": "^1.1",
100
                "doctrine/coding-standard": "^6.0",
101
                "mongodb/mongodb": "^1.1",
102
                "phpunit/phpunit": "^7.0",
103
                "predis/predis": "~1.0"
104
            },
105
            "suggest": {
106
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
107
            },
108
            "type": "library",
109
            "extra": {
110
                "branch-alias": {
111
                    "dev-master": "1.9.x-dev"
112
                }
113
            },
114
            "autoload": {
115
                "psr-4": {
116
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
117
                }
118
            },
119
            "notification-url": "https://packagist.org/downloads/",
120
            "license": [
121
                "MIT"
122
            ],
123
            "authors": [
124
                {
125
                    "name": "Guilherme Blanco",
126
                    "email": "guilhermeblanco@gmail.com"
127
                },
128
                {
129
                    "name": "Roman Borschel",
130
                    "email": "roman@code-factory.org"
131
                },
132
                {
133
                    "name": "Benjamin Eberlei",
134
                    "email": "kontakt@beberlei.de"
135
                },
136
                {
137
                    "name": "Jonathan Wage",
138
                    "email": "jonwage@gmail.com"
139
                },
140
                {
141
                    "name": "Johannes Schmitt",
142
                    "email": "schmittjoh@gmail.com"
143
                }
144
            ],
145
            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
146
            "homepage": "https://www.doctrine-project.org/projects/cache.html",
147
            "keywords": [
148
                "abstraction",
149
                "apcu",
150
                "cache",
151
                "caching",
152
                "couchdb",
153
                "memcached",
154
                "php",
155
                "redis",
156
                "xcache"
157
            ],
158
            "time": "2019-11-29T15:36:20+00:00"
159
        },
160
        {
161
            "name": "doctrine/collections",
162
            "version": "1.6.4",
163
            "source": {
164
                "type": "git",
165
                "url": "https://github.com/doctrine/collections.git",
166
                "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
167
            },
168
            "dist": {
169
                "type": "zip",
170
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
171
                "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
172
                "shasum": ""
173
            },
174
            "require": {
175
                "php": "^7.1.3"
176
            },
177
            "require-dev": {
178
                "doctrine/coding-standard": "^6.0",
179
                "phpstan/phpstan-shim": "^0.9.2",
180
                "phpunit/phpunit": "^7.0",
181
                "vimeo/psalm": "^3.2.2"
182
            },
183
            "type": "library",
184
            "extra": {
185
                "branch-alias": {
186
                    "dev-master": "1.6.x-dev"
187
                }
188
            },
189
            "autoload": {
190
                "psr-4": {
191
                    "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
192
                }
193
            },
194
            "notification-url": "https://packagist.org/downloads/",
195
            "license": [
196
                "MIT"
197
            ],
198
            "authors": [
199
                {
200
                    "name": "Guilherme Blanco",
201
                    "email": "guilhermeblanco@gmail.com"
202
                },
203
                {
204
                    "name": "Roman Borschel",
205
                    "email": "roman@code-factory.org"
206
                },
207
                {
208
                    "name": "Benjamin Eberlei",
209
                    "email": "kontakt@beberlei.de"
210
                },
211
                {
212
                    "name": "Jonathan Wage",
213
                    "email": "jonwage@gmail.com"
214
                },
215
                {
216
                    "name": "Johannes Schmitt",
217
                    "email": "schmittjoh@gmail.com"
218
                }
219
            ],
220
            "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
221
            "homepage": "https://www.doctrine-project.org/projects/collections.html",
222
            "keywords": [
223
                "array",
224
                "collections",
225
                "iterators",
226
                "php"
227
            ],
228
            "time": "2019-11-13T13:07:11+00:00"
229
        },
230
        {
231
            "name": "doctrine/event-manager",
232
            "version": "1.1.0",
233
            "source": {
234
                "type": "git",
235
                "url": "https://github.com/doctrine/event-manager.git",
236
                "reference": "629572819973f13486371cb611386eb17851e85c"
237
            },
238
            "dist": {
239
                "type": "zip",
240
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
241
                "reference": "629572819973f13486371cb611386eb17851e85c",
242
                "shasum": ""
243
            },
244
            "require": {
245
                "php": "^7.1"
246
            },
247
            "conflict": {
248
                "doctrine/common": "<2.9@dev"
249
            },
250
            "require-dev": {
251
                "doctrine/coding-standard": "^6.0",
252
                "phpunit/phpunit": "^7.0"
253
            },
254
            "type": "library",
255
            "extra": {
256
                "branch-alias": {
257
                    "dev-master": "1.0.x-dev"
258
                }
259
            },
260
            "autoload": {
261
                "psr-4": {
262
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
263
                }
264
            },
265
            "notification-url": "https://packagist.org/downloads/",
266
            "license": [
267
                "MIT"
268
            ],
269
            "authors": [
270
                {
271
                    "name": "Guilherme Blanco",
272
                    "email": "guilhermeblanco@gmail.com"
273
                },
274
                {
275
                    "name": "Roman Borschel",
276
                    "email": "roman@code-factory.org"
277
                },
278
                {
279
                    "name": "Benjamin Eberlei",
280
                    "email": "kontakt@beberlei.de"
281
                },
282
                {
283
                    "name": "Jonathan Wage",
284
                    "email": "jonwage@gmail.com"
285
                },
286
                {
287
                    "name": "Johannes Schmitt",
288
                    "email": "schmittjoh@gmail.com"
289
                },
290
                {
291
                    "name": "Marco Pivetta",
292
                    "email": "ocramius@gmail.com"
293
                }
294
            ],
295
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
296
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
297
            "keywords": [
298
                "event",
299
                "event dispatcher",
300
                "event manager",
301
                "event system",
302
                "events"
303
            ],
304
            "time": "2019-11-10T09:48:07+00:00"
305
        },
306
        {
307
            "name": "doctrine/instantiator",
308
            "version": "1.3.0",
309
            "source": {
310
                "type": "git",
311
                "url": "https://github.com/doctrine/instantiator.git",
312
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
313
            },
314
            "dist": {
315
                "type": "zip",
316
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
317
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
318
                "shasum": ""
319
            },
320
            "require": {
321
                "php": "^7.1"
322
            },
323
            "require-dev": {
324
                "doctrine/coding-standard": "^6.0",
325
                "ext-pdo": "*",
326
                "ext-phar": "*",
327
                "phpbench/phpbench": "^0.13",
328
                "phpstan/phpstan-phpunit": "^0.11",
329
                "phpstan/phpstan-shim": "^0.11",
330
                "phpunit/phpunit": "^7.0"
331
            },
332
            "type": "library",
333
            "extra": {
334
                "branch-alias": {
335
                    "dev-master": "1.2.x-dev"
336
                }
337
            },
338
            "autoload": {
339
                "psr-4": {
340
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
341
                }
342
            },
343
            "notification-url": "https://packagist.org/downloads/",
344
            "license": [
345
                "MIT"
346
            ],
347
            "authors": [
348
                {
349
                    "name": "Marco Pivetta",
350
                    "email": "ocramius@gmail.com",
351
                    "homepage": "http://ocramius.github.com/"
352
                }
353
            ],
354
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
355
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
356
            "keywords": [
357
                "constructor",
358
                "instantiate"
359
            ],
360
            "time": "2019-10-21T16:45:58+00:00"
361
        },
362
        {
363
            "name": "doctrine/lexer",
364
            "version": "1.2.0",
365
            "source": {
366
                "type": "git",
367
                "url": "https://github.com/doctrine/lexer.git",
368
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
369
            },
370
            "dist": {
371
                "type": "zip",
372
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
373
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
374
                "shasum": ""
375
            },
376
            "require": {
377
                "php": "^7.2"
378
            },
379
            "require-dev": {
380
                "doctrine/coding-standard": "^6.0",
381
                "phpstan/phpstan": "^0.11.8",
382
                "phpunit/phpunit": "^8.2"
383
            },
384
            "type": "library",
385
            "extra": {
386
                "branch-alias": {
387
                    "dev-master": "1.2.x-dev"
388
                }
389
            },
390
            "autoload": {
391
                "psr-4": {
392
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
393
                }
394
            },
395
            "notification-url": "https://packagist.org/downloads/",
396
            "license": [
397
                "MIT"
398
            ],
399
            "authors": [
400
                {
401
                    "name": "Guilherme Blanco",
402
                    "email": "guilhermeblanco@gmail.com"
403
                },
404
                {
405
                    "name": "Roman Borschel",
406
                    "email": "roman@code-factory.org"
407
                },
408
                {
409
                    "name": "Johannes Schmitt",
410
                    "email": "schmittjoh@gmail.com"
411
                }
412
            ],
413
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
414
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
415
            "keywords": [
416
                "annotations",
417
                "docblock",
418
                "lexer",
419
                "parser",
420
                "php"
421
            ],
422
            "time": "2019-10-30T14:39:59+00:00"
423
        },
424
        {
425
            "name": "doctrine/mongodb-odm",
426
            "version": "2.0.5",
427
            "source": {
428
                "type": "git",
429
                "url": "https://github.com/doctrine/mongodb-odm.git",
430
                "reference": "638c4ec715941e9cfcaeff0dc3cd33576735548e"
431
            },
432
            "dist": {
433
                "type": "zip",
434
                "url": "https://api.github.com/repos/doctrine/mongodb-odm/zipball/638c4ec715941e9cfcaeff0dc3cd33576735548e",
435
                "reference": "638c4ec715941e9cfcaeff0dc3cd33576735548e",
436
                "shasum": ""
437
            },
438
            "require": {
439
                "doctrine/annotations": "^1.6",
440
                "doctrine/cache": "^1.7",
441
                "doctrine/collections": "^1.5",
442
                "doctrine/event-manager": "^1.0",
443
                "doctrine/instantiator": "^1.1",
444
                "doctrine/persistence": "^1.3.5",
445
                "ext-mongodb": "^1.5",
446
                "mongodb/mongodb": "^1.2.0",
447
                "ocramius/proxy-manager": "^2.2",
448
                "php": "^7.2",
449
                "symfony/console": "^3.4|^4.1|^5.0",
450
                "symfony/var-dumper": "^3.4|^4.1|^5.0"
451
            },
452
            "require-dev": {
453
                "doctrine/coding-standard": "^6.0",
454
                "jmikola/geojson": "^1.0",
455
                "phpbench/phpbench": "^0.13.0",
456
                "phpstan/phpstan": "^0.10.3",
457
                "phpunit/phpunit": "^8.2",
458
                "squizlabs/php_codesniffer": "^3.5"
459
            },
460
            "type": "library",
461
            "extra": {
462
                "branch-alias": {
463
                    "dev-master": "2.0.x-dev"
464
                }
465
            },
466
            "autoload": {
467
                "psr-4": {
468
                    "Doctrine\\ODM\\MongoDB\\": "lib/Doctrine/ODM/MongoDB"
469
                }
470
            },
471
            "notification-url": "https://packagist.org/downloads/",
472
            "license": [
473
                "MIT"
474
            ],
475
            "authors": [
476
                {
477
                    "name": "Bulat Shakirzyanov",
478
                    "email": "mallluhuct@gmail.com"
479
                },
480
                {
481
                    "name": "Kris Wallsmith",
482
                    "email": "kris.wallsmith@gmail.com"
483
                },
484
                {
485
                    "name": "Jonathan H. Wage",
486
                    "email": "jonwage@gmail.com"
487
                },
488
                {
489
                    "name": "Jeremy Mikola",
490
                    "email": "jmikola@gmail.com"
491
                },
492
                {
493
                    "name": "Maciej Malarz",
494
                    "email": "malarzm@gmail.com"
495
                },
496
                {
497
                    "name": "Andreas Braun",
498
                    "email": "alcaeus@alcaeus.org"
499
                }
500
            ],
501
            "description": "PHP Doctrine MongoDB Object Document Mapper (ODM) provides transparent persistence for PHP objects to MongoDB.",
502
            "homepage": "https://www.doctrine-project.org/projects/mongodb-odm.html",
503
            "keywords": [
504
                "data",
505
                "mapper",
506
                "mapping",
507
                "mongodb",
508
                "object",
509
                "odm",
510
                "php"
511
            ],
512
            "time": "2020-01-14T20:52:40+00:00"
513
        },
514
        {
515
            "name": "doctrine/mongodb-odm-bundle",
516
            "version": "4.1.1",
517
            "source": {
518
                "type": "git",
519
                "url": "https://github.com/doctrine/DoctrineMongoDBBundle.git",
520
                "reference": "21ed3a7ca4a5cd7571574943363e88aa703fae37"
521
            },
522
            "dist": {
523
                "type": "zip",
524
                "url": "https://api.github.com/repos/doctrine/DoctrineMongoDBBundle/zipball/21ed3a7ca4a5cd7571574943363e88aa703fae37",
525
                "reference": "21ed3a7ca4a5cd7571574943363e88aa703fae37",
526
                "shasum": ""
527
            },
528
            "require": {
529
                "doctrine/annotations": "^1.2",
530
                "doctrine/mongodb-odm": "^2.0.0",
531
                "doctrine/persistence": "^1.3.6",
532
                "php": "^7.2",
533
                "psr/log": "^1.0",
534
                "symfony/config": "^4.3.3|^5.0",
535
                "symfony/console": "^4.3.3|^5.0",
536
                "symfony/dependency-injection": "^4.3.3|^5.0",
537
                "symfony/doctrine-bridge": "^4.3.3|^5.0",
538
                "symfony/framework-bundle": "^4.3.3|^5.0",
539
                "symfony/http-kernel": "^4.3.7|^5.0",
540
                "symfony/options-resolver": "^4.3.3|^5.0"
541
            },
542
            "require-dev": {
543
                "doctrine/coding-standard": "^6.0",
544
                "doctrine/data-fixtures": "^1.2.2",
545
                "phpunit/phpunit": "^7.3",
546
                "squizlabs/php_codesniffer": "^3.5",
547
                "symfony/form": "^4.3.3|^5.0",
548
                "symfony/phpunit-bridge": "^4.3.3|^5.0",
549
                "symfony/yaml": "^4.3.3|^5.0"
550
            },
551
            "suggest": {
552
                "doctrine/data-fixtures": "Load data fixtures"
553
            },
554
            "type": "symfony-bundle",
555
            "extra": {
556
                "branch-alias": {
557
                    "dev-master": "4.1.x-dev"
558
                }
559
            },
560
            "autoload": {
561
                "psr-4": {
562
                    "Doctrine\\Bundle\\MongoDBBundle\\": ""
563
                },
564
                "exclude-from-classmap": [
565
                    "/Tests/"
566
                ]
567
            },
568
            "notification-url": "https://packagist.org/downloads/",
569
            "license": [
570
                "MIT"
571
            ],
572
            "authors": [
573
                {
574
                    "name": "Bulat Shakirzyanov",
575
                    "email": "mallluhuct@gmail.com"
576
                },
577
                {
578
                    "name": "Kris Wallsmith",
579
                    "email": "kris@symfony.com"
580
                },
581
                {
582
                    "name": "Jonathan H. Wage",
583
                    "email": "jonwage@gmail.com"
584
                }
585
            ],
586
            "description": "Symfony2 Doctrine MongoDB Bundle",
587
            "homepage": "http://www.doctrine-project.org",
588
            "keywords": [
589
                "mongodb",
590
                "persistence",
591
                "symfony"
592
            ],
593
            "time": "2020-03-22T11:17:29+00:00"
594
        },
595
        {
596
            "name": "doctrine/persistence",
597
            "version": "1.3.7",
598
            "source": {
599
                "type": "git",
600
                "url": "https://github.com/doctrine/persistence.git",
601
                "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
602
            },
603
            "dist": {
604
                "type": "zip",
605
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
606
                "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
607
                "shasum": ""
608
            },
609
            "require": {
610
                "doctrine/annotations": "^1.0",
611
                "doctrine/cache": "^1.0",
612
                "doctrine/collections": "^1.0",
613
                "doctrine/event-manager": "^1.0",
614
                "doctrine/reflection": "^1.2",
615
                "php": "^7.1"
616
            },
617
            "conflict": {
618
                "doctrine/common": "<2.10@dev"
619
            },
620
            "require-dev": {
621
                "doctrine/coding-standard": "^6.0",
622
                "phpstan/phpstan": "^0.11",
623
                "phpunit/phpunit": "^7.0"
624
            },
625
            "type": "library",
626
            "extra": {
627
                "branch-alias": {
628
                    "dev-master": "1.3.x-dev"
629
                }
630
            },
631
            "autoload": {
632
                "psr-4": {
633
                    "Doctrine\\Common\\": "lib/Doctrine/Common",
634
                    "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
635
                }
636
            },
637
            "notification-url": "https://packagist.org/downloads/",
638
            "license": [
639
                "MIT"
640
            ],
641
            "authors": [
642
                {
643
                    "name": "Guilherme Blanco",
644
                    "email": "guilhermeblanco@gmail.com"
645
                },
646
                {
647
                    "name": "Roman Borschel",
648
                    "email": "roman@code-factory.org"
649
                },
650
                {
651
                    "name": "Benjamin Eberlei",
652
                    "email": "kontakt@beberlei.de"
653
                },
654
                {
655
                    "name": "Jonathan Wage",
656
                    "email": "jonwage@gmail.com"
657
                },
658
                {
659
                    "name": "Johannes Schmitt",
660
                    "email": "schmittjoh@gmail.com"
661
                },
662
                {
663
                    "name": "Marco Pivetta",
664
                    "email": "ocramius@gmail.com"
665
                }
666
            ],
667
            "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
668
            "homepage": "https://doctrine-project.org/projects/persistence.html",
669
            "keywords": [
670
                "mapper",
671
                "object",
672
                "odm",
673
                "orm",
674
                "persistence"
675
            ],
676
            "funding": [
677
                {
678
                    "url": "https://www.doctrine-project.org/sponsorship.html",
679
                    "type": "custom"
680
                },
681
                {
682
                    "url": "https://www.patreon.com/phpdoctrine",
683
                    "type": "patreon"
684
                },
685
                {
686
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
687
                    "type": "tidelift"
688
                }
689
            ],
690
            "time": "2020-03-21T15:13:52+00:00"
691
        },
692
        {
693
            "name": "doctrine/reflection",
694
            "version": "1.2.1",
695
            "source": {
696
                "type": "git",
697
                "url": "https://github.com/doctrine/reflection.git",
698
                "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
699
            },
700
            "dist": {
701
                "type": "zip",
702
                "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
703
                "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
704
                "shasum": ""
705
            },
706
            "require": {
707
                "doctrine/annotations": "^1.0",
708
                "ext-tokenizer": "*",
709
                "php": "^7.1"
710
            },
711
            "conflict": {
712
                "doctrine/common": "<2.9"
713
            },
714
            "require-dev": {
715
                "doctrine/coding-standard": "^5.0",
716
                "doctrine/common": "^2.10",
717
                "phpstan/phpstan": "^0.11.0",
718
                "phpstan/phpstan-phpunit": "^0.11.0",
719
                "phpunit/phpunit": "^7.0"
720
            },
721
            "type": "library",
722
            "extra": {
723
                "branch-alias": {
724
                    "dev-master": "1.2.x-dev"
725
                }
726
            },
727
            "autoload": {
728
                "psr-4": {
729
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
730
                }
731
            },
732
            "notification-url": "https://packagist.org/downloads/",
733
            "license": [
734
                "MIT"
735
            ],
736
            "authors": [
737
                {
738
                    "name": "Guilherme Blanco",
739
                    "email": "guilhermeblanco@gmail.com"
740
                },
741
                {
742
                    "name": "Roman Borschel",
743
                    "email": "roman@code-factory.org"
744
                },
745
                {
746
                    "name": "Benjamin Eberlei",
747
                    "email": "kontakt@beberlei.de"
748
                },
749
                {
750
                    "name": "Jonathan Wage",
751
                    "email": "jonwage@gmail.com"
752
                },
753
                {
754
                    "name": "Johannes Schmitt",
755
                    "email": "schmittjoh@gmail.com"
756
                },
757
                {
758
                    "name": "Marco Pivetta",
759
                    "email": "ocramius@gmail.com"
760
                }
761
            ],
762
            "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
763
            "homepage": "https://www.doctrine-project.org/projects/reflection.html",
764
            "keywords": [
765
                "reflection",
766
                "static"
767
            ],
768
            "time": "2020-03-27T11:06:43+00:00"
769
        },
770
        {
771
            "name": "laminas/laminas-code",
772
            "version": "3.4.1",
773
            "source": {
774
                "type": "git",
775
                "url": "https://github.com/laminas/laminas-code.git",
776
                "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
777
            },
778
            "dist": {
779
                "type": "zip",
780
                "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
781
                "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
782
                "shasum": ""
783
            },
784
            "require": {
785
                "laminas/laminas-eventmanager": "^2.6 || ^3.0",
786
                "laminas/laminas-zendframework-bridge": "^1.0",
787
                "php": "^7.1"
788
            },
789
            "conflict": {
790
                "phpspec/prophecy": "<1.9.0"
791
            },
792
            "replace": {
793
                "zendframework/zend-code": "self.version"
794
            },
795
            "require-dev": {
796
                "doctrine/annotations": "^1.7",
797
                "ext-phar": "*",
798
                "laminas/laminas-coding-standard": "^1.0",
799
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
800
                "phpunit/phpunit": "^7.5.16 || ^8.4"
801
            },
802
            "suggest": {
803
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
804
                "laminas/laminas-stdlib": "Laminas\\Stdlib component"
805
            },
806
            "type": "library",
807
            "extra": {
808
                "branch-alias": {
809
                    "dev-master": "3.4.x-dev",
810
                    "dev-develop": "3.5.x-dev",
811
                    "dev-dev-4.0": "4.0.x-dev"
812
                }
813
            },
814
            "autoload": {
815
                "psr-4": {
816
                    "Laminas\\Code\\": "src/"
817
                }
818
            },
819
            "notification-url": "https://packagist.org/downloads/",
820
            "license": [
821
                "BSD-3-Clause"
822
            ],
823
            "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
824
            "homepage": "https://laminas.dev",
825
            "keywords": [
826
                "code",
827
                "laminas"
828
            ],
829
            "time": "2019-12-31T16:28:24+00:00"
830
        },
831
        {
832
            "name": "laminas/laminas-eventmanager",
833
            "version": "3.2.1",
834
            "source": {
835
                "type": "git",
836
                "url": "https://github.com/laminas/laminas-eventmanager.git",
837
                "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
838
            },
839
            "dist": {
840
                "type": "zip",
841
                "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
842
                "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
843
                "shasum": ""
844
            },
845
            "require": {
846
                "laminas/laminas-zendframework-bridge": "^1.0",
847
                "php": "^5.6 || ^7.0"
848
            },
849
            "replace": {
850
                "zendframework/zend-eventmanager": "self.version"
851
            },
852
            "require-dev": {
853
                "athletic/athletic": "^0.1",
854
                "container-interop/container-interop": "^1.1.0",
855
                "laminas/laminas-coding-standard": "~1.0.0",
856
                "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
857
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
858
            },
859
            "suggest": {
860
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
861
                "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
862
            },
863
            "type": "library",
864
            "extra": {
865
                "branch-alias": {
866
                    "dev-master": "3.2-dev",
867
                    "dev-develop": "3.3-dev"
868
                }
869
            },
870
            "autoload": {
871
                "psr-4": {
872
                    "Laminas\\EventManager\\": "src/"
873
                }
874
            },
875
            "notification-url": "https://packagist.org/downloads/",
876
            "license": [
877
                "BSD-3-Clause"
878
            ],
879
            "description": "Trigger and listen to events within a PHP application",
880
            "homepage": "https://laminas.dev",
881
            "keywords": [
882
                "event",
883
                "eventmanager",
884
                "events",
885
                "laminas"
886
            ],
887
            "time": "2019-12-31T16:44:52+00:00"
888
        },
889
        {
890
            "name": "laminas/laminas-zendframework-bridge",
891
            "version": "1.0.3",
892
            "source": {
893
                "type": "git",
894
                "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
895
                "reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9"
896
            },
897
            "dist": {
898
                "type": "zip",
899
                "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
900
                "reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
901
                "shasum": ""
902
            },
903
            "require": {
904
                "php": "^5.6 || ^7.0"
905
            },
906
            "require-dev": {
907
                "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
908
                "squizlabs/php_codesniffer": "^3.5"
909
            },
910
            "type": "library",
911
            "extra": {
912
                "branch-alias": {
913
                    "dev-master": "1.0.x-dev",
914
                    "dev-develop": "1.1.x-dev"
915
                },
916
                "laminas": {
917
                    "module": "Laminas\\ZendFrameworkBridge"
918
                }
919
            },
920
            "autoload": {
921
                "files": [
922
                    "src/autoload.php"
923
                ],
924
                "psr-4": {
925
                    "Laminas\\ZendFrameworkBridge\\": "src//"
926
                }
927
            },
928
            "notification-url": "https://packagist.org/downloads/",
929
            "license": [
930
                "BSD-3-Clause"
931
            ],
932
            "description": "Alias legacy ZF class names to Laminas Project equivalents.",
933
            "keywords": [
934
                "ZendFramework",
935
                "autoloading",
936
                "laminas",
937
                "zf"
938
            ],
939
            "funding": [
940
                {
941
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
942
                    "type": "community_bridge"
943
                }
944
            ],
945
            "time": "2020-04-03T16:01:00+00:00"
946
        },
947
        {
948
            "name": "mongodb/mongodb",
949
            "version": "1.6.0",
950
            "source": {
951
                "type": "git",
952
                "url": "https://github.com/mongodb/mongo-php-library.git",
953
                "reference": "dc43ba25fb593d6a2988e6a535b6f5386eda5b15"
954
            },
955
            "dist": {
956
                "type": "zip",
957
                "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/dc43ba25fb593d6a2988e6a535b6f5386eda5b15",
958
                "reference": "dc43ba25fb593d6a2988e6a535b6f5386eda5b15",
959
                "shasum": ""
960
            },
961
            "require": {
962
                "ext-hash": "*",
963
                "ext-json": "*",
964
                "ext-mongodb": "^1.7",
965
                "php": "^5.6 || ^7.0"
966
            },
967
            "require-dev": {
968
                "phpunit/phpunit": "^5.7.27 || ^6.4 || ^8.3",
969
                "sebastian/comparator": "^1.0 || ^2.0 || ^3.0",
970
                "squizlabs/php_codesniffer": "^3.4",
971
                "symfony/phpunit-bridge": "^4.4@dev"
972
            },
973
            "type": "library",
974
            "extra": {
975
                "branch-alias": {
976
                    "dev-master": "1.6.x-dev"
977
                }
978
            },
979
            "autoload": {
980
                "psr-4": {
981
                    "MongoDB\\": "src/"
982
                },
983
                "files": [
984
                    "src/functions.php"
985
                ]
986
            },
987
            "notification-url": "https://packagist.org/downloads/",
988
            "license": [
989
                "Apache-2.0"
990
            ],
991
            "authors": [
992
                {
993
                    "name": "Andreas Braun",
994
                    "email": "andreas.braun@mongodb.com"
995
                },
996
                {
997
                    "name": "Jeremy Mikola",
998
                    "email": "jmikola@gmail.com"
999
                },
1000
                {
1001
                    "name": "Katherine Walker",
1002
                    "email": "katherine.walker@mongodb.com"
1003
                }
1004
            ],
1005
            "description": "MongoDB driver library",
1006
            "homepage": "https://jira.mongodb.org/browse/PHPLIB",
1007
            "keywords": [
1008
                "database",
1009
                "driver",
1010
                "mongodb",
1011
                "persistence"
1012
            ],
1013
            "time": "2020-02-04T18:16:35+00:00"
1014
        },
1015
        {
1016
            "name": "ocramius/package-versions",
1017
            "version": "1.8.0",
1018
            "source": {
1019
                "type": "git",
1020
                "url": "https://github.com/Ocramius/PackageVersions.git",
1021
                "reference": "421679846270a5772534828013a93be709fb13df"
1022
            },
1023
            "dist": {
1024
                "type": "zip",
1025
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/421679846270a5772534828013a93be709fb13df",
1026
                "reference": "421679846270a5772534828013a93be709fb13df",
1027
                "shasum": ""
1028
            },
1029
            "require": {
1030
                "composer-plugin-api": "^1.1.0 || ^2.0",
1031
                "php": "^7.4.0"
1032
            },
1033
            "require-dev": {
1034
                "composer/composer": "^1.9.3 || ^2.0@dev",
1035
                "doctrine/coding-standard": "^7.0.2",
1036
                "ext-zip": "^1.15.0",
1037
                "infection/infection": "^0.15.3",
1038
                "phpunit/phpunit": "^9.0.1",
1039
                "vimeo/psalm": "^3.9.3"
1040
            },
1041
            "type": "composer-plugin",
1042
            "extra": {
1043
                "class": "PackageVersions\\Installer",
1044
                "branch-alias": {
1045
                    "dev-master": "1.99.x-dev"
1046
                }
1047
            },
1048
            "autoload": {
1049
                "psr-4": {
1050
                    "PackageVersions\\": "src/PackageVersions"
1051
                }
1052
            },
1053
            "notification-url": "https://packagist.org/downloads/",
1054
            "license": [
1055
                "MIT"
1056
            ],
1057
            "authors": [
1058
                {
1059
                    "name": "Marco Pivetta",
1060
                    "email": "ocramius@gmail.com"
1061
                }
1062
            ],
1063
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
1064
            "funding": [
1065
                {
1066
                    "url": "https://github.com/Ocramius",
1067
                    "type": "github"
1068
                },
1069
                {
1070
                    "url": "https://tidelift.com/funding/github/packagist/ocramius/package-versions",
1071
                    "type": "tidelift"
1072
                }
1073
            ],
1074
            "time": "2020-04-06T17:43:35+00:00"
1075
        },
1076
        {
1077
            "name": "ocramius/proxy-manager",
1078
            "version": "2.7.0",
1079
            "source": {
1080
                "type": "git",
1081
                "url": "https://github.com/Ocramius/ProxyManager.git",
1082
                "reference": "e77928e8f11ea36b388f87e75c993d05f5da6bf1"
1083
            },
1084
            "dist": {
1085
                "type": "zip",
1086
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e77928e8f11ea36b388f87e75c993d05f5da6bf1",
1087
                "reference": "e77928e8f11ea36b388f87e75c993d05f5da6bf1",
1088
                "shasum": ""
1089
            },
1090
            "require": {
1091
                "laminas/laminas-code": "^3.4.1",
1092
                "ocramius/package-versions": "^1.5.1",
1093
                "php": "7.4.*",
1094
                "webimpress/safe-writer": "^2.0"
1095
            },
1096
            "conflict": {
1097
                "doctrine/annotations": "<1.6.1",
1098
                "laminas/laminas-stdlib": "<3.2.1",
1099
                "zendframework/zend-stdlib": "<3.2.1"
1100
            },
1101
            "require-dev": {
1102
                "doctrine/coding-standard": "^6.0.0",
1103
                "ext-phar": "*",
1104
                "infection/infection": "^0.15.0",
1105
                "nikic/php-parser": "^4.3.0",
1106
                "phpbench/phpbench": "^0.17.0",
1107
                "phpunit/phpunit": "^8.5.2",
1108
                "slevomat/coding-standard": "^5.0.4",
1109
                "squizlabs/php_codesniffer": "^3.5.4",
1110
                "vimeo/psalm": "^3.8.5"
1111
            },
1112
            "suggest": {
1113
                "laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)",
1114
                "laminas/laminas-soap": "To have the Soap adapter (Remote Object feature)",
1115
                "laminas/laminas-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)",
1116
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects"
1117
            },
1118
            "type": "library",
1119
            "extra": {
1120
                "branch-alias": {
1121
                    "dev-master": "3.0.x-dev"
1122
                }
1123
            },
1124
            "autoload": {
1125
                "psr-4": {
1126
                    "ProxyManager\\": "src/ProxyManager"
1127
                }
1128
            },
1129
            "notification-url": "https://packagist.org/downloads/",
1130
            "license": [
1131
                "MIT"
1132
            ],
1133
            "authors": [
1134
                {
1135
                    "name": "Marco Pivetta",
1136
                    "email": "ocramius@gmail.com",
1137
                    "homepage": "http://ocramius.github.io/"
1138
                }
1139
            ],
1140
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
1141
            "homepage": "https://github.com/Ocramius/ProxyManager",
1142
            "keywords": [
1143
                "aop",
1144
                "lazy loading",
1145
                "proxy",
1146
                "proxy pattern",
1147
                "service proxies"
1148
            ],
1149
            "time": "2020-02-08T19:22:03+00:00"
1150
        },
9 1151
        {
10 1152
            "name": "psr/cache",
11 1153
            "version": "1.0.1",
......
600 1742
            ],
601 1743
            "time": "2020-03-30T11:42:42+00:00"
602 1744
        },
1745
        {
1746
            "name": "symfony/doctrine-bridge",
1747
            "version": "v5.0.7",
1748
            "source": {
1749
                "type": "git",
1750
                "url": "https://github.com/symfony/doctrine-bridge.git",
1751
                "reference": "12f943c5b0d5bdc79f5d0099ecdd1b201071b04f"
1752
            },
1753
            "dist": {
1754
                "type": "zip",
1755
                "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/12f943c5b0d5bdc79f5d0099ecdd1b201071b04f",
1756
                "reference": "12f943c5b0d5bdc79f5d0099ecdd1b201071b04f",
1757
                "shasum": ""
1758
            },
1759
            "require": {
1760
                "doctrine/event-manager": "~1.0",
1761
                "doctrine/persistence": "^1.3",
1762
                "php": "^7.2.5",
1763
                "symfony/polyfill-ctype": "~1.8",
1764
                "symfony/polyfill-mbstring": "~1.0",
1765
                "symfony/service-contracts": "^1.1|^2"
1766
            },
1767
            "conflict": {
1768
                "phpunit/phpunit": "<5.4.3",
1769
                "symfony/dependency-injection": "<4.4",
1770
                "symfony/form": "<5",
1771
                "symfony/http-kernel": "<5",
1772
                "symfony/messenger": "<4.4",
1773
                "symfony/property-info": "<5",
1774
                "symfony/security-bundle": "<5",
1775
                "symfony/security-core": "<5",
1776
                "symfony/validator": "<5.0.2"
1777
            },
1778
            "require-dev": {
1779
                "doctrine/annotations": "~1.7",
1780
                "doctrine/cache": "~1.6",
1781
                "doctrine/collections": "~1.0",
1782
                "doctrine/data-fixtures": "1.0.*",
1783
                "doctrine/dbal": "~2.4",
1784
                "doctrine/orm": "^2.6.3",
1785
                "doctrine/reflection": "~1.0",
1786
                "symfony/config": "^4.4|^5.0",
1787
                "symfony/dependency-injection": "^4.4|^5.0",
1788
                "symfony/expression-language": "^4.4|^5.0",
1789
                "symfony/form": "^5.0",
1790
                "symfony/http-kernel": "^5.0",
1791
                "symfony/messenger": "^4.4|^5.0",
1792
                "symfony/property-access": "^4.4|^5.0",
1793
                "symfony/property-info": "^5.0",
1794
                "symfony/proxy-manager-bridge": "^4.4|^5.0",
1795
                "symfony/security-core": "^5.0",
1796
                "symfony/stopwatch": "^4.4|^5.0",
1797
                "symfony/translation": "^4.4|^5.0",
1798
                "symfony/validator": "^5.0.2",
1799
                "symfony/var-dumper": "^4.4|^5.0"
1800
            },
1801
            "suggest": {
1802
                "doctrine/data-fixtures": "",
1803
                "doctrine/dbal": "",
1804
                "doctrine/orm": "",
1805
                "symfony/form": "",
1806
                "symfony/property-info": "",
1807
                "symfony/validator": ""
1808
            },
1809
            "type": "symfony-bridge",
1810
            "extra": {
1811
                "branch-alias": {
1812
                    "dev-master": "5.0-dev"
1813
                }
1814
            },
1815
            "autoload": {
1816
                "psr-4": {
1817
                    "Symfony\\Bridge\\Doctrine\\": ""
1818
                },
1819
                "exclude-from-classmap": [
1820
                    "/Tests/"
1821
                ]
1822
            },
1823
            "notification-url": "https://packagist.org/downloads/",
1824
            "license": [
1825
                "MIT"
1826
            ],
1827
            "authors": [
1828
                {
1829
                    "name": "Fabien Potencier",
1830
                    "email": "fabien@symfony.com"
1831
                },
1832
                {
1833
                    "name": "Symfony Community",
1834
                    "homepage": "https://symfony.com/contributors"
1835
                }
1836
            ],
1837
            "description": "Symfony Doctrine Bridge",
1838
            "homepage": "https://symfony.com",
1839
            "funding": [
1840
                {
1841
                    "url": "https://symfony.com/sponsor",
1842
                    "type": "custom"
1843
                },
1844
                {
1845
                    "url": "https://github.com/fabpot",
1846
                    "type": "github"
1847
                },
1848
                {
1849
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1850
                    "type": "tidelift"
1851
                }
1852
            ],
1853
            "time": "2020-03-27T16:56:45+00:00"
1854
        },
603 1855
        {
604 1856
            "name": "symfony/dotenv",
605 1857
            "version": "v5.0.7",
......
1391 2643
            },
1392 2644
            "dist": {
1393 2645
                "type": "zip",
1394
                "url": "https://api.github.com/repos/symfony/mime/zipball/481b7d6da88922fb1e0d86a943987722b08f3955",
1395
                "reference": "481b7d6da88922fb1e0d86a943987722b08f3955",
2646
                "url": "https://api.github.com/repos/symfony/mime/zipball/481b7d6da88922fb1e0d86a943987722b08f3955",
2647
                "reference": "481b7d6da88922fb1e0d86a943987722b08f3955",
2648
                "shasum": ""
2649
            },
2650
            "require": {
2651
                "php": "^7.2.5",
2652
                "symfony/polyfill-intl-idn": "^1.10",
2653
                "symfony/polyfill-mbstring": "^1.0"
2654
            },
2655
            "conflict": {
2656
                "symfony/mailer": "<4.4"
2657
            },
2658
            "require-dev": {
2659
                "egulias/email-validator": "^2.1.10",
2660
                "symfony/dependency-injection": "^4.4|^5.0"
2661
            },
2662
            "type": "library",
2663
            "extra": {
2664
                "branch-alias": {
2665
                    "dev-master": "5.0-dev"
2666
                }
2667
            },
2668
            "autoload": {
2669
                "psr-4": {
2670
                    "Symfony\\Component\\Mime\\": ""
2671
                },
2672
                "exclude-from-classmap": [
2673
                    "/Tests/"
2674
                ]
2675
            },
2676
            "notification-url": "https://packagist.org/downloads/",
2677
            "license": [
2678
                "MIT"
2679
            ],
2680
            "authors": [
2681
                {
2682
                    "name": "Fabien Potencier",
2683
                    "email": "fabien@symfony.com"
2684
                },
2685
                {
2686
                    "name": "Symfony Community",
2687
                    "homepage": "https://symfony.com/contributors"
2688
                }
2689
            ],
2690
            "description": "A library to manipulate MIME messages",
2691
            "homepage": "https://symfony.com",
2692
            "keywords": [
2693
                "mime",
2694
                "mime-type"
2695
            ],
2696
            "funding": [
2697
                {
2698
                    "url": "https://symfony.com/sponsor",
2699
                    "type": "custom"
2700
                },
2701
                {
2702
                    "url": "https://github.com/fabpot",
2703
                    "type": "github"
2704
                },
2705
                {
2706
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2707
                    "type": "tidelift"
2708
                }
2709
            ],
2710
            "time": "2020-03-27T16:56:45+00:00"
2711
        },
2712
        {
2713
            "name": "symfony/options-resolver",
2714
            "version": "v5.0.7",
2715
            "source": {
2716
                "type": "git",
2717
                "url": "https://github.com/symfony/options-resolver.git",
2718
                "reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d"
2719
            },
2720
            "dist": {
2721
                "type": "zip",
2722
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/09dccfffd24b311df7f184aa80ee7b61ad61ed8d",
2723
                "reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d",
1396 2724
                "shasum": ""
1397 2725
            },
1398 2726
            "require": {
1399
                "php": "^7.2.5",
1400
                "symfony/polyfill-intl-idn": "^1.10",
1401
                "symfony/polyfill-mbstring": "^1.0"
1402
            },
1403
            "conflict": {
1404
                "symfony/mailer": "<4.4"
1405
            },
1406
            "require-dev": {
1407
                "egulias/email-validator": "^2.1.10",
1408
                "symfony/dependency-injection": "^4.4|^5.0"
2727
                "php": "^7.2.5"
1409 2728
            },
1410 2729
            "type": "library",
1411 2730
            "extra": {
......
1415 2734
            },
1416 2735
            "autoload": {
1417 2736
                "psr-4": {
1418
                    "Symfony\\Component\\Mime\\": ""
2737
                    "Symfony\\Component\\OptionsResolver\\": ""
1419 2738
                },
1420 2739
                "exclude-from-classmap": [
1421 2740
                    "/Tests/"
......
1435 2754
                    "homepage": "https://symfony.com/contributors"
1436 2755
                }
1437 2756
            ],
1438
            "description": "A library to manipulate MIME messages",
2757
            "description": "Symfony OptionsResolver Component",
1439 2758
            "homepage": "https://symfony.com",
1440 2759
            "keywords": [
1441
                "mime",
1442
                "mime-type"
2760
                "config",
2761
                "configuration",
2762
                "options"
1443 2763
            ],
1444 2764
            "funding": [
1445 2765
                {
......
2061 3381
                }
2062 3382
            ],
2063 3383
            "time": "2020-03-30T11:42:42+00:00"
3384
        },
3385
        {
3386
            "name": "webimpress/safe-writer",
3387
            "version": "2.0.1",
3388
            "source": {
3389
                "type": "git",
3390
                "url": "https://github.com/webimpress/safe-writer.git",
3391
                "reference": "d6e879960febb307c112538997316371f1e95b12"
3392
            },
3393
            "dist": {
3394
                "type": "zip",
3395
                "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/d6e879960febb307c112538997316371f1e95b12",
3396
                "reference": "d6e879960febb307c112538997316371f1e95b12",
3397
                "shasum": ""
3398
            },
3399
            "require": {
3400
                "php": "^7.2"
3401
            },
3402
            "require-dev": {
3403
                "phpunit/phpunit": "^8.5.2 || ^9.0.1",
3404
                "webimpress/coding-standard": "^1.1.4"
3405
            },
3406
            "type": "library",
3407
            "extra": {
3408
                "branch-alias": {
3409
                    "dev-master": "2.0.x-dev",
3410
                    "dev-develop": "2.1.x-dev",
3411
                    "dev-release-1.0": "1.0.x-dev"
3412
                }
3413
            },
3414
            "autoload": {
3415
                "psr-4": {
3416
                    "Webimpress\\SafeWriter\\": "src/"
3417
                }
3418
            },
3419
            "notification-url": "https://packagist.org/downloads/",
3420
            "license": [
3421
                "BSD-2-Clause"
3422
            ],
3423
            "description": "Tool to write files safely, to avoid race conditions",
3424
            "keywords": [
3425
                "concurrent write",
3426
                "file writer",
3427
                "race condition",
3428
                "safe writer",
3429
                "webimpress"
3430
            ],
3431
            "funding": [
3432
                {
3433
                    "url": "https://github.com/michalbundyra",
3434
                    "type": "github"
3435
                }
3436
            ],
3437
            "time": "2020-03-21T15:49:08+00:00"
2064 3438
        }
2065 3439
    ],
2066 3440
    "packages-dev": [
......
2175 3549
            ],
2176 3550
            "time": "2020-03-01T12:26:26+00:00"
2177 3551
        },
2178
        {
2179
            "name": "doctrine/annotations",
2180
            "version": "1.10.1",
2181
            "source": {
2182
                "type": "git",
2183
                "url": "https://github.com/doctrine/annotations.git",
2184
                "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb"
2185
            },
2186
            "dist": {
2187
                "type": "zip",
2188
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
2189
                "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
2190
                "shasum": ""
2191
            },
2192
            "require": {
2193
                "doctrine/lexer": "1.*",
2194
                "ext-tokenizer": "*",
2195
                "php": "^7.1"
2196
            },
2197
            "require-dev": {
2198
                "doctrine/cache": "1.*",
2199
                "phpunit/phpunit": "^7.5"
2200
            },
2201
            "type": "library",
2202
            "extra": {
2203
                "branch-alias": {
2204
                    "dev-master": "1.9.x-dev"
2205
                }
2206
            },
2207
            "autoload": {
2208
                "psr-4": {
... Rozdílový soubor je zkrácen, protože jeho délka přesahuje max. limit.

Také k dispozici: Unified diff