Completed
Pull Request — master (#393)
by De Cramer
02:39
created

composer.lock (2 issues)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "1eec6795d3fb833a87d3f3c498d5155b",
8
    "packages": [
9
        {
10
            "name": "bluepsyduck/maniascript",
11
            "version": "1.1.3",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/BluePsyduck/ManiaScript.git",
15
                "reference": "ee5f9948912513750f5293bfe4db375a96a4f94d"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/BluePsyduck/ManiaScript/zipball/ee5f9948912513750f5293bfe4db375a96a4f94d",
20
                "reference": "ee5f9948912513750f5293bfe4db375a96a4f94d",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.0"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "~4.2"
28
            },
29
            "type": "library",
30
            "autoload": {
31
                "psr-0": {
32
                    "ManiaScript\\": "src/",
33
                    "ManiaScriptTests\\": "tests/"
34
                }
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "GPL-2.0"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Marcel",
43
                    "email": "[email protected]",
44
                    "homepage": "http://www.mania-community.de/",
45
                    "role": "Developer"
46
                }
47
            ],
48
            "description": "Lib helping you with building up the ManiaScript of a ManiaLink.",
49
            "keywords": [
50
                "ManiaPlanet",
51
                "ManiaScript"
52
            ],
53
            "time": "2014-12-26T11:20:12+00:00"
54
        },
55
        {
56
            "name": "composer/ca-bundle",
57
            "version": "1.1.1",
58
            "source": {
59
                "type": "git",
60
                "url": "https://github.com/composer/ca-bundle.git",
61
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169"
62
            },
63
            "dist": {
64
                "type": "zip",
65
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169",
66
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169",
67
                "shasum": ""
68
            },
69
            "require": {
70
                "ext-openssl": "*",
71
                "ext-pcre": "*",
72
                "php": "^5.3.2 || ^7.0"
73
            },
74
            "require-dev": {
75
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
76
                "psr/log": "^1.0",
77
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
78
            },
79
            "type": "library",
80
            "extra": {
81
                "branch-alias": {
82
                    "dev-master": "1.x-dev"
83
                }
84
            },
85
            "autoload": {
86
                "psr-4": {
87
                    "Composer\\CaBundle\\": "src"
88
                }
89
            },
90
            "notification-url": "https://packagist.org/downloads/",
91
            "license": [
92
                "MIT"
93
            ],
94
            "authors": [
95
                {
96
                    "name": "Jordi Boggiano",
97
                    "email": "[email protected]",
98
                    "homepage": "http://seld.be"
99
                }
100
            ],
101
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
102
            "keywords": [
103
                "cabundle",
104
                "cacert",
105
                "certificate",
106
                "ssl",
107
                "tls"
108
            ],
109
            "time": "2018-03-29T19:57:20+00:00"
110
        },
111
        {
112
            "name": "doctrine/annotations",
113
            "version": "v1.4.0",
114
            "source": {
115
                "type": "git",
116
                "url": "https://github.com/doctrine/annotations.git",
117
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
118
            },
119
            "dist": {
120
                "type": "zip",
121
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
122
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
123
                "shasum": ""
124
            },
125
            "require": {
126
                "doctrine/lexer": "1.*",
127
                "php": "^5.6 || ^7.0"
128
            },
129
            "require-dev": {
130
                "doctrine/cache": "1.*",
131
                "phpunit/phpunit": "^5.7"
132
            },
133
            "type": "library",
134
            "extra": {
135
                "branch-alias": {
136
                    "dev-master": "1.4.x-dev"
137
                }
138
            },
139
            "autoload": {
140
                "psr-4": {
141
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
142
                }
143
            },
144
            "notification-url": "https://packagist.org/downloads/",
145
            "license": [
146
                "MIT"
147
            ],
148
            "authors": [
149
                {
150
                    "name": "Roman Borschel",
151
                    "email": "[email protected]"
152
                },
153
                {
154
                    "name": "Benjamin Eberlei",
155
                    "email": "[email protected]"
156
                },
157
                {
158
                    "name": "Guilherme Blanco",
159
                    "email": "[email protected]"
160
                },
161
                {
162
                    "name": "Jonathan Wage",
163
                    "email": "[email protected]"
164
                },
165
                {
166
                    "name": "Johannes Schmitt",
167
                    "email": "[email protected]"
168
                }
169
            ],
170
            "description": "Docblock Annotations Parser",
171
            "homepage": "http://www.doctrine-project.org",
172
            "keywords": [
173
                "annotations",
174
                "docblock",
175
                "parser"
176
            ],
177
            "time": "2017-02-24T16:22:25+00:00"
178
        },
179
        {
180
            "name": "doctrine/cache",
181
            "version": "v1.6.2",
182
            "source": {
183
                "type": "git",
184
                "url": "https://github.com/doctrine/cache.git",
185
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
186
            },
187
            "dist": {
188
                "type": "zip",
189
                "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
190
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
191
                "shasum": ""
192
            },
193
            "require": {
194
                "php": "~5.5|~7.0"
195
            },
196
            "conflict": {
197
                "doctrine/common": ">2.2,<2.4"
198
            },
199
            "require-dev": {
200
                "phpunit/phpunit": "~4.8|~5.0",
201
                "predis/predis": "~1.0",
202
                "satooshi/php-coveralls": "~0.6"
203
            },
204
            "type": "library",
205
            "extra": {
206
                "branch-alias": {
207
                    "dev-master": "1.6.x-dev"
208
                }
209
            },
210
            "autoload": {
211
                "psr-4": {
212
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
213
                }
214
            },
215
            "notification-url": "https://packagist.org/downloads/",
216
            "license": [
217
                "MIT"
218
            ],
219
            "authors": [
220
                {
221
                    "name": "Roman Borschel",
222
                    "email": "[email protected]"
223
                },
224
                {
225
                    "name": "Benjamin Eberlei",
226
                    "email": "[email protected]"
227
                },
228
                {
229
                    "name": "Guilherme Blanco",
230
                    "email": "[email protected]"
231
                },
232
                {
233
                    "name": "Jonathan Wage",
234
                    "email": "[email protected]"
235
                },
236
                {
237
                    "name": "Johannes Schmitt",
238
                    "email": "[email protected]"
239
                }
240
            ],
241
            "description": "Caching library offering an object-oriented API for many cache backends",
242
            "homepage": "http://www.doctrine-project.org",
243
            "keywords": [
244
                "cache",
245
                "caching"
246
            ],
247
            "time": "2017-07-22T12:49:21+00:00"
248
        },
249
        {
250
            "name": "doctrine/collections",
251
            "version": "v1.4.0",
252
            "source": {
253
                "type": "git",
254
                "url": "https://github.com/doctrine/collections.git",
255
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
256
            },
257
            "dist": {
258
                "type": "zip",
259
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
260
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
261
                "shasum": ""
262
            },
263
            "require": {
264
                "php": "^5.6 || ^7.0"
265
            },
266
            "require-dev": {
267
                "doctrine/coding-standard": "~0.1@dev",
268
                "phpunit/phpunit": "^5.7"
269
            },
270
            "type": "library",
271
            "extra": {
272
                "branch-alias": {
273
                    "dev-master": "1.3.x-dev"
274
                }
275
            },
276
            "autoload": {
277
                "psr-0": {
278
                    "Doctrine\\Common\\Collections\\": "lib/"
279
                }
280
            },
281
            "notification-url": "https://packagist.org/downloads/",
282
            "license": [
283
                "MIT"
284
            ],
285
            "authors": [
286
                {
287
                    "name": "Roman Borschel",
288
                    "email": "[email protected]"
289
                },
290
                {
291
                    "name": "Benjamin Eberlei",
292
                    "email": "[email protected]"
293
                },
294
                {
295
                    "name": "Guilherme Blanco",
296
                    "email": "[email protected]"
297
                },
298
                {
299
                    "name": "Jonathan Wage",
300
                    "email": "[email protected]"
301
                },
302
                {
303
                    "name": "Johannes Schmitt",
304
                    "email": "[email protected]"
305
                }
306
            ],
307
            "description": "Collections Abstraction library",
308
            "homepage": "http://www.doctrine-project.org",
309
            "keywords": [
310
                "array",
311
                "collections",
312
                "iterator"
313
            ],
314
            "time": "2017-01-03T10:49:41+00:00"
315
        },
316
        {
317
            "name": "doctrine/common",
318
            "version": "v2.7.3",
319
            "source": {
320
                "type": "git",
321
                "url": "https://github.com/doctrine/common.git",
322
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
323
            },
324
            "dist": {
325
                "type": "zip",
326
                "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
327
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
328
                "shasum": ""
329
            },
330
            "require": {
331
                "doctrine/annotations": "1.*",
332
                "doctrine/cache": "1.*",
333
                "doctrine/collections": "1.*",
334
                "doctrine/inflector": "1.*",
335
                "doctrine/lexer": "1.*",
336
                "php": "~5.6|~7.0"
337
            },
338
            "require-dev": {
339
                "phpunit/phpunit": "^5.4.6"
340
            },
341
            "type": "library",
342
            "extra": {
343
                "branch-alias": {
344
                    "dev-master": "2.7.x-dev"
345
                }
346
            },
347
            "autoload": {
348
                "psr-4": {
349
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
350
                }
351
            },
352
            "notification-url": "https://packagist.org/downloads/",
353
            "license": [
354
                "MIT"
355
            ],
356
            "authors": [
357
                {
358
                    "name": "Roman Borschel",
359
                    "email": "[email protected]"
360
                },
361
                {
362
                    "name": "Benjamin Eberlei",
363
                    "email": "[email protected]"
364
                },
365
                {
366
                    "name": "Guilherme Blanco",
367
                    "email": "[email protected]"
368
                },
369
                {
370
                    "name": "Jonathan Wage",
371
                    "email": "[email protected]"
372
                },
373
                {
374
                    "name": "Johannes Schmitt",
375
                    "email": "[email protected]"
376
                }
377
            ],
378
            "description": "Common Library for Doctrine projects",
379
            "homepage": "http://www.doctrine-project.org",
380
            "keywords": [
381
                "annotations",
382
                "collections",
383
                "eventmanager",
384
                "persistence",
385
                "spl"
386
            ],
387
            "time": "2017-07-22T08:35:12+00:00"
388
        },
389
        {
390
            "name": "doctrine/inflector",
391
            "version": "v1.2.0",
392
            "source": {
393
                "type": "git",
394
                "url": "https://github.com/doctrine/inflector.git",
395
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
396
            },
397
            "dist": {
398
                "type": "zip",
399
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
400
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
401
                "shasum": ""
402
            },
403
            "require": {
404
                "php": "^7.0"
405
            },
406
            "require-dev": {
407
                "phpunit/phpunit": "^6.2"
408
            },
409
            "type": "library",
410
            "extra": {
411
                "branch-alias": {
412
                    "dev-master": "1.2.x-dev"
413
                }
414
            },
415
            "autoload": {
416
                "psr-4": {
417
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
418
                }
419
            },
420
            "notification-url": "https://packagist.org/downloads/",
421
            "license": [
422
                "MIT"
423
            ],
424
            "authors": [
425
                {
426
                    "name": "Roman Borschel",
427
                    "email": "[email protected]"
428
                },
429
                {
430
                    "name": "Benjamin Eberlei",
431
                    "email": "[email protected]"
432
                },
433
                {
434
                    "name": "Guilherme Blanco",
435
                    "email": "[email protected]"
436
                },
437
                {
438
                    "name": "Jonathan Wage",
439
                    "email": "[email protected]"
440
                },
441
                {
442
                    "name": "Johannes Schmitt",
443
                    "email": "[email protected]"
444
                }
445
            ],
446
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
447
            "homepage": "http://www.doctrine-project.org",
448
            "keywords": [
449
                "inflection",
450
                "pluralize",
451
                "singularize",
452
                "string"
453
            ],
454
            "time": "2017-07-22T12:18:28+00:00"
455
        },
456
        {
457
            "name": "doctrine/lexer",
458
            "version": "v1.0.1",
459
            "source": {
460
                "type": "git",
461
                "url": "https://github.com/doctrine/lexer.git",
462
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
463
            },
464
            "dist": {
465
                "type": "zip",
466
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
467
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
468
                "shasum": ""
469
            },
470
            "require": {
471
                "php": ">=5.3.2"
472
            },
473
            "type": "library",
474
            "extra": {
475
                "branch-alias": {
476
                    "dev-master": "1.0.x-dev"
477
                }
478
            },
479
            "autoload": {
480
                "psr-0": {
481
                    "Doctrine\\Common\\Lexer\\": "lib/"
482
                }
483
            },
484
            "notification-url": "https://packagist.org/downloads/",
485
            "license": [
486
                "MIT"
487
            ],
488
            "authors": [
489
                {
490
                    "name": "Roman Borschel",
491
                    "email": "[email protected]"
492
                },
493
                {
494
                    "name": "Guilherme Blanco",
495
                    "email": "[email protected]"
496
                },
497
                {
498
                    "name": "Johannes Schmitt",
499
                    "email": "[email protected]"
500
                }
501
            ],
502
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
503
            "homepage": "http://www.doctrine-project.org",
504
            "keywords": [
505
                "lexer",
506
                "parser"
507
            ],
508
            "time": "2014-09-09T13:34:57+00:00"
509
        },
510
        {
511
            "name": "fig/link-util",
512
            "version": "1.0.0",
513
            "source": {
514
                "type": "git",
515
                "url": "https://github.com/php-fig/link-util.git",
516
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
517
            },
518
            "dist": {
519
                "type": "zip",
520
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
521
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
522
                "shasum": ""
523
            },
524
            "require": {
525
                "php": ">=5.5.0",
526
                "psr/link": "~1.0@dev"
527
            },
528
            "require-dev": {
529
                "phpunit/phpunit": "^5.1",
530
                "squizlabs/php_codesniffer": "^2.3.1"
531
            },
532
            "type": "library",
533
            "extra": {
534
                "branch-alias": {
535
                    "dev-master": "1.0.x-dev"
536
                }
537
            },
538
            "autoload": {
539
                "psr-4": {
540
                    "Fig\\Link\\": "src/"
541
                }
542
            },
543
            "notification-url": "https://packagist.org/downloads/",
544
            "license": [
545
                "MIT"
546
            ],
547
            "authors": [
548
                {
549
                    "name": "PHP-FIG",
550
                    "homepage": "http://www.php-fig.org/"
551
                }
552
            ],
553
            "description": "Common utility implementations for HTTP links",
554
            "keywords": [
555
                "http",
556
                "http-link",
557
                "link",
558
                "psr",
559
                "psr-13",
560
                "rest"
561
            ],
562
            "time": "2016-10-17T18:31:11+00:00"
563
        },
564
        {
565
            "name": "incenteev/composer-parameter-handler",
566
            "version": "v2.1.3",
567
            "source": {
568
                "type": "git",
569
                "url": "https://github.com/Incenteev/ParameterHandler.git",
570
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
571
            },
572
            "dist": {
573
                "type": "zip",
574
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
575
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
576
                "shasum": ""
577
            },
578
            "require": {
579
                "php": ">=5.3.3",
580
                "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
581
            },
582
            "require-dev": {
583
                "composer/composer": "^1.0@dev",
584
                "symfony/filesystem": "^2.3 || ^3 || ^4",
585
                "symfony/phpunit-bridge": "^4.0"
586
            },
587
            "type": "library",
588
            "extra": {
589
                "branch-alias": {
590
                    "dev-master": "2.1.x-dev"
591
                }
592
            },
593
            "autoload": {
594
                "psr-4": {
595
                    "Incenteev\\ParameterHandler\\": ""
596
                }
597
            },
598
            "notification-url": "https://packagist.org/downloads/",
599
            "license": [
600
                "MIT"
601
            ],
602
            "authors": [
603
                {
604
                    "name": "Christophe Coevoet",
605
                    "email": "[email protected]"
606
                }
607
            ],
608
            "description": "Composer script handling your ignored parameter file",
609
            "homepage": "https://github.com/Incenteev/ParameterHandler",
610
            "keywords": [
611
                "parameters management"
612
            ],
613
            "time": "2018-02-13T18:05:56+00:00"
614
        },
615
        {
616
            "name": "league/flysystem",
617
            "version": "1.0.44",
618
            "source": {
619
                "type": "git",
620
                "url": "https://github.com/thephpleague/flysystem.git",
621
                "reference": "168dbe519737221dc87d17385cde33073881fd02"
622
            },
623
            "dist": {
624
                "type": "zip",
625
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/168dbe519737221dc87d17385cde33073881fd02",
626
                "reference": "168dbe519737221dc87d17385cde33073881fd02",
627
                "shasum": ""
628
            },
629
            "require": {
630
                "php": ">=5.5.9"
631
            },
632
            "conflict": {
633
                "league/flysystem-sftp": "<1.0.6"
634
            },
635
            "require-dev": {
636
                "ext-fileinfo": "*",
637
                "phpspec/phpspec": "^3.4",
638
                "phpunit/phpunit": "^5.7"
639
            },
640
            "suggest": {
641
                "ext-fileinfo": "Required for MimeType",
642
                "ext-ftp": "Allows you to use FTP server storage",
643
                "ext-openssl": "Allows you to use FTPS server storage",
644
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
645
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
646
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
647
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
648
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
649
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
650
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
651
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
652
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
653
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
654
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
655
            },
656
            "type": "library",
657
            "extra": {
658
                "branch-alias": {
659
                    "dev-master": "1.1-dev"
660
                }
661
            },
662
            "autoload": {
663
                "psr-4": {
664
                    "League\\Flysystem\\": "src/"
665
                }
666
            },
667
            "notification-url": "https://packagist.org/downloads/",
668
            "license": [
669
                "MIT"
670
            ],
671
            "authors": [
672
                {
673
                    "name": "Frank de Jonge",
674
                    "email": "[email protected]"
675
                }
676
            ],
677
            "description": "Filesystem abstraction: Many filesystems, one API.",
678
            "keywords": [
679
                "Cloud Files",
680
                "WebDAV",
681
                "abstraction",
682
                "aws",
683
                "cloud",
684
                "copy.com",
685
                "dropbox",
686
                "file systems",
687
                "files",
688
                "filesystem",
689
                "filesystems",
690
                "ftp",
691
                "rackspace",
692
                "remote",
693
                "s3",
694
                "sftp",
695
                "storage"
696
            ],
697
            "time": "2018-04-06T09:58:14+00:00"
698
        },
699
        {
700
            "name": "league/flysystem-sftp",
701
            "version": "1.0.15",
702
            "source": {
703
                "type": "git",
704
                "url": "https://github.com/thephpleague/flysystem-sftp.git",
705
                "reference": "a526a3fc254f7d38f9cb362a39ad05e728876c97"
706
            },
707
            "dist": {
708
                "type": "zip",
709
                "url": "https://api.github.com/repos/thephpleague/flysystem-sftp/zipball/a526a3fc254f7d38f9cb362a39ad05e728876c97",
710
                "reference": "a526a3fc254f7d38f9cb362a39ad05e728876c97",
711
                "shasum": ""
712
            },
713
            "require": {
714
                "league/flysystem": "~1.0",
715
                "php": ">=5.6.0",
716
                "phpseclib/phpseclib": "~2.0"
717
            },
718
            "require-dev": {
719
                "mockery/mockery": "0.9.*",
720
                "phpunit/phpunit": "^5.7.25"
721
            },
722
            "type": "library",
723
            "autoload": {
724
                "psr-4": {
725
                    "League\\Flysystem\\Sftp\\": "src/"
726
                }
727
            },
728
            "notification-url": "https://packagist.org/downloads/",
729
            "license": [
730
                "MIT"
731
            ],
732
            "authors": [
733
                {
734
                    "name": "Frank de Jonge",
735
                    "email": "[email protected]"
736
                }
737
            ],
738
            "description": "Flysystem adapter for SFTP",
739
            "time": "2017-11-16T10:41:52+00:00"
740
        },
741
        {
742
            "name": "league/iso3166",
743
            "version": "2.1.0",
744
            "source": {
745
                "type": "git",
746
                "url": "https://github.com/thephpleague/iso3166.git",
747
                "reference": "ec7edf7754357db1d0b45fe43c31ceb5f67509c7"
748
            },
749
            "dist": {
750
                "type": "zip",
751
                "url": "https://api.github.com/repos/thephpleague/iso3166/zipball/ec7edf7754357db1d0b45fe43c31ceb5f67509c7",
752
                "reference": "ec7edf7754357db1d0b45fe43c31ceb5f67509c7",
753
                "shasum": ""
754
            },
755
            "require": {
756
                "php": "^5.6 || ^7.0"
757
            },
758
            "require-dev": {
759
                "friendsofphp/php-cs-fixer": "^2.0@dev || ^2.0",
760
                "phpunit/phpunit": "^4.6 || ^5.0"
761
            },
762
            "type": "library",
763
            "extra": {
764
                "branch-alias": {
765
                    "dev-master": "2.x-dev"
766
                }
767
            },
768
            "autoload": {
769
                "psr-4": {
770
                    "League\\ISO3166\\": "src"
771
                }
772
            },
773
            "notification-url": "https://packagist.org/downloads/",
774
            "license": [
775
                "MIT"
776
            ],
777
            "authors": [
778
                {
779
                    "name": "Rob Bast",
780
                    "email": "[email protected]"
781
                }
782
            ],
783
            "description": "ISO 3166-1 PHP Library",
784
            "homepage": "https://github.com/thephpleague/iso3166",
785
            "keywords": [
786
                "3166",
787
                "3166-1",
788
                "ISO 3166",
789
                "countries",
790
                "iso",
791
                "library"
792
            ],
793
            "time": "2018-01-02T06:45:36+00:00"
794
        },
795
        {
796
            "name": "maniaplanet/dedicated-server-api",
797
            "version": "v5.0.1",
798
            "source": {
799
                "type": "git",
800
                "url": "https://github.com/maniaplanet/dedicated-server-api.git",
801
                "reference": "88907459f89411caef9cbd99a03995f7be143db8"
802
            },
803
            "dist": {
804
                "type": "zip",
805
                "url": "https://api.github.com/repos/maniaplanet/dedicated-server-api/zipball/88907459f89411caef9cbd99a03995f7be143db8",
806
                "reference": "88907459f89411caef9cbd99a03995f7be143db8",
807
                "shasum": ""
808
            },
809
            "require": {
810
                "php": ">=5.3"
811
            },
812
            "type": "library",
813
            "extra": {
814
                "branch-alias": {
815
                    "dev-master": "5.0.x-dev"
816
                }
817
            },
818
            "autoload": {
819
                "psr-4": {
820
                    "Maniaplanet\\": "libraries/Maniaplanet"
821
                }
822
            },
823
            "notification-url": "https://packagist.org/downloads/",
824
            "license": [
825
                "LGPL-3.0"
826
            ],
827
            "authors": [
828
                {
829
                    "name": "NadeoLive",
830
                    "email": "[email protected]",
831
                    "homepage": "http://www.nadeo.com/"
832
                }
833
            ],
834
            "description": "XML-RPC library to connect to ManiaPlanet server",
835
            "homepage": "https://github.com/maniaplanet/dedicated-server-api",
836
            "keywords": [
837
                "ManiaPlanet",
838
                "ShootMania",
839
                "TrackMania"
840
            ],
841
            "time": "2017-08-02T12:10:48+00:00"
842
        },
843
        {
844
            "name": "monolog/monolog",
845
            "version": "1.23.0",
846
            "source": {
847
                "type": "git",
848
                "url": "https://github.com/Seldaek/monolog.git",
849
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
850
            },
851
            "dist": {
852
                "type": "zip",
853
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
854
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
855
                "shasum": ""
856
            },
857
            "require": {
858
                "php": ">=5.3.0",
859
                "psr/log": "~1.0"
860
            },
861
            "provide": {
862
                "psr/log-implementation": "1.0.0"
863
            },
864
            "require-dev": {
865
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
866
                "doctrine/couchdb": "~1.0@dev",
867
                "graylog2/gelf-php": "~1.0",
868
                "jakub-onderka/php-parallel-lint": "0.9",
869
                "php-amqplib/php-amqplib": "~2.4",
870
                "php-console/php-console": "^3.1.3",
871
                "phpunit/phpunit": "~4.5",
872
                "phpunit/phpunit-mock-objects": "2.3.0",
873
                "ruflin/elastica": ">=0.90 <3.0",
874
                "sentry/sentry": "^0.13",
875
                "swiftmailer/swiftmailer": "^5.3|^6.0"
876
            },
877
            "suggest": {
878
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
879
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
880
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
881
                "ext-mongo": "Allow sending log messages to a MongoDB server",
882
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
883
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
884
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
885
                "php-console/php-console": "Allow sending log messages to Google Chrome",
886
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
887
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
888
                "sentry/sentry": "Allow sending log messages to a Sentry server"
889
            },
890
            "type": "library",
891
            "extra": {
892
                "branch-alias": {
893
                    "dev-master": "2.0.x-dev"
894
                }
895
            },
896
            "autoload": {
897
                "psr-4": {
898
                    "Monolog\\": "src/Monolog"
899
                }
900
            },
901
            "notification-url": "https://packagist.org/downloads/",
902
            "license": [
903
                "MIT"
904
            ],
905
            "authors": [
906
                {
907
                    "name": "Jordi Boggiano",
908
                    "email": "[email protected]",
909
                    "homepage": "http://seld.be"
910
                }
911
            ],
912
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
913
            "homepage": "http://github.com/Seldaek/monolog",
914
            "keywords": [
915
                "log",
916
                "logging",
917
                "psr-3"
918
            ],
919
            "time": "2017-06-19T01:22:40+00:00"
920
        },
921
        {
922
            "name": "oliverde8/associative-array-simplified",
923
            "version": "1.0.0",
924
            "source": {
925
                "type": "git",
926
                "url": "https://github.com/oliverde8/AssociativeArraySimplified.git",
927
                "reference": "aa1af7c404d62879140a76e8e9404584c7776b5f"
928
            },
929
            "dist": {
930
                "type": "zip",
931
                "url": "https://api.github.com/repos/oliverde8/AssociativeArraySimplified/zipball/aa1af7c404d62879140a76e8e9404584c7776b5f",
932
                "reference": "aa1af7c404d62879140a76e8e9404584c7776b5f",
933
                "shasum": ""
934
            },
935
            "require": {
936
                "php": ">=5.5.0"
937
            },
938
            "require-dev": {
939
                "phpunit/phpunit": "4.*"
940
            },
941
            "type": "library",
942
            "autoload": {
943
                "psr-4": {
944
                    "oliverde8\\AssociativeArraySimplified\\": "src"
945
                }
946
            },
947
            "notification-url": "https://packagist.org/downloads/",
948
            "license": [
949
                "MIT"
950
            ],
951
            "authors": [
952
                {
953
                    "name": "Oliver de Cramer",
954
                    "homepage": "http://oliver-decramer.com"
955
                }
956
            ],
957
            "description": "Allow simplified manupulation of recursive associative arrays.",
958
            "time": "2017-02-17T10:14:26+00:00"
959
        },
960
        {
961
            "name": "oliverde8/asynchronous-jobs",
962
            "version": "1.0.6",
963
            "source": {
964
                "type": "git",
965
                "url": "https://github.com/oliverde8/PHP-AsynchronousJobs.git",
966
                "reference": "5c847a32d50cee0e5eb442b1c74f1838ce3bd226"
967
            },
968
            "dist": {
969
                "type": "zip",
970
                "url": "https://api.github.com/repos/oliverde8/PHP-AsynchronousJobs/zipball/5c847a32d50cee0e5eb442b1c74f1838ce3bd226",
971
                "reference": "5c847a32d50cee0e5eb442b1c74f1838ce3bd226",
972
                "shasum": ""
973
            },
974
            "require": {
975
                "php": ">=5.4.0"
976
            },
977
            "require-dev": {
978
                "phpunit/phpunit": "4.*"
979
            },
980
            "bin": [
981
                "bin/AsynchronousJobsRun.php"
982
            ],
983
            "type": "library",
984
            "autoload": {
985
                "psr-4": {
986
                    "oliverde8\\AsynchronousJobs\\": "src/AsynchronousJobs"
987
                }
988
            },
989
            "notification-url": "https://packagist.org/downloads/",
990
            "license": [
991
                "MIT"
992
            ],
993
            "authors": [
994
                {
995
                    "name": "Oliver de Cramer",
996
                    "homepage": "http://oliver-decramer.com"
997
                }
998
            ],
999
            "description": "Execute new php instances easily as you would threads.",
1000
            "time": "2016-03-14T18:52:29+00:00"
1001
        },
1002
        {
1003
            "name": "oneup/flysystem-bundle",
1004
            "version": "3.0.2",
1005
            "source": {
1006
                "type": "git",
1007
                "url": "https://github.com/1up-lab/OneupFlysystemBundle.git",
1008
                "reference": "7dd3413d4b87779df489039c025d9cf5ffbd814a"
1009
            },
1010
            "dist": {
1011
                "type": "zip",
1012
                "url": "https://api.github.com/repos/1up-lab/OneupFlysystemBundle/zipball/7dd3413d4b87779df489039c025d9cf5ffbd814a",
1013
                "reference": "7dd3413d4b87779df489039c025d9cf5ffbd814a",
1014
                "shasum": ""
1015
            },
1016
            "require": {
1017
                "league/flysystem": "^1.0.26",
1018
                "php": "^7.0",
1019
                "symfony/framework-bundle": "^3.3|^4.0"
1020
            },
1021
            "require-dev": {
1022
                "jenko/flysystem-gaufrette": "^1.0",
1023
                "league/flysystem-aws-s3-v2": "^1.0",
1024
                "league/flysystem-cached-adapter": "^1.0",
1025
                "league/flysystem-gridfs": "^1.0",
1026
                "league/flysystem-memory": "^1.0",
1027
                "league/flysystem-rackspace": "^1.0",
1028
                "league/flysystem-replicate-adapter": "^1.0",
1029
                "league/flysystem-sftp": "^1.0",
1030
                "league/flysystem-webdav": "^1.0",
1031
                "league/flysystem-ziparchive": "^1.0",
1032
                "litipk/flysystem-fallback-adapter": "^0.1",
1033
                "phpunit/phpunit": "^4.4",
1034
                "spatie/flysystem-dropbox": "^1.0",
1035
                "superbalist/flysystem-google-storage": "^4.0",
1036
                "symfony/asset": "^3.3|^4.0",
1037
                "symfony/browser-kit": "^3.3|^4.0",
1038
                "symfony/finder": "^3.3|^4.0",
1039
                "symfony/templating": "^3.3|^4.0",
1040
                "symfony/translation": "^3.3|^4.0",
1041
                "twistor/flysystem-stream-wrapper": "^1.0"
1042
            },
1043
            "suggest": {
1044
                "ext-fileinfo": "Required for MimeType",
1045
                "ext-ftp": "Required for FTP and SFTP",
1046
                "jenko/flysystem-gaufrette": "Allows you to use gaufrette adapter",
1047
                "league/flysystem-aws-s3-v2": "Use S3 storage with AWS SDK v2",
1048
                "league/flysystem-aws-s3-v3": "Use S3 storage with AWS SDK v3",
1049
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1050
                "league/flysystem-gridfs": "Allows you to use GridFS adapter",
1051
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1052
                "league/flysystem-replicate-adapter": "Allows you to use the Replicate adapter from Flysystem",
1053
                "league/flysystem-sftp": "Allows SFTP server storage via phpseclib",
1054
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1055
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1056
                "litipk/flysystem-fallback-adapter": "Allows you to use a fallback filesystem",
1057
                "spatie/flysystem-dropbox": "Use Dropbox storage",
1058
                "superbalist/flysystem-google-storage": "Allows you to use Google Cloud Storage buckets",
1059
                "twistor/flysystem-stream-wrapper": "Allows you to use stream wrapper"
1060
            },
1061
            "type": "symfony-bundle",
1062
            "autoload": {
1063
                "psr-4": {
1064
                    "Oneup\\FlysystemBundle\\": ""
1065
                }
1066
            },
1067
            "notification-url": "https://packagist.org/downloads/",
1068
            "license": [
1069
                "MIT"
1070
            ],
1071
            "authors": [
1072
                {
1073
                    "name": "Jim Schmid",
1074
                    "email": "[email protected]",
1075
                    "homepage": "http://1up.io",
1076
                    "role": "Developer"
1077
                },
1078
                {
1079
                    "name": "David Greminger",
1080
                    "email": "[email protected]",
1081
                    "homepage": "http://1up.io",
1082
                    "role": "Developer"
1083
                }
1084
            ],
1085
            "description": "Integrates Flysystem filesystem abstraction library to your Symfony2 project.",
1086
            "homepage": "http://1up.io",
1087
            "keywords": [
1088
                "Flysystem",
1089
                "Symfony2",
1090
                "abstraction",
1091
                "filesystem"
1092
            ],
1093
            "time": "2018-01-17T13:19:31+00:00"
1094
        },
1095
        {
1096
            "name": "paragonie/random_compat",
1097
            "version": "v2.0.12",
1098
            "source": {
1099
                "type": "git",
1100
                "url": "https://github.com/paragonie/random_compat.git",
1101
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
1102
            },
1103
            "dist": {
1104
                "type": "zip",
1105
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1106
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1107
                "shasum": ""
1108
            },
1109
            "require": {
1110
                "php": ">=5.2.0"
1111
            },
1112
            "require-dev": {
1113
                "phpunit/phpunit": "4.*|5.*"
1114
            },
1115
            "suggest": {
1116
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1117
            },
1118
            "type": "library",
1119
            "autoload": {
1120
                "files": [
1121
                    "lib/random.php"
1122
                ]
1123
            },
1124
            "notification-url": "https://packagist.org/downloads/",
1125
            "license": [
1126
                "MIT"
1127
            ],
1128
            "authors": [
1129
                {
1130
                    "name": "Paragon Initiative Enterprises",
1131
                    "email": "[email protected]",
1132
                    "homepage": "https://paragonie.com"
1133
                }
1134
            ],
1135
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1136
            "keywords": [
1137
                "csprng",
1138
                "pseudorandom",
1139
                "random"
1140
            ],
1141
            "time": "2018-04-04T21:24:14+00:00"
1142
        },
1143
        {
1144
            "name": "phpseclib/phpseclib",
1145
            "version": "2.0.11",
1146
            "source": {
1147
                "type": "git",
1148
                "url": "https://github.com/phpseclib/phpseclib.git",
1149
                "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b"
1150
            },
1151
            "dist": {
1152
                "type": "zip",
1153
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7053f06f91b3de78e143d430e55a8f7889efc08b",
1154
                "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b",
1155
                "shasum": ""
1156
            },
1157
            "require": {
1158
                "php": ">=5.3.3"
1159
            },
1160
            "require-dev": {
1161
                "phing/phing": "~2.7",
1162
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
1163
                "sami/sami": "~2.0",
1164
                "squizlabs/php_codesniffer": "~2.0"
1165
            },
1166
            "suggest": {
1167
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1168
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1169
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1170
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1171
            },
1172
            "type": "library",
1173
            "autoload": {
1174
                "files": [
1175
                    "phpseclib/bootstrap.php"
1176
                ],
1177
                "psr-4": {
1178
                    "phpseclib\\": "phpseclib/"
1179
                }
1180
            },
1181
            "notification-url": "https://packagist.org/downloads/",
1182
            "license": [
1183
                "MIT"
1184
            ],
1185
            "authors": [
1186
                {
1187
                    "name": "Jim Wigginton",
1188
                    "email": "[email protected]",
1189
                    "role": "Lead Developer"
1190
                },
1191
                {
1192
                    "name": "Patrick Monnerat",
1193
                    "email": "[email protected]",
1194
                    "role": "Developer"
1195
                },
1196
                {
1197
                    "name": "Andreas Fischer",
1198
                    "email": "[email protected]",
1199
                    "role": "Developer"
1200
                },
1201
                {
1202
                    "name": "Hans-Jürgen Petrich",
1203
                    "email": "[email protected]",
1204
                    "role": "Developer"
1205
                },
1206
                {
1207
                    "name": "Graham Campbell",
1208
                    "email": "[email protected]",
1209
                    "role": "Developer"
1210
                }
1211
            ],
1212
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1213
            "homepage": "http://phpseclib.sourceforge.net",
1214
            "keywords": [
1215
                "BigInteger",
1216
                "aes",
1217
                "asn.1",
1218
                "asn1",
1219
                "blowfish",
1220
                "crypto",
1221
                "cryptography",
1222
                "encryption",
1223
                "rsa",
1224
                "security",
1225
                "sftp",
1226
                "signature",
1227
                "signing",
1228
                "ssh",
1229
                "twofish",
1230
                "x.509",
1231
                "x509"
1232
            ],
1233
            "time": "2018-04-15T16:55:05+00:00"
1234
        },
1235
        {
1236
            "name": "propel/propel",
0 ignored issues
show
There is a security advisory for your installed version of propel/propel:

SQL injection possible with limit() on MySQL
Loading history...
1237
            "version": "2.0.0-alpha6",
1238
            "source": {
1239
                "type": "git",
1240
                "url": "https://github.com/propelorm/Propel2.git",
1241
                "reference": "58d57adc9509e47af757b00458d83c24b273fbfa"
1242
            },
1243
            "dist": {
1244
                "type": "zip",
1245
                "url": "https://api.github.com/repos/propelorm/Propel2/zipball/58d57adc9509e47af757b00458d83c24b273fbfa",
1246
                "reference": "58d57adc9509e47af757b00458d83c24b273fbfa",
1247
                "shasum": ""
1248
            },
1249
            "require": {
1250
                "php": ">=5.5",
1251
                "psr/log": "~1.0",
1252
                "symfony/config": "~2.3||~3.0",
1253
                "symfony/console": "~2.3||~3.0",
1254
                "symfony/filesystem": "~2.3||~3.0",
1255
                "symfony/finder": "~2.3||~3.0",
1256
                "symfony/validator": "~2.3||~3.0",
1257
                "symfony/yaml": "~2.3||~3.0"
1258
            },
1259
            "require-dev": {
1260
                "behat/behat": "~2.4",
1261
                "monolog/monolog": "~1.3",
1262
                "phpunit/phpunit": "~4.0||~5.0"
1263
            },
1264
            "suggest": {
1265
                "monolog/monolog": "The recommended logging library to use with Propel."
1266
            },
1267
            "bin": [
1268
                "bin/propel"
1269
            ],
1270
            "type": "library",
1271
            "extra": {
1272
                "branch-alias": {
1273
                    "dev-master": "2.0-dev"
1274
                }
1275
            },
1276
            "autoload": {
1277
                "psr-0": {
1278
                    "Propel": "src/"
1279
                }
1280
            },
1281
            "notification-url": "https://packagist.org/downloads/",
1282
            "license": [
1283
                "MIT"
1284
            ],
1285
            "authors": [
1286
                {
1287
                    "name": "William Durand",
1288
                    "email": "[email protected]"
1289
                }
1290
            ],
1291
            "description": "Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 5.5 and up.",
1292
            "homepage": "http://www.propelorm.org/",
1293
            "keywords": [
1294
                "Active Record",
1295
                "orm",
1296
                "persistence"
1297
            ],
1298
            "time": "2016-10-15T23:21:13+00:00"
1299
        },
1300
        {
1301
            "name": "propel/propel-bundle",
1302
            "version": "3.0.0-alpha1",
1303
            "source": {
1304
                "type": "git",
1305
                "url": "https://github.com/propelorm/PropelBundle.git",
1306
                "reference": "14ec9f554d7c194695b29c6fc09f61b92d7bc6aa"
1307
            },
1308
            "dist": {
1309
                "type": "zip",
1310
                "url": "https://api.github.com/repos/propelorm/PropelBundle/zipball/14ec9f554d7c194695b29c6fc09f61b92d7bc6aa",
1311
                "reference": "14ec9f554d7c194695b29c6fc09f61b92d7bc6aa",
1312
                "shasum": ""
1313
            },
1314
            "require": {
1315
                "propel/propel": "2.0.0-alpha6",
1316
                "symfony/security-acl": "^2.8|^3.0",
1317
                "symfony/symfony": "^2.8|^3.0"
1318
            },
1319
            "require-dev": {
1320
                "fzaninotto/faker": "^1.5",
1321
                "phpunit/phpunit": "^4.8.21|^5.0.10",
1322
                "sensio/framework-extra-bundle": "^3.0.2"
1323
            },
1324
            "type": "symfony-bundle",
1325
            "autoload": {
1326
                "psr-4": {
1327
                    "Propel\\Bundle\\PropelBundle\\": ""
1328
                },
1329
                "exclude-from-classmap": [
1330
                    "Tests/"
1331
                ]
1332
            },
1333
            "notification-url": "https://packagist.org/downloads/",
1334
            "license": [
1335
                "MIT"
1336
            ],
1337
            "authors": [
1338
                {
1339
                    "name": "William Durand",
1340
                    "email": "[email protected]"
1341
                }
1342
            ],
1343
            "description": "Integration of Propel in Symfony2",
1344
            "keywords": [
1345
                "orm",
1346
                "persistence",
1347
                "propel"
1348
            ],
1349
            "time": "2016-10-23T21:42:14+00:00"
1350
        },
1351
        {
1352
            "name": "psr/cache",
1353
            "version": "1.0.1",
1354
            "source": {
1355
                "type": "git",
1356
                "url": "https://github.com/php-fig/cache.git",
1357
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1358
            },
1359
            "dist": {
1360
                "type": "zip",
1361
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1362
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1363
                "shasum": ""
1364
            },
1365
            "require": {
1366
                "php": ">=5.3.0"
1367
            },
1368
            "type": "library",
1369
            "extra": {
1370
                "branch-alias": {
1371
                    "dev-master": "1.0.x-dev"
1372
                }
1373
            },
1374
            "autoload": {
1375
                "psr-4": {
1376
                    "Psr\\Cache\\": "src/"
1377
                }
1378
            },
1379
            "notification-url": "https://packagist.org/downloads/",
1380
            "license": [
1381
                "MIT"
1382
            ],
1383
            "authors": [
1384
                {
1385
                    "name": "PHP-FIG",
1386
                    "homepage": "http://www.php-fig.org/"
1387
                }
1388
            ],
1389
            "description": "Common interface for caching libraries",
1390
            "keywords": [
1391
                "cache",
1392
                "psr",
1393
                "psr-6"
1394
            ],
1395
            "time": "2016-08-06T20:24:11+00:00"
1396
        },
1397
        {
1398
            "name": "psr/container",
1399
            "version": "1.0.0",
1400
            "source": {
1401
                "type": "git",
1402
                "url": "https://github.com/php-fig/container.git",
1403
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1404
            },
1405
            "dist": {
1406
                "type": "zip",
1407
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1408
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1409
                "shasum": ""
1410
            },
1411
            "require": {
1412
                "php": ">=5.3.0"
1413
            },
1414
            "type": "library",
1415
            "extra": {
1416
                "branch-alias": {
1417
                    "dev-master": "1.0.x-dev"
1418
                }
1419
            },
1420
            "autoload": {
1421
                "psr-4": {
1422
                    "Psr\\Container\\": "src/"
1423
                }
1424
            },
1425
            "notification-url": "https://packagist.org/downloads/",
1426
            "license": [
1427
                "MIT"
1428
            ],
1429
            "authors": [
1430
                {
1431
                    "name": "PHP-FIG",
1432
                    "homepage": "http://www.php-fig.org/"
1433
                }
1434
            ],
1435
            "description": "Common Container Interface (PHP FIG PSR-11)",
1436
            "homepage": "https://github.com/php-fig/container",
1437
            "keywords": [
1438
                "PSR-11",
1439
                "container",
1440
                "container-interface",
1441
                "container-interop",
1442
                "psr"
1443
            ],
1444
            "time": "2017-02-14T16:28:37+00:00"
1445
        },
1446
        {
1447
            "name": "psr/link",
1448
            "version": "1.0.0",
1449
            "source": {
1450
                "type": "git",
1451
                "url": "https://github.com/php-fig/link.git",
1452
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
1453
            },
1454
            "dist": {
1455
                "type": "zip",
1456
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
1457
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
1458
                "shasum": ""
1459
            },
1460
            "require": {
1461
                "php": ">=5.3.0"
1462
            },
1463
            "type": "library",
1464
            "extra": {
1465
                "branch-alias": {
1466
                    "dev-master": "1.0.x-dev"
1467
                }
1468
            },
1469
            "autoload": {
1470
                "psr-4": {
1471
                    "Psr\\Link\\": "src/"
1472
                }
1473
            },
1474
            "notification-url": "https://packagist.org/downloads/",
1475
            "license": [
1476
                "MIT"
1477
            ],
1478
            "authors": [
1479
                {
1480
                    "name": "PHP-FIG",
1481
                    "homepage": "http://www.php-fig.org/"
1482
                }
1483
            ],
1484
            "description": "Common interfaces for HTTP links",
1485
            "keywords": [
1486
                "http",
1487
                "http-link",
1488
                "link",
1489
                "psr",
1490
                "psr-13",
1491
                "rest"
1492
            ],
1493
            "time": "2016-10-28T16:06:13+00:00"
1494
        },
1495
        {
1496
            "name": "psr/log",
1497
            "version": "1.0.2",
1498
            "source": {
1499
                "type": "git",
1500
                "url": "https://github.com/php-fig/log.git",
1501
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1502
            },
1503
            "dist": {
1504
                "type": "zip",
1505
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1506
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1507
                "shasum": ""
1508
            },
1509
            "require": {
1510
                "php": ">=5.3.0"
1511
            },
1512
            "type": "library",
1513
            "extra": {
1514
                "branch-alias": {
1515
                    "dev-master": "1.0.x-dev"
1516
                }
1517
            },
1518
            "autoload": {
1519
                "psr-4": {
1520
                    "Psr\\Log\\": "Psr/Log/"
1521
                }
1522
            },
1523
            "notification-url": "https://packagist.org/downloads/",
1524
            "license": [
1525
                "MIT"
1526
            ],
1527
            "authors": [
1528
                {
1529
                    "name": "PHP-FIG",
1530
                    "homepage": "http://www.php-fig.org/"
1531
                }
1532
            ],
1533
            "description": "Common interface for logging libraries",
1534
            "homepage": "https://github.com/php-fig/log",
1535
            "keywords": [
1536
                "log",
1537
                "psr",
1538
                "psr-3"
1539
            ],
1540
            "time": "2016-10-10T12:19:37+00:00"
1541
        },
1542
        {
1543
            "name": "psr/simple-cache",
1544
            "version": "1.0.1",
1545
            "source": {
1546
                "type": "git",
1547
                "url": "https://github.com/php-fig/simple-cache.git",
1548
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1549
            },
1550
            "dist": {
1551
                "type": "zip",
1552
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1553
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1554
                "shasum": ""
1555
            },
1556
            "require": {
1557
                "php": ">=5.3.0"
1558
            },
1559
            "type": "library",
1560
            "extra": {
1561
                "branch-alias": {
1562
                    "dev-master": "1.0.x-dev"
1563
                }
1564
            },
1565
            "autoload": {
1566
                "psr-4": {
1567
                    "Psr\\SimpleCache\\": "src/"
1568
                }
1569
            },
1570
            "notification-url": "https://packagist.org/downloads/",
1571
            "license": [
1572
                "MIT"
1573
            ],
1574
            "authors": [
1575
                {
1576
                    "name": "PHP-FIG",
1577
                    "homepage": "http://www.php-fig.org/"
1578
                }
1579
            ],
1580
            "description": "Common interfaces for simple caching",
1581
            "keywords": [
1582
                "cache",
1583
                "caching",
1584
                "psr",
1585
                "psr-16",
1586
                "simple-cache"
1587
            ],
1588
            "time": "2017-10-23T01:57:42+00:00"
1589
        },
1590
        {
1591
            "name": "sensio/distribution-bundle",
1592
            "version": "v5.0.21",
1593
            "source": {
1594
                "type": "git",
1595
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1596
                "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a"
1597
            },
1598
            "dist": {
1599
                "type": "zip",
1600
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/eb6266b3b472e4002538610b28a0a04bcf94891a",
1601
                "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a",
1602
                "shasum": ""
1603
            },
1604
            "require": {
1605
                "php": ">=5.3.9",
1606
                "sensiolabs/security-checker": "~3.0|~4.0",
1607
                "symfony/class-loader": "~2.3|~3.0",
1608
                "symfony/config": "~2.3|~3.0",
1609
                "symfony/dependency-injection": "~2.3|~3.0",
1610
                "symfony/filesystem": "~2.3|~3.0",
1611
                "symfony/http-kernel": "~2.3|~3.0",
1612
                "symfony/process": "~2.3|~3.0"
1613
            },
1614
            "type": "symfony-bundle",
1615
            "extra": {
1616
                "branch-alias": {
1617
                    "dev-master": "5.0.x-dev"
1618
                }
1619
            },
1620
            "autoload": {
1621
                "psr-4": {
1622
                    "Sensio\\Bundle\\DistributionBundle\\": ""
1623
                }
1624
            },
1625
            "notification-url": "https://packagist.org/downloads/",
1626
            "license": [
1627
                "MIT"
1628
            ],
1629
            "authors": [
1630
                {
1631
                    "name": "Fabien Potencier",
1632
                    "email": "[email protected]"
1633
                }
1634
            ],
1635
            "description": "Base bundle for Symfony Distributions",
1636
            "keywords": [
1637
                "configuration",
1638
                "distribution"
1639
            ],
1640
            "time": "2017-08-25T16:55:44+00:00"
1641
        },
1642
        {
1643
            "name": "sensio/framework-extra-bundle",
1644
            "version": "v3.0.29",
1645
            "source": {
1646
                "type": "git",
1647
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1648
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a"
1649
            },
1650
            "dist": {
1651
                "type": "zip",
1652
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a",
1653
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a",
1654
                "shasum": ""
1655
            },
1656
            "require": {
1657
                "doctrine/common": "~2.2",
1658
                "symfony/dependency-injection": "~2.3|~3.0",
1659
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
1660
            },
1661
            "require-dev": {
1662
                "doctrine/doctrine-bundle": "~1.5",
1663
                "doctrine/orm": "~2.4,>=2.4.5",
1664
                "symfony/asset": "~2.7|~3.0|~4.0",
1665
                "symfony/browser-kit": "~2.3|~3.0|~4.0",
1666
                "symfony/dom-crawler": "~2.3|~3.0|~4.0",
1667
                "symfony/expression-language": "~2.4|~3.0|~4.0",
1668
                "symfony/finder": "~2.3|~3.0|~4.0",
1669
                "symfony/phpunit-bridge": "~3.2|~4.0",
1670
                "symfony/psr-http-message-bridge": "^0.3|^1.0",
1671
                "symfony/security-bundle": "~2.4|~3.0|~4.0",
1672
                "symfony/templating": "~2.3|~3.0|~4.0",
1673
                "symfony/translation": "~2.3|~3.0|~4.0",
1674
                "symfony/twig-bundle": "~2.3|~3.0|~4.0",
1675
                "symfony/yaml": "~2.3|~3.0|~4.0",
1676
                "twig/twig": "~1.12|~2.0",
1677
                "zendframework/zend-diactoros": "^1.3"
1678
            },
1679
            "suggest": {
1680
                "symfony/expression-language": "",
1681
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1682
                "symfony/security-bundle": ""
1683
            },
1684
            "type": "symfony-bundle",
1685
            "extra": {
1686
                "branch-alias": {
1687
                    "dev-master": "3.0.x-dev"
1688
                }
1689
            },
1690
            "autoload": {
1691
                "psr-4": {
1692
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1693
                }
1694
            },
1695
            "notification-url": "https://packagist.org/downloads/",
1696
            "license": [
1697
                "MIT"
1698
            ],
1699
            "authors": [
1700
                {
1701
                    "name": "Fabien Potencier",
1702
                    "email": "[email protected]"
1703
                }
1704
            ],
1705
            "description": "This bundle provides a way to configure your controllers with annotations",
1706
            "keywords": [
1707
                "annotations",
1708
                "controllers"
1709
            ],
1710
            "time": "2017-12-14T19:03:23+00:00"
1711
        },
1712
        {
1713
            "name": "sensiolabs/security-checker",
1714
            "version": "v4.1.8",
1715
            "source": {
1716
                "type": "git",
1717
                "url": "https://github.com/sensiolabs/security-checker.git",
1718
                "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142"
1719
            },
1720
            "dist": {
1721
                "type": "zip",
1722
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/dc270d5fec418cc6ac983671dba5d80ffaffb142",
1723
                "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142",
1724
                "shasum": ""
1725
            },
1726
            "require": {
1727
                "composer/ca-bundle": "^1.0",
1728
                "symfony/console": "~2.7|~3.0|~4.0"
1729
            },
1730
            "bin": [
1731
                "security-checker"
1732
            ],
1733
            "type": "library",
1734
            "extra": {
1735
                "branch-alias": {
1736
                    "dev-master": "4.1-dev"
1737
                }
1738
            },
1739
            "autoload": {
1740
                "psr-0": {
1741
                    "SensioLabs\\Security": ""
1742
                }
1743
            },
1744
            "notification-url": "https://packagist.org/downloads/",
1745
            "license": [
1746
                "MIT"
1747
            ],
1748
            "authors": [
1749
                {
1750
                    "name": "Fabien Potencier",
1751
                    "email": "[email protected]"
1752
                }
1753
            ],
1754
            "description": "A security checker for your composer.lock",
1755
            "time": "2018-02-28T22:10:01+00:00"
1756
        },
1757
        {
1758
            "name": "steeffeen/fancymanialinks",
1759
            "version": "dev-master",
1760
            "source": {
1761
                "type": "git",
1762
                "url": "https://github.com/steeffeen/FancyManiaLinks.git",
1763
                "reference": "227b0759306f0a3c75873ba50276e4163a93bfa6"
1764
            },
1765
            "dist": {
1766
                "type": "zip",
1767
                "url": "https://api.github.com/repos/steeffeen/FancyManiaLinks/zipball/227b0759306f0a3c75873ba50276e4163a93bfa6",
1768
                "reference": "227b0759306f0a3c75873ba50276e4163a93bfa6",
1769
                "shasum": ""
1770
            },
1771
            "require": {
1772
                "php": ">=5.3"
1773
            },
1774
            "require-dev": {
1775
                "phpunit/phpunit": "<6"
1776
            },
1777
            "type": "library",
1778
            "autoload": {
1779
                "psr-4": {
1780
                    "FML\\": "FML/"
1781
                }
1782
            },
1783
            "notification-url": "https://packagist.org/downloads/",
1784
            "license": [
1785
                "GPL-3.0"
1786
            ],
1787
            "authors": [
1788
                {
1789
                    "name": "Steffen Schroeder",
1790
                    "email": "[email protected]",
1791
                    "homepage": "http://www.steeffeen.com/"
1792
                }
1793
            ],
1794
            "description": "ManiaLink Framework for Object-Based XML Generation",
1795
            "homepage": "https://github.com/steeffeen/FancyManiaLinks",
1796
            "keywords": [
1797
                "ManiaPlanet",
1798
                "ManiaScript",
1799
                "ShootMania",
1800
                "TrackMania",
1801
                "maniacode",
1802
                "manialink",
1803
                "xml"
1804
            ],
1805
            "time": "2018-02-17T14:56:17+00:00"
1806
        },
1807
        {
1808
            "name": "swiftmailer/swiftmailer",
1809
            "version": "v5.4.9",
1810
            "source": {
1811
                "type": "git",
1812
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1813
                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91"
1814
            },
1815
            "dist": {
1816
                "type": "zip",
1817
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
1818
                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
1819
                "shasum": ""
1820
            },
1821
            "require": {
1822
                "php": ">=5.3.3"
1823
            },
1824
            "require-dev": {
1825
                "mockery/mockery": "~0.9.1",
1826
                "symfony/phpunit-bridge": "~3.2"
1827
            },
1828
            "type": "library",
1829
            "extra": {
1830
                "branch-alias": {
1831
                    "dev-master": "5.4-dev"
1832
                }
1833
            },
1834
            "autoload": {
1835
                "files": [
1836
                    "lib/swift_required.php"
1837
                ]
1838
            },
1839
            "notification-url": "https://packagist.org/downloads/",
1840
            "license": [
1841
                "MIT"
1842
            ],
1843
            "authors": [
1844
                {
1845
                    "name": "Chris Corbyn"
1846
                },
1847
                {
1848
                    "name": "Fabien Potencier",
1849
                    "email": "[email protected]"
1850
                }
1851
            ],
1852
            "description": "Swiftmailer, free feature-rich PHP mailer",
1853
            "homepage": "https://swiftmailer.symfony.com",
1854
            "keywords": [
1855
                "email",
1856
                "mail",
1857
                "mailer"
1858
            ],
1859
            "time": "2018-01-23T07:37:21+00:00"
1860
        },
1861
        {
1862
            "name": "symfony-bundles/bundle-dependency",
1863
            "version": "v1.0.5",
1864
            "source": {
1865
                "type": "git",
1866
                "url": "https://github.com/symfony-bundles/bundle-dependency.git",
1867
                "reference": "9d86d2bbed4dd01ef04b76a5faab67a59ef5e760"
1868
            },
1869
            "dist": {
1870
                "type": "zip",
1871
                "url": "https://api.github.com/repos/symfony-bundles/bundle-dependency/zipball/9d86d2bbed4dd01ef04b76a5faab67a59ef5e760",
1872
                "reference": "9d86d2bbed4dd01ef04b76a5faab67a59ef5e760",
1873
                "shasum": ""
1874
            },
1875
            "require": {
1876
                "php": ">=5.6"
1877
            },
1878
            "require-dev": {
1879
                "doctrine/annotations": "~1.1",
1880
                "phpunit/php-code-coverage": "^3.3.0|^4.0",
1881
                "phpunit/phpunit": "^5.3",
1882
                "symfony/framework-bundle": "~2.7|~3.0"
1883
            },
1884
            "type": "library",
1885
            "extra": {
1886
                "branch-alias": {
1887
                    "dev-master": "1.x-dev"
1888
                }
1889
            },
1890
            "autoload": {
1891
                "psr-4": {
1892
                    "SymfonyBundles\\BundleDependency\\": ""
1893
                },
1894
                "exclude-from-classmap": [
1895
                    "/Tests/"
1896
                ]
1897
            },
1898
            "notification-url": "https://packagist.org/downloads/",
1899
            "license": [
1900
                "MIT"
1901
            ],
1902
            "authors": [
1903
                {
1904
                    "name": "Dmitry Khaperets",
1905
                    "email": "[email protected]"
1906
                }
1907
            ],
1908
            "description": "Symfony BundleDependency Component",
1909
            "homepage": "https://github.com/symfony-bundles/bundle-dependency",
1910
            "keywords": [
1911
                "bundle",
1912
                "dependencies",
1913
                "dependency",
1914
                "symfony"
1915
            ],
1916
            "time": "2018-02-21T17:57:48+00:00"
1917
        },
1918
        {
1919
            "name": "symfony/monolog-bundle",
1920
            "version": "v3.2.0",
1921
            "source": {
1922
                "type": "git",
1923
                "url": "https://github.com/symfony/monolog-bundle.git",
1924
                "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd"
1925
            },
1926
            "dist": {
1927
                "type": "zip",
1928
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8781649349fe418d51d194f8c9d212c0b97c40dd",
1929
                "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd",
1930
                "shasum": ""
1931
            },
1932
            "require": {
1933
                "monolog/monolog": "~1.22",
1934
                "php": ">=5.3.2",
1935
                "symfony/config": "~2.7|~3.0|~4.0",
1936
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
1937
                "symfony/http-kernel": "~2.7|~3.0|~4.0",
1938
                "symfony/monolog-bridge": "~2.7|~3.0|~4.0"
1939
            },
1940
            "require-dev": {
1941
                "symfony/console": "~2.3|~3.0|~4.0",
1942
                "symfony/phpunit-bridge": "^3.3|^4.0",
1943
                "symfony/yaml": "~2.3|~3.0|~4.0"
1944
            },
1945
            "type": "symfony-bundle",
1946
            "extra": {
1947
                "branch-alias": {
1948
                    "dev-master": "3.x-dev"
1949
                }
1950
            },
1951
            "autoload": {
1952
                "psr-4": {
1953
                    "Symfony\\Bundle\\MonologBundle\\": ""
1954
                },
1955
                "exclude-from-classmap": [
1956
                    "/Tests/"
1957
                ]
1958
            },
1959
            "notification-url": "https://packagist.org/downloads/",
1960
            "license": [
1961
                "MIT"
1962
            ],
1963
            "authors": [
1964
                {
1965
                    "name": "Symfony Community",
1966
                    "homepage": "http://symfony.com/contributors"
1967
                },
1968
                {
1969
                    "name": "Fabien Potencier",
1970
                    "email": "[email protected]"
1971
                }
1972
            ],
1973
            "description": "Symfony MonologBundle",
1974
            "homepage": "http://symfony.com",
1975
            "keywords": [
1976
                "log",
1977
                "logging"
1978
            ],
1979
            "time": "2018-03-05T14:51:36+00:00"
1980
        },
1981
        {
1982
            "name": "symfony/polyfill-apcu",
1983
            "version": "v1.8.0",
1984
            "source": {
1985
                "type": "git",
1986
                "url": "https://github.com/symfony/polyfill-apcu.git",
1987
                "reference": "9b83bd010112ec196410849e840d9b9fefcb15ad"
1988
            },
1989
            "dist": {
1990
                "type": "zip",
1991
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/9b83bd010112ec196410849e840d9b9fefcb15ad",
1992
                "reference": "9b83bd010112ec196410849e840d9b9fefcb15ad",
1993
                "shasum": ""
1994
            },
1995
            "require": {
1996
                "php": ">=5.3.3"
1997
            },
1998
            "type": "library",
1999
            "extra": {
2000
                "branch-alias": {
2001
                    "dev-master": "1.8-dev"
2002
                }
2003
            },
2004
            "autoload": {
2005
                "psr-4": {
2006
                    "Symfony\\Polyfill\\Apcu\\": ""
2007
                },
2008
                "files": [
2009
                    "bootstrap.php"
2010
                ]
2011
            },
2012
            "notification-url": "https://packagist.org/downloads/",
2013
            "license": [
2014
                "MIT"
2015
            ],
2016
            "authors": [
2017
                {
2018
                    "name": "Nicolas Grekas",
2019
                    "email": "[email protected]"
2020
                },
2021
                {
2022
                    "name": "Symfony Community",
2023
                    "homepage": "https://symfony.com/contributors"
2024
                }
2025
            ],
2026
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2027
            "homepage": "https://symfony.com",
2028
            "keywords": [
2029
                "apcu",
2030
                "compatibility",
2031
                "polyfill",
2032
                "portable",
2033
                "shim"
2034
            ],
2035
            "time": "2018-04-26T10:06:28+00:00"
2036
        },
2037
        {
2038
            "name": "symfony/polyfill-intl-icu",
2039
            "version": "v1.8.0",
2040
            "source": {
2041
                "type": "git",
2042
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2043
                "reference": "80ee17ae83c10cd513e5144f91a73607a21edb4e"
2044
            },
2045
            "dist": {
2046
                "type": "zip",
2047
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/80ee17ae83c10cd513e5144f91a73607a21edb4e",
2048
                "reference": "80ee17ae83c10cd513e5144f91a73607a21edb4e",
2049
                "shasum": ""
2050
            },
2051
            "require": {
2052
                "php": ">=5.3.3",
2053
                "symfony/intl": "~2.3|~3.0|~4.0"
2054
            },
2055
            "suggest": {
2056
                "ext-intl": "For best performance"
2057
            },
2058
            "type": "library",
2059
            "extra": {
2060
                "branch-alias": {
2061
                    "dev-master": "1.8-dev"
2062
                }
2063
            },
2064
            "autoload": {
2065
                "files": [
2066
                    "bootstrap.php"
2067
                ]
2068
            },
2069
            "notification-url": "https://packagist.org/downloads/",
2070
            "license": [
2071
                "MIT"
2072
            ],
2073
            "authors": [
2074
                {
2075
                    "name": "Nicolas Grekas",
2076
                    "email": "[email protected]"
2077
                },
2078
                {
2079
                    "name": "Symfony Community",
2080
                    "homepage": "https://symfony.com/contributors"
2081
                }
2082
            ],
2083
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2084
            "homepage": "https://symfony.com",
2085
            "keywords": [
2086
                "compatibility",
2087
                "icu",
2088
                "intl",
2089
                "polyfill",
2090
                "portable",
2091
                "shim"
2092
            ],
2093
            "time": "2018-04-25T14:53:50+00:00"
2094
        },
2095
        {
2096
            "name": "symfony/polyfill-mbstring",
2097
            "version": "v1.8.0",
2098
            "source": {
2099
                "type": "git",
2100
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2101
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
2102
            },
2103
            "dist": {
2104
                "type": "zip",
2105
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
2106
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
2107
                "shasum": ""
2108
            },
2109
            "require": {
2110
                "php": ">=5.3.3"
2111
            },
2112
            "suggest": {
2113
                "ext-mbstring": "For best performance"
2114
            },
2115
            "type": "library",
2116
            "extra": {
2117
                "branch-alias": {
2118
                    "dev-master": "1.8-dev"
2119
                }
2120
            },
2121
            "autoload": {
2122
                "psr-4": {
2123
                    "Symfony\\Polyfill\\Mbstring\\": ""
2124
                },
2125
                "files": [
2126
                    "bootstrap.php"
2127
                ]
2128
            },
2129
            "notification-url": "https://packagist.org/downloads/",
2130
            "license": [
2131
                "MIT"
2132
            ],
2133
            "authors": [
2134
                {
2135
                    "name": "Nicolas Grekas",
2136
                    "email": "[email protected]"
2137
                },
2138
                {
2139
                    "name": "Symfony Community",
2140
                    "homepage": "https://symfony.com/contributors"
2141
                }
2142
            ],
2143
            "description": "Symfony polyfill for the Mbstring extension",
2144
            "homepage": "https://symfony.com",
2145
            "keywords": [
2146
                "compatibility",
2147
                "mbstring",
2148
                "polyfill",
2149
                "portable",
2150
                "shim"
2151
            ],
2152
            "time": "2018-04-26T10:06:28+00:00"
2153
        },
2154
        {
2155
            "name": "symfony/polyfill-php56",
2156
            "version": "v1.8.0",
2157
            "source": {
2158
                "type": "git",
2159
                "url": "https://github.com/symfony/polyfill-php56.git",
2160
                "reference": "af98553c84912459db3f636329567809d639a8f6"
2161
            },
2162
            "dist": {
2163
                "type": "zip",
2164
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/af98553c84912459db3f636329567809d639a8f6",
2165
                "reference": "af98553c84912459db3f636329567809d639a8f6",
2166
                "shasum": ""
2167
            },
2168
            "require": {
2169
                "php": ">=5.3.3",
2170
                "symfony/polyfill-util": "~1.0"
2171
            },
2172
            "type": "library",
2173
            "extra": {
2174
                "branch-alias": {
2175
                    "dev-master": "1.8-dev"
2176
                }
2177
            },
2178
            "autoload": {
2179
                "psr-4": {
2180
                    "Symfony\\Polyfill\\Php56\\": ""
2181
                },
2182
                "files": [
2183
                    "bootstrap.php"
2184
                ]
2185
            },
2186
            "notification-url": "https://packagist.org/downloads/",
2187
            "license": [
2188
                "MIT"
2189
            ],
2190
            "authors": [
2191
                {
2192
                    "name": "Nicolas Grekas",
2193
                    "email": "[email protected]"
2194
                },
2195
                {
2196
                    "name": "Symfony Community",
2197
                    "homepage": "https://symfony.com/contributors"
2198
                }
2199
            ],
2200
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2201
            "homepage": "https://symfony.com",
2202
            "keywords": [
2203
                "compatibility",
2204
                "polyfill",
2205
                "portable",
2206
                "shim"
2207
            ],
2208
            "time": "2018-04-26T10:06:28+00:00"
2209
        },
2210
        {
2211
            "name": "symfony/polyfill-php70",
2212
            "version": "v1.8.0",
2213
            "source": {
2214
                "type": "git",
2215
                "url": "https://github.com/symfony/polyfill-php70.git",
2216
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
2217
            },
2218
            "dist": {
2219
                "type": "zip",
2220
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
2221
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
2222
                "shasum": ""
2223
            },
2224
            "require": {
2225
                "paragonie/random_compat": "~1.0|~2.0",
2226
                "php": ">=5.3.3"
2227
            },
2228
            "type": "library",
2229
            "extra": {
2230
                "branch-alias": {
2231
                    "dev-master": "1.8-dev"
2232
                }
2233
            },
2234
            "autoload": {
2235
                "psr-4": {
2236
                    "Symfony\\Polyfill\\Php70\\": ""
2237
                },
2238
                "files": [
2239
                    "bootstrap.php"
2240
                ],
2241
                "classmap": [
2242
                    "Resources/stubs"
2243
                ]
2244
            },
2245
            "notification-url": "https://packagist.org/downloads/",
2246
            "license": [
2247
                "MIT"
2248
            ],
2249
            "authors": [
2250
                {
2251
                    "name": "Nicolas Grekas",
2252
                    "email": "[email protected]"
2253
                },
2254
                {
2255
                    "name": "Symfony Community",
2256
                    "homepage": "https://symfony.com/contributors"
2257
                }
2258
            ],
2259
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2260
            "homepage": "https://symfony.com",
2261
            "keywords": [
2262
                "compatibility",
2263
                "polyfill",
2264
                "portable",
2265
                "shim"
2266
            ],
2267
            "time": "2018-04-26T10:06:28+00:00"
2268
        },
2269
        {
2270
            "name": "symfony/polyfill-util",
2271
            "version": "v1.8.0",
2272
            "source": {
2273
                "type": "git",
2274
                "url": "https://github.com/symfony/polyfill-util.git",
2275
                "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a"
2276
            },
2277
            "dist": {
2278
                "type": "zip",
2279
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/1a5ad95d9436cbff3296034fe9f8d586dce3fb3a",
2280
                "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a",
2281
                "shasum": ""
2282
            },
2283
            "require": {
2284
                "php": ">=5.3.3"
2285
            },
2286
            "type": "library",
2287
            "extra": {
2288
                "branch-alias": {
2289
                    "dev-master": "1.8-dev"
2290
                }
2291
            },
2292
            "autoload": {
2293
                "psr-4": {
2294
                    "Symfony\\Polyfill\\Util\\": ""
2295
                }
2296
            },
2297
            "notification-url": "https://packagist.org/downloads/",
2298
            "license": [
2299
                "MIT"
2300
            ],
2301
            "authors": [
2302
                {
2303
                    "name": "Nicolas Grekas",
2304
                    "email": "[email protected]"
2305
                },
2306
                {
2307
                    "name": "Symfony Community",
2308
                    "homepage": "https://symfony.com/contributors"
2309
                }
2310
            ],
2311
            "description": "Symfony utilities for portability of PHP codes",
2312
            "homepage": "https://symfony.com",
2313
            "keywords": [
2314
                "compat",
2315
                "compatibility",
2316
                "polyfill",
2317
                "shim"
2318
            ],
2319
            "time": "2018-04-26T10:06:28+00:00"
2320
        },
2321
        {
2322
            "name": "symfony/security-acl",
2323
            "version": "v3.0.1",
2324
            "source": {
2325
                "type": "git",
2326
                "url": "https://github.com/symfony/security-acl.git",
2327
                "reference": "ab4dfe2d95e038cd367dd04604487b0a3359bcff"
2328
            },
2329
            "dist": {
2330
                "type": "zip",
2331
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/ab4dfe2d95e038cd367dd04604487b0a3359bcff",
2332
                "reference": "ab4dfe2d95e038cd367dd04604487b0a3359bcff",
2333
                "shasum": ""
2334
            },
2335
            "require": {
2336
                "php": ">=5.5.9",
2337
                "symfony/security-core": "~2.8|~3.0|~4.0"
2338
            },
2339
            "require-dev": {
2340
                "doctrine/common": "~2.2",
2341
                "doctrine/dbal": "~2.2",
2342
                "psr/log": "~1.0",
2343
                "symfony/phpunit-bridge": "~2.8|~3.0|~4.0"
2344
            },
2345
            "suggest": {
2346
                "doctrine/dbal": "For using the built-in ACL implementation",
2347
                "symfony/class-loader": "For using the ACL generateSql script",
2348
                "symfony/finder": "For using the ACL generateSql script"
2349
            },
2350
            "type": "library",
2351
            "extra": {
2352
                "branch-alias": {
2353
                    "dev-master": "3.0-dev"
2354
                }
2355
            },
2356
            "autoload": {
2357
                "psr-4": {
2358
                    "Symfony\\Component\\Security\\Acl\\": ""
2359
                },
2360
                "exclude-from-classmap": [
2361
                    "/Tests/"
2362
                ]
2363
            },
2364
            "notification-url": "https://packagist.org/downloads/",
2365
            "license": [
2366
                "MIT"
2367
            ],
2368
            "authors": [
2369
                {
2370
                    "name": "Fabien Potencier",
2371
                    "email": "[email protected]"
2372
                },
2373
                {
2374
                    "name": "Symfony Community",
2375
                    "homepage": "https://symfony.com/contributors"
2376
                }
2377
            ],
2378
            "description": "Symfony Security Component - ACL (Access Control List)",
2379
            "homepage": "https://symfony.com",
2380
            "time": "2017-07-21T06:01:18+00:00"
2381
        },
2382
        {
2383
            "name": "symfony/swiftmailer-bundle",
2384
            "version": "v2.6.7",
2385
            "source": {
2386
                "type": "git",
2387
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2388
                "reference": "c4808f5169efc05567be983909d00f00521c53ec"
2389
            },
2390
            "dist": {
2391
                "type": "zip",
2392
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
2393
                "reference": "c4808f5169efc05567be983909d00f00521c53ec",
2394
                "shasum": ""
2395
            },
2396
            "require": {
2397
                "php": ">=5.3.2",
2398
                "swiftmailer/swiftmailer": "~4.2|~5.0",
2399
                "symfony/config": "~2.7|~3.0",
2400
                "symfony/dependency-injection": "~2.7|~3.0",
2401
                "symfony/http-kernel": "~2.7|~3.0"
2402
            },
2403
            "require-dev": {
2404
                "symfony/console": "~2.7|~3.0",
2405
                "symfony/framework-bundle": "~2.7|~3.0",
2406
                "symfony/phpunit-bridge": "~3.3@dev",
2407
                "symfony/yaml": "~2.7|~3.0"
2408
            },
2409
            "suggest": {
2410
                "psr/log": "Allows logging"
2411
            },
2412
            "type": "symfony-bundle",
2413
            "extra": {
2414
                "branch-alias": {
2415
                    "dev-master": "2.6-dev"
2416
                }
2417
            },
2418
            "autoload": {
2419
                "psr-4": {
2420
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2421
                }
2422
            },
2423
            "notification-url": "https://packagist.org/downloads/",
2424
            "license": [
2425
                "MIT"
2426
            ],
2427
            "authors": [
2428
                {
2429
                    "name": "Symfony Community",
2430
                    "homepage": "http://symfony.com/contributors"
2431
                },
2432
                {
2433
                    "name": "Fabien Potencier",
2434
                    "email": "[email protected]"
2435
                }
2436
            ],
2437
            "description": "Symfony SwiftmailerBundle",
2438
            "homepage": "http://symfony.com",
2439
            "time": "2017-10-19T01:06:41+00:00"
2440
        },
2441
        {
2442
            "name": "symfony/symfony",
0 ignored issues
show
2443
            "version": "v3.3.6",
2444
            "source": {
2445
                "type": "git",
2446
                "url": "https://github.com/symfony/symfony.git",
2447
                "reference": "6f80cbd2dd89c5308b14e03d806356fac72c263e"
2448
            },
2449
            "dist": {
2450
                "type": "zip",
2451
                "url": "https://api.github.com/repos/symfony/symfony/zipball/6f80cbd2dd89c5308b14e03d806356fac72c263e",
2452
                "reference": "6f80cbd2dd89c5308b14e03d806356fac72c263e",
2453
                "shasum": ""
2454
            },
2455
            "require": {
2456
                "doctrine/common": "~2.4",
2457
                "ext-xml": "*",
2458
                "fig/link-util": "^1.0",
2459
                "php": ">=5.5.9",
2460
                "psr/cache": "~1.0",
2461
                "psr/container": "^1.0",
2462
                "psr/link": "^1.0",
2463
                "psr/log": "~1.0",
2464
                "psr/simple-cache": "^1.0",
2465
                "symfony/polyfill-intl-icu": "~1.0",
2466
                "symfony/polyfill-mbstring": "~1.0",
2467
                "symfony/polyfill-php56": "~1.0",
2468
                "symfony/polyfill-php70": "~1.0",
2469
                "symfony/polyfill-util": "~1.0",
2470
                "twig/twig": "~1.34|~2.4"
2471
            },
2472
            "conflict": {
2473
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0",
2474
                "phpdocumentor/type-resolver": "<0.2.0",
2475
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2476
            },
2477
            "provide": {
2478
                "psr/cache-implementation": "1.0",
2479
                "psr/container-implementation": "1.0",
2480
                "psr/simple-cache-implementation": "1.0"
2481
            },
2482
            "replace": {
2483
                "symfony/asset": "self.version",
2484
                "symfony/browser-kit": "self.version",
2485
                "symfony/cache": "self.version",
2486
                "symfony/class-loader": "self.version",
2487
                "symfony/config": "self.version",
2488
                "symfony/console": "self.version",
2489
                "symfony/css-selector": "self.version",
2490
                "symfony/debug": "self.version",
2491
                "symfony/debug-bundle": "self.version",
2492
                "symfony/dependency-injection": "self.version",
2493
                "symfony/doctrine-bridge": "self.version",
2494
                "symfony/dom-crawler": "self.version",
2495
                "symfony/dotenv": "self.version",
2496
                "symfony/event-dispatcher": "self.version",
2497
                "symfony/expression-language": "self.version",
2498
                "symfony/filesystem": "self.version",
2499
                "symfony/finder": "self.version",
2500
                "symfony/form": "self.version",
2501
                "symfony/framework-bundle": "self.version",
2502
                "symfony/http-foundation": "self.version",
2503
                "symfony/http-kernel": "self.version",
2504
                "symfony/inflector": "self.version",
2505
                "symfony/intl": "self.version",
2506
                "symfony/ldap": "self.version",
2507
                "symfony/monolog-bridge": "self.version",
2508
                "symfony/options-resolver": "self.version",
2509
                "symfony/process": "self.version",
2510
                "symfony/property-access": "self.version",
2511
                "symfony/property-info": "self.version",
2512
                "symfony/proxy-manager-bridge": "self.version",
2513
                "symfony/routing": "self.version",
2514
                "symfony/security": "self.version",
2515
                "symfony/security-bundle": "self.version",
2516
                "symfony/security-core": "self.version",
2517
                "symfony/security-csrf": "self.version",
2518
                "symfony/security-guard": "self.version",
2519
                "symfony/security-http": "self.version",
2520
                "symfony/serializer": "self.version",
2521
                "symfony/stopwatch": "self.version",
2522
                "symfony/templating": "self.version",
2523
                "symfony/translation": "self.version",
2524
                "symfony/twig-bridge": "self.version",
2525
                "symfony/twig-bundle": "self.version",
2526
                "symfony/validator": "self.version",
2527
                "symfony/var-dumper": "self.version",
2528
                "symfony/web-link": "self.version",
2529
                "symfony/web-profiler-bundle": "self.version",
2530
                "symfony/web-server-bundle": "self.version",
2531
                "symfony/workflow": "self.version",
2532
                "symfony/yaml": "self.version"
2533
            },
2534
            "require-dev": {
2535
                "cache/integration-tests": "dev-master",
2536
                "doctrine/cache": "~1.6",
2537
                "doctrine/data-fixtures": "1.0.*",
2538
                "doctrine/dbal": "~2.4",
2539
                "doctrine/doctrine-bundle": "~1.4",
2540
                "doctrine/orm": "~2.4,>=2.4.5",
2541
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
2542
                "monolog/monolog": "~1.11",
2543
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
2544
                "phpdocumentor/reflection-docblock": "^3.0",
2545
                "predis/predis": "~1.0",
2546
                "sensio/framework-extra-bundle": "^3.0.2",
2547
                "symfony/phpunit-bridge": "~3.2",
2548
                "symfony/polyfill-apcu": "~1.1",
2549
                "symfony/security-acl": "~2.8|~3.0"
2550
            },
2551
            "type": "library",
2552
            "extra": {
2553
                "branch-alias": {
2554
                    "dev-master": "3.3-dev"
2555
                }
2556
            },
2557
            "autoload": {
2558
                "psr-4": {
2559
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2560
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2561
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2562
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2563
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2564
                    "Symfony\\Component\\": "src/Symfony/Component/"
2565
                },
2566
                "classmap": [
2567
                    "src/Symfony/Component/Intl/Resources/stubs"
2568
                ],
2569
                "exclude-from-classmap": [
2570
                    "**/Tests/"
2571
                ]
2572
            },
2573
            "notification-url": "https://packagist.org/downloads/",
2574
            "license": [
2575
                "MIT"
2576
            ],
2577
            "authors": [
2578
                {
2579
                    "name": "Fabien Potencier",
2580
                    "email": "[email protected]"
2581
                },
2582
                {
2583
                    "name": "Symfony Community",
2584
                    "homepage": "https://symfony.com/contributors"
2585
                }
2586
            ],
2587
            "description": "The Symfony PHP framework",
2588
            "homepage": "https://symfony.com",
2589
            "keywords": [
2590
                "framework"
2591
            ],
2592
            "time": "2017-08-01T10:26:30+00:00"
2593
        },
2594
        {
2595
            "name": "twig/twig",
2596
            "version": "v2.4.8",
2597
            "source": {
2598
                "type": "git",
2599
                "url": "https://github.com/twigphp/Twig.git",
2600
                "reference": "7b604c89da162034bdf4bb66310f358d313dd16d"
2601
            },
2602
            "dist": {
2603
                "type": "zip",
2604
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7b604c89da162034bdf4bb66310f358d313dd16d",
2605
                "reference": "7b604c89da162034bdf4bb66310f358d313dd16d",
2606
                "shasum": ""
2607
            },
2608
            "require": {
2609
                "php": "^7.0",
2610
                "symfony/polyfill-mbstring": "~1.0"
2611
            },
2612
            "require-dev": {
2613
                "psr/container": "^1.0",
2614
                "symfony/debug": "^2.7",
2615
                "symfony/phpunit-bridge": "^3.3"
2616
            },
2617
            "type": "library",
2618
            "extra": {
2619
                "branch-alias": {
2620
                    "dev-master": "2.4-dev"
2621
                }
2622
            },
2623
            "autoload": {
2624
                "psr-0": {
2625
                    "Twig_": "lib/"
2626
                },
2627
                "psr-4": {
2628
                    "Twig\\": "src/"
2629
                }
2630
            },
2631
            "notification-url": "https://packagist.org/downloads/",
2632
            "license": [
2633
                "BSD-3-Clause"
2634
            ],
2635
            "authors": [
2636
                {
2637
                    "name": "Fabien Potencier",
2638
                    "email": "[email protected]",
2639
                    "homepage": "http://fabien.potencier.org",
2640
                    "role": "Lead Developer"
2641
                },
2642
                {
2643
                    "name": "Armin Ronacher",
2644
                    "email": "[email protected]",
2645
                    "role": "Project Founder"
2646
                },
2647
                {
2648
                    "name": "Twig Team",
2649
                    "homepage": "http://twig.sensiolabs.org/contributors",
2650
                    "role": "Contributors"
2651
                }
2652
            ],
2653
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2654
            "homepage": "http://twig.sensiolabs.org",
2655
            "keywords": [
2656
                "templating"
2657
            ],
2658
            "time": "2018-04-02T09:24:19+00:00"
2659
        }
2660
    ],
2661
    "packages-dev": [
2662
        {
2663
            "name": "doctrine/instantiator",
2664
            "version": "1.0.5",
2665
            "source": {
2666
                "type": "git",
2667
                "url": "https://github.com/doctrine/instantiator.git",
2668
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2669
            },
2670
            "dist": {
2671
                "type": "zip",
2672
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2673
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2674
                "shasum": ""
2675
            },
2676
            "require": {
2677
                "php": ">=5.3,<8.0-DEV"
2678
            },
2679
            "require-dev": {
2680
                "athletic/athletic": "~0.1.8",
2681
                "ext-pdo": "*",
2682
                "ext-phar": "*",
2683
                "phpunit/phpunit": "~4.0",
2684
                "squizlabs/php_codesniffer": "~2.0"
2685
            },
2686
            "type": "library",
2687
            "extra": {
2688
                "branch-alias": {
2689
                    "dev-master": "1.0.x-dev"
2690
                }
2691
            },
2692
            "autoload": {
2693
                "psr-4": {
2694
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2695
                }
2696
            },
2697
            "notification-url": "https://packagist.org/downloads/",
2698
            "license": [
2699
                "MIT"
2700
            ],
2701
            "authors": [
2702
                {
2703
                    "name": "Marco Pivetta",
2704
                    "email": "[email protected]",
2705
                    "homepage": "http://ocramius.github.com/"
2706
                }
2707
            ],
2708
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2709
            "homepage": "https://github.com/doctrine/instantiator",
2710
            "keywords": [
2711
                "constructor",
2712
                "instantiate"
2713
            ],
2714
            "time": "2015-06-14T21:17:01+00:00"
2715
        },
2716
        {
2717
            "name": "myclabs/deep-copy",
2718
            "version": "1.7.0",
2719
            "source": {
2720
                "type": "git",
2721
                "url": "https://github.com/myclabs/DeepCopy.git",
2722
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2723
            },
2724
            "dist": {
2725
                "type": "zip",
2726
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2727
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2728
                "shasum": ""
2729
            },
2730
            "require": {
2731
                "php": "^5.6 || ^7.0"
2732
            },
2733
            "require-dev": {
2734
                "doctrine/collections": "^1.0",
2735
                "doctrine/common": "^2.6",
2736
                "phpunit/phpunit": "^4.1"
2737
            },
2738
            "type": "library",
2739
            "autoload": {
2740
                "psr-4": {
2741
                    "DeepCopy\\": "src/DeepCopy/"
2742
                },
2743
                "files": [
2744
                    "src/DeepCopy/deep_copy.php"
2745
                ]
2746
            },
2747
            "notification-url": "https://packagist.org/downloads/",
2748
            "license": [
2749
                "MIT"
2750
            ],
2751
            "description": "Create deep copies (clones) of your objects",
2752
            "keywords": [
2753
                "clone",
2754
                "copy",
2755
                "duplicate",
2756
                "object",
2757
                "object graph"
2758
            ],
2759
            "time": "2017-10-19T19:58:43+00:00"
2760
        },
2761
        {
2762
            "name": "phpdocumentor/reflection-common",
2763
            "version": "1.0.1",
2764
            "source": {
2765
                "type": "git",
2766
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2767
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2768
            },
2769
            "dist": {
2770
                "type": "zip",
2771
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2772
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2773
                "shasum": ""
2774
            },
2775
            "require": {
2776
                "php": ">=5.5"
2777
            },
2778
            "require-dev": {
2779
                "phpunit/phpunit": "^4.6"
2780
            },
2781
            "type": "library",
2782
            "extra": {
2783
                "branch-alias": {
2784
                    "dev-master": "1.0.x-dev"
2785
                }
2786
            },
2787
            "autoload": {
2788
                "psr-4": {
2789
                    "phpDocumentor\\Reflection\\": [
2790
                        "src"
2791
                    ]
2792
                }
2793
            },
2794
            "notification-url": "https://packagist.org/downloads/",
2795
            "license": [
2796
                "MIT"
2797
            ],
2798
            "authors": [
2799
                {
2800
                    "name": "Jaap van Otterdijk",
2801
                    "email": "[email protected]"
2802
                }
2803
            ],
2804
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2805
            "homepage": "http://www.phpdoc.org",
2806
            "keywords": [
2807
                "FQSEN",
2808
                "phpDocumentor",
2809
                "phpdoc",
2810
                "reflection",
2811
                "static analysis"
2812
            ],
2813
            "time": "2017-09-11T18:02:19+00:00"
2814
        },
2815
        {
2816
            "name": "phpdocumentor/reflection-docblock",
2817
            "version": "3.1.1",
2818
            "source": {
2819
                "type": "git",
2820
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2821
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2822
            },
2823
            "dist": {
2824
                "type": "zip",
2825
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2826
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2827
                "shasum": ""
2828
            },
2829
            "require": {
2830
                "php": ">=5.5",
2831
                "phpdocumentor/reflection-common": "^1.0@dev",
2832
                "phpdocumentor/type-resolver": "^0.2.0",
2833
                "webmozart/assert": "^1.0"
2834
            },
2835
            "require-dev": {
2836
                "mockery/mockery": "^0.9.4",
2837
                "phpunit/phpunit": "^4.4"
2838
            },
2839
            "type": "library",
2840
            "autoload": {
2841
                "psr-4": {
2842
                    "phpDocumentor\\Reflection\\": [
2843
                        "src/"
2844
                    ]
2845
                }
2846
            },
2847
            "notification-url": "https://packagist.org/downloads/",
2848
            "license": [
2849
                "MIT"
2850
            ],
2851
            "authors": [
2852
                {
2853
                    "name": "Mike van Riel",
2854
                    "email": "[email protected]"
2855
                }
2856
            ],
2857
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2858
            "time": "2016-09-30T07:12:33+00:00"
2859
        },
2860
        {
2861
            "name": "phpdocumentor/type-resolver",
2862
            "version": "0.2.1",
2863
            "source": {
2864
                "type": "git",
2865
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2866
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
2867
            },
2868
            "dist": {
2869
                "type": "zip",
2870
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2871
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2872
                "shasum": ""
2873
            },
2874
            "require": {
2875
                "php": ">=5.5",
2876
                "phpdocumentor/reflection-common": "^1.0"
2877
            },
2878
            "require-dev": {
2879
                "mockery/mockery": "^0.9.4",
2880
                "phpunit/phpunit": "^5.2||^4.8.24"
2881
            },
2882
            "type": "library",
2883
            "extra": {
2884
                "branch-alias": {
2885
                    "dev-master": "1.0.x-dev"
2886
                }
2887
            },
2888
            "autoload": {
2889
                "psr-4": {
2890
                    "phpDocumentor\\Reflection\\": [
2891
                        "src/"
2892
                    ]
2893
                }
2894
            },
2895
            "notification-url": "https://packagist.org/downloads/",
2896
            "license": [
2897
                "MIT"
2898
            ],
2899
            "authors": [
2900
                {
2901
                    "name": "Mike van Riel",
2902
                    "email": "[email protected]"
2903
                }
2904
            ],
2905
            "time": "2016-11-25T06:54:22+00:00"
2906
        },
2907
        {
2908
            "name": "phpspec/prophecy",
2909
            "version": "1.7.6",
2910
            "source": {
2911
                "type": "git",
2912
                "url": "https://github.com/phpspec/prophecy.git",
2913
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2914
            },
2915
            "dist": {
2916
                "type": "zip",
2917
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2918
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2919
                "shasum": ""
2920
            },
2921
            "require": {
2922
                "doctrine/instantiator": "^1.0.2",
2923
                "php": "^5.3|^7.0",
2924
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2925
                "sebastian/comparator": "^1.1|^2.0|^3.0",
2926
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2927
            },
2928
            "require-dev": {
2929
                "phpspec/phpspec": "^2.5|^3.2",
2930
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2931
            },
2932
            "type": "library",
2933
            "extra": {
2934
                "branch-alias": {
2935
                    "dev-master": "1.7.x-dev"
2936
                }
2937
            },
2938
            "autoload": {
2939
                "psr-0": {
2940
                    "Prophecy\\": "src/"
2941
                }
2942
            },
2943
            "notification-url": "https://packagist.org/downloads/",
2944
            "license": [
2945
                "MIT"
2946
            ],
2947
            "authors": [
2948
                {
2949
                    "name": "Konstantin Kudryashov",
2950
                    "email": "[email protected]",
2951
                    "homepage": "http://everzet.com"
2952
                },
2953
                {
2954
                    "name": "Marcello Duarte",
2955
                    "email": "[email protected]"
2956
                }
2957
            ],
2958
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2959
            "homepage": "https://github.com/phpspec/prophecy",
2960
            "keywords": [
2961
                "Double",
2962
                "Dummy",
2963
                "fake",
2964
                "mock",
2965
                "spy",
2966
                "stub"
2967
            ],
2968
            "time": "2018-04-18T13:57:24+00:00"
2969
        },
2970
        {
2971
            "name": "phpunit/php-code-coverage",
2972
            "version": "4.0.8",
2973
            "source": {
2974
                "type": "git",
2975
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2976
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2977
            },
2978
            "dist": {
2979
                "type": "zip",
2980
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2981
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2982
                "shasum": ""
2983
            },
2984
            "require": {
2985
                "ext-dom": "*",
2986
                "ext-xmlwriter": "*",
2987
                "php": "^5.6 || ^7.0",
2988
                "phpunit/php-file-iterator": "^1.3",
2989
                "phpunit/php-text-template": "^1.2",
2990
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
2991
                "sebastian/code-unit-reverse-lookup": "^1.0",
2992
                "sebastian/environment": "^1.3.2 || ^2.0",
2993
                "sebastian/version": "^1.0 || ^2.0"
2994
            },
2995
            "require-dev": {
2996
                "ext-xdebug": "^2.1.4",
2997
                "phpunit/phpunit": "^5.7"
2998
            },
2999
            "suggest": {
3000
                "ext-xdebug": "^2.5.1"
3001
            },
3002
            "type": "library",
3003
            "extra": {
3004
                "branch-alias": {
3005
                    "dev-master": "4.0.x-dev"
3006
                }
3007
            },
3008
            "autoload": {
3009
                "classmap": [
3010
                    "src/"
3011
                ]
3012
            },
3013
            "notification-url": "https://packagist.org/downloads/",
3014
            "license": [
3015
                "BSD-3-Clause"
3016
            ],
3017
            "authors": [
3018
                {
3019
                    "name": "Sebastian Bergmann",
3020
                    "email": "[email protected]",
3021
                    "role": "lead"
3022
                }
3023
            ],
3024
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3025
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3026
            "keywords": [
3027
                "coverage",
3028
                "testing",
3029
                "xunit"
3030
            ],
3031
            "time": "2017-04-02T07:44:40+00:00"
3032
        },
3033
        {
3034
            "name": "phpunit/php-file-iterator",
3035
            "version": "1.4.5",
3036
            "source": {
3037
                "type": "git",
3038
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3039
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
3040
            },
3041
            "dist": {
3042
                "type": "zip",
3043
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
3044
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
3045
                "shasum": ""
3046
            },
3047
            "require": {
3048
                "php": ">=5.3.3"
3049
            },
3050
            "type": "library",
3051
            "extra": {
3052
                "branch-alias": {
3053
                    "dev-master": "1.4.x-dev"
3054
                }
3055
            },
3056
            "autoload": {
3057
                "classmap": [
3058
                    "src/"
3059
                ]
3060
            },
3061
            "notification-url": "https://packagist.org/downloads/",
3062
            "license": [
3063
                "BSD-3-Clause"
3064
            ],
3065
            "authors": [
3066
                {
3067
                    "name": "Sebastian Bergmann",
3068
                    "email": "[email protected]",
3069
                    "role": "lead"
3070
                }
3071
            ],
3072
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3073
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3074
            "keywords": [
3075
                "filesystem",
3076
                "iterator"
3077
            ],
3078
            "time": "2017-11-27T13:52:08+00:00"
3079
        },
3080
        {
3081
            "name": "phpunit/php-text-template",
3082
            "version": "1.2.1",
3083
            "source": {
3084
                "type": "git",
3085
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3086
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3087
            },
3088
            "dist": {
3089
                "type": "zip",
3090
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3091
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3092
                "shasum": ""
3093
            },
3094
            "require": {
3095
                "php": ">=5.3.3"
3096
            },
3097
            "type": "library",
3098
            "autoload": {
3099
                "classmap": [
3100
                    "src/"
3101
                ]
3102
            },
3103
            "notification-url": "https://packagist.org/downloads/",
3104
            "license": [
3105
                "BSD-3-Clause"
3106
            ],
3107
            "authors": [
3108
                {
3109
                    "name": "Sebastian Bergmann",
3110
                    "email": "[email protected]",
3111
                    "role": "lead"
3112
                }
3113
            ],
3114
            "description": "Simple template engine.",
3115
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3116
            "keywords": [
3117
                "template"
3118
            ],
3119
            "time": "2015-06-21T13:50:34+00:00"
3120
        },
3121
        {
3122
            "name": "phpunit/php-timer",
3123
            "version": "1.0.9",
3124
            "source": {
3125
                "type": "git",
3126
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3127
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3128
            },
3129
            "dist": {
3130
                "type": "zip",
3131
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3132
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3133
                "shasum": ""
3134
            },
3135
            "require": {
3136
                "php": "^5.3.3 || ^7.0"
3137
            },
3138
            "require-dev": {
3139
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3140
            },
3141
            "type": "library",
3142
            "extra": {
3143
                "branch-alias": {
3144
                    "dev-master": "1.0-dev"
3145
                }
3146
            },
3147
            "autoload": {
3148
                "classmap": [
3149
                    "src/"
3150
                ]
3151
            },
3152
            "notification-url": "https://packagist.org/downloads/",
3153
            "license": [
3154
                "BSD-3-Clause"
3155
            ],
3156
            "authors": [
3157
                {
3158
                    "name": "Sebastian Bergmann",
3159
                    "email": "[email protected]",
3160
                    "role": "lead"
3161
                }
3162
            ],
3163
            "description": "Utility class for timing",
3164
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3165
            "keywords": [
3166
                "timer"
3167
            ],
3168
            "time": "2017-02-26T11:10:40+00:00"
3169
        },
3170
        {
3171
            "name": "phpunit/php-token-stream",
3172
            "version": "2.0.2",
3173
            "source": {
3174
                "type": "git",
3175
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3176
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
3177
            },
3178
            "dist": {
3179
                "type": "zip",
3180
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
3181
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
3182
                "shasum": ""
3183
            },
3184
            "require": {
3185
                "ext-tokenizer": "*",
3186
                "php": "^7.0"
3187
            },
3188
            "require-dev": {
3189
                "phpunit/phpunit": "^6.2.4"
3190
            },
3191
            "type": "library",
3192
            "extra": {
3193
                "branch-alias": {
3194
                    "dev-master": "2.0-dev"
3195
                }
3196
            },
3197
            "autoload": {
3198
                "classmap": [
3199
                    "src/"
3200
                ]
3201
            },
3202
            "notification-url": "https://packagist.org/downloads/",
3203
            "license": [
3204
                "BSD-3-Clause"
3205
            ],
3206
            "authors": [
3207
                {
3208
                    "name": "Sebastian Bergmann",
3209
                    "email": "[email protected]"
3210
                }
3211
            ],
3212
            "description": "Wrapper around PHP's tokenizer extension.",
3213
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3214
            "keywords": [
3215
                "tokenizer"
3216
            ],
3217
            "time": "2017-11-27T05:48:46+00:00"
3218
        },
3219
        {
3220
            "name": "phpunit/phpunit",
3221
            "version": "5.7.27",
3222
            "source": {
3223
                "type": "git",
3224
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3225
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
3226
            },
3227
            "dist": {
3228
                "type": "zip",
3229
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
3230
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
3231
                "shasum": ""
3232
            },
3233
            "require": {
3234
                "ext-dom": "*",
3235
                "ext-json": "*",
3236
                "ext-libxml": "*",
3237
                "ext-mbstring": "*",
3238
                "ext-xml": "*",
3239
                "myclabs/deep-copy": "~1.3",
3240
                "php": "^5.6 || ^7.0",
3241
                "phpspec/prophecy": "^1.6.2",
3242
                "phpunit/php-code-coverage": "^4.0.4",
3243
                "phpunit/php-file-iterator": "~1.4",
3244
                "phpunit/php-text-template": "~1.2",
3245
                "phpunit/php-timer": "^1.0.6",
3246
                "phpunit/phpunit-mock-objects": "^3.2",
3247
                "sebastian/comparator": "^1.2.4",
3248
                "sebastian/diff": "^1.4.3",
3249
                "sebastian/environment": "^1.3.4 || ^2.0",
3250
                "sebastian/exporter": "~2.0",
3251
                "sebastian/global-state": "^1.1",
3252
                "sebastian/object-enumerator": "~2.0",
3253
                "sebastian/resource-operations": "~1.0",
3254
                "sebastian/version": "^1.0.6|^2.0.1",
3255
                "symfony/yaml": "~2.1|~3.0|~4.0"
3256
            },
3257
            "conflict": {
3258
                "phpdocumentor/reflection-docblock": "3.0.2"
3259
            },
3260
            "require-dev": {
3261
                "ext-pdo": "*"
3262
            },
3263
            "suggest": {
3264
                "ext-xdebug": "*",
3265
                "phpunit/php-invoker": "~1.1"
3266
            },
3267
            "bin": [
3268
                "phpunit"
3269
            ],
3270
            "type": "library",
3271
            "extra": {
3272
                "branch-alias": {
3273
                    "dev-master": "5.7.x-dev"
3274
                }
3275
            },
3276
            "autoload": {
3277
                "classmap": [
3278
                    "src/"
3279
                ]
3280
            },
3281
            "notification-url": "https://packagist.org/downloads/",
3282
            "license": [
3283
                "BSD-3-Clause"
3284
            ],
3285
            "authors": [
3286
                {
3287
                    "name": "Sebastian Bergmann",
3288
                    "email": "[email protected]",
3289
                    "role": "lead"
3290
                }
3291
            ],
3292
            "description": "The PHP Unit Testing framework.",
3293
            "homepage": "https://phpunit.de/",
3294
            "keywords": [
3295
                "phpunit",
3296
                "testing",
3297
                "xunit"
3298
            ],
3299
            "time": "2018-02-01T05:50:59+00:00"
3300
        },
3301
        {
3302
            "name": "phpunit/phpunit-mock-objects",
3303
            "version": "3.4.4",
3304
            "source": {
3305
                "type": "git",
3306
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3307
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
3308
            },
3309
            "dist": {
3310
                "type": "zip",
3311
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
3312
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
3313
                "shasum": ""
3314
            },
3315
            "require": {
3316
                "doctrine/instantiator": "^1.0.2",
3317
                "php": "^5.6 || ^7.0",
3318
                "phpunit/php-text-template": "^1.2",
3319
                "sebastian/exporter": "^1.2 || ^2.0"
3320
            },
3321
            "conflict": {
3322
                "phpunit/phpunit": "<5.4.0"
3323
            },
3324
            "require-dev": {
3325
                "phpunit/phpunit": "^5.4"
3326
            },
3327
            "suggest": {
3328
                "ext-soap": "*"
3329
            },
3330
            "type": "library",
3331
            "extra": {
3332
                "branch-alias": {
3333
                    "dev-master": "3.2.x-dev"
3334
                }
3335
            },
3336
            "autoload": {
3337
                "classmap": [
3338
                    "src/"
3339
                ]
3340
            },
3341
            "notification-url": "https://packagist.org/downloads/",
3342
            "license": [
3343
                "BSD-3-Clause"
3344
            ],
3345
            "authors": [
3346
                {
3347
                    "name": "Sebastian Bergmann",
3348
                    "email": "[email protected]",
3349
                    "role": "lead"
3350
                }
3351
            ],
3352
            "description": "Mock Object library for PHPUnit",
3353
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3354
            "keywords": [
3355
                "mock",
3356
                "xunit"
3357
            ],
3358
            "time": "2017-06-30T09:13:00+00:00"
3359
        },
3360
        {
3361
            "name": "sebastian/code-unit-reverse-lookup",
3362
            "version": "1.0.1",
3363
            "source": {
3364
                "type": "git",
3365
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3366
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3367
            },
3368
            "dist": {
3369
                "type": "zip",
3370
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3371
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3372
                "shasum": ""
3373
            },
3374
            "require": {
3375
                "php": "^5.6 || ^7.0"
3376
            },
3377
            "require-dev": {
3378
                "phpunit/phpunit": "^5.7 || ^6.0"
3379
            },
3380
            "type": "library",
3381
            "extra": {
3382
                "branch-alias": {
3383
                    "dev-master": "1.0.x-dev"
3384
                }
3385
            },
3386
            "autoload": {
3387
                "classmap": [
3388
                    "src/"
3389
                ]
3390
            },
3391
            "notification-url": "https://packagist.org/downloads/",
3392
            "license": [
3393
                "BSD-3-Clause"
3394
            ],
3395
            "authors": [
3396
                {
3397
                    "name": "Sebastian Bergmann",
3398
                    "email": "[email protected]"
3399
                }
3400
            ],
3401
            "description": "Looks up which function or method a line of code belongs to",
3402
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3403
            "time": "2017-03-04T06:30:41+00:00"
3404
        },
3405
        {
3406
            "name": "sebastian/comparator",
3407
            "version": "1.2.4",
3408
            "source": {
3409
                "type": "git",
3410
                "url": "https://github.com/sebastianbergmann/comparator.git",
3411
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3412
            },
3413
            "dist": {
3414
                "type": "zip",
3415
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3416
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3417
                "shasum": ""
3418
            },
3419
            "require": {
3420
                "php": ">=5.3.3",
3421
                "sebastian/diff": "~1.2",
3422
                "sebastian/exporter": "~1.2 || ~2.0"
3423
            },
3424
            "require-dev": {
3425
                "phpunit/phpunit": "~4.4"
3426
            },
3427
            "type": "library",
3428
            "extra": {
3429
                "branch-alias": {
3430
                    "dev-master": "1.2.x-dev"
3431
                }
3432
            },
3433
            "autoload": {
3434
                "classmap": [
3435
                    "src/"
3436
                ]
3437
            },
3438
            "notification-url": "https://packagist.org/downloads/",
3439
            "license": [
3440
                "BSD-3-Clause"
3441
            ],
3442
            "authors": [
3443
                {
3444
                    "name": "Jeff Welch",
3445
                    "email": "[email protected]"
3446
                },
3447
                {
3448
                    "name": "Volker Dusch",
3449
                    "email": "[email protected]"
3450
                },
3451
                {
3452
                    "name": "Bernhard Schussek",
3453
                    "email": "[email protected]"
3454
                },
3455
                {
3456
                    "name": "Sebastian Bergmann",
3457
                    "email": "[email protected]"
3458
                }
3459
            ],
3460
            "description": "Provides the functionality to compare PHP values for equality",
3461
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3462
            "keywords": [
3463
                "comparator",
3464
                "compare",
3465
                "equality"
3466
            ],
3467
            "time": "2017-01-29T09:50:25+00:00"
3468
        },
3469
        {
3470
            "name": "sebastian/diff",
3471
            "version": "1.4.3",
3472
            "source": {
3473
                "type": "git",
3474
                "url": "https://github.com/sebastianbergmann/diff.git",
3475
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3476
            },
3477
            "dist": {
3478
                "type": "zip",
3479
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3480
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3481
                "shasum": ""
3482
            },
3483
            "require": {
3484
                "php": "^5.3.3 || ^7.0"
3485
            },
3486
            "require-dev": {
3487
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3488
            },
3489
            "type": "library",
3490
            "extra": {
3491
                "branch-alias": {
3492
                    "dev-master": "1.4-dev"
3493
                }
3494
            },
3495
            "autoload": {
3496
                "classmap": [
3497
                    "src/"
3498
                ]
3499
            },
3500
            "notification-url": "https://packagist.org/downloads/",
3501
            "license": [
3502
                "BSD-3-Clause"
3503
            ],
3504
            "authors": [
3505
                {
3506
                    "name": "Kore Nordmann",
3507
                    "email": "[email protected]"
3508
                },
3509
                {
3510
                    "name": "Sebastian Bergmann",
3511
                    "email": "[email protected]"
3512
                }
3513
            ],
3514
            "description": "Diff implementation",
3515
            "homepage": "https://github.com/sebastianbergmann/diff",
3516
            "keywords": [
3517
                "diff"
3518
            ],
3519
            "time": "2017-05-22T07:24:03+00:00"
3520
        },
3521
        {
3522
            "name": "sebastian/environment",
3523
            "version": "2.0.0",
3524
            "source": {
3525
                "type": "git",
3526
                "url": "https://github.com/sebastianbergmann/environment.git",
3527
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3528
            },
3529
            "dist": {
3530
                "type": "zip",
3531
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3532
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3533
                "shasum": ""
3534
            },
3535
            "require": {
3536
                "php": "^5.6 || ^7.0"
3537
            },
3538
            "require-dev": {
3539
                "phpunit/phpunit": "^5.0"
3540
            },
3541
            "type": "library",
3542
            "extra": {
3543
                "branch-alias": {
3544
                    "dev-master": "2.0.x-dev"
3545
                }
3546
            },
3547
            "autoload": {
3548
                "classmap": [
3549
                    "src/"
3550
                ]
3551
            },
3552
            "notification-url": "https://packagist.org/downloads/",
3553
            "license": [
3554
                "BSD-3-Clause"
3555
            ],
3556
            "authors": [
3557
                {
3558
                    "name": "Sebastian Bergmann",
3559
                    "email": "[email protected]"
3560
                }
3561
            ],
3562
            "description": "Provides functionality to handle HHVM/PHP environments",
3563
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3564
            "keywords": [
3565
                "Xdebug",
3566
                "environment",
3567
                "hhvm"
3568
            ],
3569
            "time": "2016-11-26T07:53:53+00:00"
3570
        },
3571
        {
3572
            "name": "sebastian/exporter",
3573
            "version": "2.0.0",
3574
            "source": {
3575
                "type": "git",
3576
                "url": "https://github.com/sebastianbergmann/exporter.git",
3577
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3578
            },
3579
            "dist": {
3580
                "type": "zip",
3581
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3582
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3583
                "shasum": ""
3584
            },
3585
            "require": {
3586
                "php": ">=5.3.3",
3587
                "sebastian/recursion-context": "~2.0"
3588
            },
3589
            "require-dev": {
3590
                "ext-mbstring": "*",
3591
                "phpunit/phpunit": "~4.4"
3592
            },
3593
            "type": "library",
3594
            "extra": {
3595
                "branch-alias": {
3596
                    "dev-master": "2.0.x-dev"
3597
                }
3598
            },
3599
            "autoload": {
3600
                "classmap": [
3601
                    "src/"
3602
                ]
3603
            },
3604
            "notification-url": "https://packagist.org/downloads/",
3605
            "license": [
3606
                "BSD-3-Clause"
3607
            ],
3608
            "authors": [
3609
                {
3610
                    "name": "Jeff Welch",
3611
                    "email": "[email protected]"
3612
                },
3613
                {
3614
                    "name": "Volker Dusch",
3615
                    "email": "[email protected]"
3616
                },
3617
                {
3618
                    "name": "Bernhard Schussek",
3619
                    "email": "[email protected]"
3620
                },
3621
                {
3622
                    "name": "Sebastian Bergmann",
3623
                    "email": "[email protected]"
3624
                },
3625
                {
3626
                    "name": "Adam Harvey",
3627
                    "email": "[email protected]"
3628
                }
3629
            ],
3630
            "description": "Provides the functionality to export PHP variables for visualization",
3631
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3632
            "keywords": [
3633
                "export",
3634
                "exporter"
3635
            ],
3636
            "time": "2016-11-19T08:54:04+00:00"
3637
        },
3638
        {
3639
            "name": "sebastian/global-state",
3640
            "version": "1.1.1",
3641
            "source": {
3642
                "type": "git",
3643
                "url": "https://github.com/sebastianbergmann/global-state.git",
3644
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3645
            },
3646
            "dist": {
3647
                "type": "zip",
3648
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3649
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3650
                "shasum": ""
3651
            },
3652
            "require": {
3653
                "php": ">=5.3.3"
3654
            },
3655
            "require-dev": {
3656
                "phpunit/phpunit": "~4.2"
3657
            },
3658
            "suggest": {
3659
                "ext-uopz": "*"
3660
            },
3661
            "type": "library",
3662
            "extra": {
3663
                "branch-alias": {
3664
                    "dev-master": "1.0-dev"
3665
                }
3666
            },
3667
            "autoload": {
3668
                "classmap": [
3669
                    "src/"
3670
                ]
3671
            },
3672
            "notification-url": "https://packagist.org/downloads/",
3673
            "license": [
3674
                "BSD-3-Clause"
3675
            ],
3676
            "authors": [
3677
                {
3678
                    "name": "Sebastian Bergmann",
3679
                    "email": "[email protected]"
3680
                }
3681
            ],
3682
            "description": "Snapshotting of global state",
3683
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3684
            "keywords": [
3685
                "global state"
3686
            ],
3687
            "time": "2015-10-12T03:26:01+00:00"
3688
        },
3689
        {
3690
            "name": "sebastian/object-enumerator",
3691
            "version": "2.0.1",
3692
            "source": {
3693
                "type": "git",
3694
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3695
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3696
            },
3697
            "dist": {
3698
                "type": "zip",
3699
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3700
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3701
                "shasum": ""
3702
            },
3703
            "require": {
3704
                "php": ">=5.6",
3705
                "sebastian/recursion-context": "~2.0"
3706
            },
3707
            "require-dev": {
3708
                "phpunit/phpunit": "~5"
3709
            },
3710
            "type": "library",
3711
            "extra": {
3712
                "branch-alias": {
3713
                    "dev-master": "2.0.x-dev"
3714
                }
3715
            },
3716
            "autoload": {
3717
                "classmap": [
3718
                    "src/"
3719
                ]
3720
            },
3721
            "notification-url": "https://packagist.org/downloads/",
3722
            "license": [
3723
                "BSD-3-Clause"
3724
            ],
3725
            "authors": [
3726
                {
3727
                    "name": "Sebastian Bergmann",
3728
                    "email": "[email protected]"
3729
                }
3730
            ],
3731
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3732
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3733
            "time": "2017-02-18T15:18:39+00:00"
3734
        },
3735
        {
3736
            "name": "sebastian/recursion-context",
3737
            "version": "2.0.0",
3738
            "source": {
3739
                "type": "git",
3740
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3741
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3742
            },
3743
            "dist": {
3744
                "type": "zip",
3745
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3746
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3747
                "shasum": ""
3748
            },
3749
            "require": {
3750
                "php": ">=5.3.3"
3751
            },
3752
            "require-dev": {
3753
                "phpunit/phpunit": "~4.4"
3754
            },
3755
            "type": "library",
3756
            "extra": {
3757
                "branch-alias": {
3758
                    "dev-master": "2.0.x-dev"
3759
                }
3760
            },
3761
            "autoload": {
3762
                "classmap": [
3763
                    "src/"
3764
                ]
3765
            },
3766
            "notification-url": "https://packagist.org/downloads/",
3767
            "license": [
3768
                "BSD-3-Clause"
3769
            ],
3770
            "authors": [
3771
                {
3772
                    "name": "Jeff Welch",
3773
                    "email": "[email protected]"
3774
                },
3775
                {
3776
                    "name": "Sebastian Bergmann",
3777
                    "email": "[email protected]"
3778
                },
3779
                {
3780
                    "name": "Adam Harvey",
3781
                    "email": "[email protected]"
3782
                }
3783
            ],
3784
            "description": "Provides functionality to recursively process PHP variables",
3785
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3786
            "time": "2016-11-19T07:33:16+00:00"
3787
        },
3788
        {
3789
            "name": "sebastian/resource-operations",
3790
            "version": "1.0.0",
3791
            "source": {
3792
                "type": "git",
3793
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3794
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3795
            },
3796
            "dist": {
3797
                "type": "zip",
3798
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3799
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3800
                "shasum": ""
3801
            },
3802
            "require": {
3803
                "php": ">=5.6.0"
3804
            },
3805
            "type": "library",
3806
            "extra": {
3807
                "branch-alias": {
3808
                    "dev-master": "1.0.x-dev"
3809
                }
3810
            },
3811
            "autoload": {
3812
                "classmap": [
3813
                    "src/"
3814
                ]
3815
            },
3816
            "notification-url": "https://packagist.org/downloads/",
3817
            "license": [
3818
                "BSD-3-Clause"
3819
            ],
3820
            "authors": [
3821
                {
3822
                    "name": "Sebastian Bergmann",
3823
                    "email": "[email protected]"
3824
                }
3825
            ],
3826
            "description": "Provides a list of PHP built-in functions that operate on resources",
3827
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3828
            "time": "2015-07-28T20:34:47+00:00"
3829
        },
3830
        {
3831
            "name": "sebastian/version",
3832
            "version": "2.0.1",
3833
            "source": {
3834
                "type": "git",
3835
                "url": "https://github.com/sebastianbergmann/version.git",
3836
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3837
            },
3838
            "dist": {
3839
                "type": "zip",
3840
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3841
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3842
                "shasum": ""
3843
            },
3844
            "require": {
3845
                "php": ">=5.6"
3846
            },
3847
            "type": "library",
3848
            "extra": {
3849
                "branch-alias": {
3850
                    "dev-master": "2.0.x-dev"
3851
                }
3852
            },
3853
            "autoload": {
3854
                "classmap": [
3855
                    "src/"
3856
                ]
3857
            },
3858
            "notification-url": "https://packagist.org/downloads/",
3859
            "license": [
3860
                "BSD-3-Clause"
3861
            ],
3862
            "authors": [
3863
                {
3864
                    "name": "Sebastian Bergmann",
3865
                    "email": "[email protected]",
3866
                    "role": "lead"
3867
                }
3868
            ],
3869
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3870
            "homepage": "https://github.com/sebastianbergmann/version",
3871
            "time": "2016-10-03T07:35:21+00:00"
3872
        },
3873
        {
3874
            "name": "sensio/generator-bundle",
3875
            "version": "v3.1.7",
3876
            "source": {
3877
                "type": "git",
3878
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
3879
                "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
3880
            },
3881
            "dist": {
3882
                "type": "zip",
3883
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
3884
                "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
3885
                "shasum": ""
3886
            },
3887
            "require": {
3888
                "symfony/console": "~2.7|~3.0",
3889
                "symfony/framework-bundle": "~2.7|~3.0",
3890
                "symfony/process": "~2.7|~3.0",
3891
                "symfony/yaml": "~2.7|~3.0",
3892
                "twig/twig": "^1.28.2|^2.0"
3893
            },
3894
            "require-dev": {
3895
                "doctrine/orm": "~2.4",
3896
                "symfony/doctrine-bridge": "~2.7|~3.0",
3897
                "symfony/filesystem": "~2.7|~3.0",
3898
                "symfony/phpunit-bridge": "^3.3"
3899
            },
3900
            "type": "symfony-bundle",
3901
            "extra": {
3902
                "branch-alias": {
3903
                    "dev-master": "3.1.x-dev"
3904
                }
3905
            },
3906
            "autoload": {
3907
                "psr-4": {
3908
                    "Sensio\\Bundle\\GeneratorBundle\\": ""
3909
                },
3910
                "exclude-from-classmap": [
3911
                    "/Tests/"
3912
                ]
3913
            },
3914
            "notification-url": "https://packagist.org/downloads/",
3915
            "license": [
3916
                "MIT"
3917
            ],
3918
            "authors": [
3919
                {
3920
                    "name": "Fabien Potencier",
3921
                    "email": "[email protected]"
3922
                }
3923
            ],
3924
            "description": "This bundle generates code for you",
3925
            "time": "2017-12-07T15:36:41+00:00"
3926
        },
3927
        {
3928
            "name": "symfony/phpunit-bridge",
3929
            "version": "v4.0.9",
3930
            "source": {
3931
                "type": "git",
3932
                "url": "https://github.com/symfony/phpunit-bridge.git",
3933
                "reference": "03971d50f60e019d1640e137633bc596db2573f4"
3934
            },
3935
            "dist": {
3936
                "type": "zip",
3937
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/03971d50f60e019d1640e137633bc596db2573f4",
3938
                "reference": "03971d50f60e019d1640e137633bc596db2573f4",
3939
                "shasum": ""
3940
            },
3941
            "require": {
3942
                "php": ">=5.3.3"
3943
            },
3944
            "conflict": {
3945
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3946
            },
3947
            "suggest": {
3948
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
3949
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
3950
            },
3951
            "bin": [
3952
                "bin/simple-phpunit"
3953
            ],
3954
            "type": "symfony-bridge",
3955
            "extra": {
3956
                "branch-alias": {
3957
                    "dev-master": "4.0-dev"
3958
                },
3959
                "thanks": {
3960
                    "name": "phpunit/phpunit",
3961
                    "url": "https://github.com/sebastianbergmann/phpunit"
3962
                }
3963
            },
3964
            "autoload": {
3965
                "files": [
3966
                    "bootstrap.php"
3967
                ],
3968
                "psr-4": {
3969
                    "Symfony\\Bridge\\PhpUnit\\": ""
3970
                },
3971
                "exclude-from-classmap": [
3972
                    "/Tests/"
3973
                ]
3974
            },
3975
            "notification-url": "https://packagist.org/downloads/",
3976
            "license": [
3977
                "MIT"
3978
            ],
3979
            "authors": [
3980
                {
3981
                    "name": "Nicolas Grekas",
3982
                    "email": "[email protected]"
3983
                },
3984
                {
3985
                    "name": "Symfony Community",
3986
                    "homepage": "https://symfony.com/contributors"
3987
                }
3988
            ],
3989
            "description": "Symfony PHPUnit Bridge",
3990
            "homepage": "https://symfony.com",
3991
            "time": "2018-04-30T15:37:01+00:00"
3992
        },
3993
        {
3994
            "name": "webmozart/assert",
3995
            "version": "1.3.0",
3996
            "source": {
3997
                "type": "git",
3998
                "url": "https://github.com/webmozart/assert.git",
3999
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4000
            },
4001
            "dist": {
4002
                "type": "zip",
4003
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4004
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4005
                "shasum": ""
4006
            },
4007
            "require": {
4008
                "php": "^5.3.3 || ^7.0"
4009
            },
4010
            "require-dev": {
4011
                "phpunit/phpunit": "^4.6",
4012
                "sebastian/version": "^1.0.1"
4013
            },
4014
            "type": "library",
4015
            "extra": {
4016
                "branch-alias": {
4017
                    "dev-master": "1.3-dev"
4018
                }
4019
            },
4020
            "autoload": {
4021
                "psr-4": {
4022
                    "Webmozart\\Assert\\": "src/"
4023
                }
4024
            },
4025
            "notification-url": "https://packagist.org/downloads/",
4026
            "license": [
4027
                "MIT"
4028
            ],
4029
            "authors": [
4030
                {
4031
                    "name": "Bernhard Schussek",
4032
                    "email": "[email protected]"
4033
                }
4034
            ],
4035
            "description": "Assertions to validate method input/output with nice error messages.",
4036
            "keywords": [
4037
                "assert",
4038
                "check",
4039
                "validate"
4040
            ],
4041
            "time": "2018-01-29T19:49:41+00:00"
4042
        }
4043
    ],
4044
    "aliases": [],
4045
    "minimum-stability": "stable",
4046
    "stability-flags": {
4047
        "propel/propel": 15,
4048
        "propel/propel-bundle": 15,
4049
        "steeffeen/fancymanialinks": 20
4050
    },
4051
    "prefer-stable": false,
4052
    "prefer-lowest": false,
4053
    "platform": {
4054
        "php": ">=7.0"
4055
    },
4056
    "platform-dev": [],
4057
    "platform-overrides": {
4058
        "php": "7.0"
4059
    }
4060
}
4061