Completed
Pull Request — master (#151)
by De Cramer
03:02
created

composer.lock (1 issue)

Severity

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": "8aa8d56f816e204f80778a976a364236",
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.0.9",
58
            "source": {
59
                "type": "git",
60
                "url": "https://github.com/composer/ca-bundle.git",
61
                "reference": "36344aeffdc37711335563e6108cda86566432a6"
62
            },
63
            "dist": {
64
                "type": "zip",
65
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/36344aeffdc37711335563e6108cda86566432a6",
66
                "reference": "36344aeffdc37711335563e6108cda86566432a6",
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.5",
76
                "psr/log": "^1.0",
77
                "symfony/process": "^2.5 || ^3.0"
78
            },
79
            "suggest": {
80
                "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
81
            },
82
            "type": "library",
83
            "extra": {
84
                "branch-alias": {
85
                    "dev-master": "1.x-dev"
86
                }
87
            },
88
            "autoload": {
89
                "psr-4": {
90
                    "Composer\\CaBundle\\": "src"
91
                }
92
            },
93
            "notification-url": "https://packagist.org/downloads/",
94
            "license": [
95
                "MIT"
96
            ],
97
            "authors": [
98
                {
99
                    "name": "Jordi Boggiano",
100
                    "email": "[email protected]",
101
                    "homepage": "http://seld.be"
102
                }
103
            ],
104
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
105
            "keywords": [
106
                "cabundle",
107
                "cacert",
108
                "certificate",
109
                "ssl",
110
                "tls"
111
            ],
112
            "time": "2017-11-13T15:51:25+00:00"
113
        },
114
        {
115
            "name": "doctrine/annotations",
116
            "version": "v1.4.0",
117
            "source": {
118
                "type": "git",
119
                "url": "https://github.com/doctrine/annotations.git",
120
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
121
            },
122
            "dist": {
123
                "type": "zip",
124
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
125
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
126
                "shasum": ""
127
            },
128
            "require": {
129
                "doctrine/lexer": "1.*",
130
                "php": "^5.6 || ^7.0"
131
            },
132
            "require-dev": {
133
                "doctrine/cache": "1.*",
134
                "phpunit/phpunit": "^5.7"
135
            },
136
            "type": "library",
137
            "extra": {
138
                "branch-alias": {
139
                    "dev-master": "1.4.x-dev"
140
                }
141
            },
142
            "autoload": {
143
                "psr-4": {
144
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
145
                }
146
            },
147
            "notification-url": "https://packagist.org/downloads/",
148
            "license": [
149
                "MIT"
150
            ],
151
            "authors": [
152
                {
153
                    "name": "Roman Borschel",
154
                    "email": "[email protected]"
155
                },
156
                {
157
                    "name": "Benjamin Eberlei",
158
                    "email": "[email protected]"
159
                },
160
                {
161
                    "name": "Guilherme Blanco",
162
                    "email": "[email protected]"
163
                },
164
                {
165
                    "name": "Jonathan Wage",
166
                    "email": "[email protected]"
167
                },
168
                {
169
                    "name": "Johannes Schmitt",
170
                    "email": "[email protected]"
171
                }
172
            ],
173
            "description": "Docblock Annotations Parser",
174
            "homepage": "http://www.doctrine-project.org",
175
            "keywords": [
176
                "annotations",
177
                "docblock",
178
                "parser"
179
            ],
180
            "time": "2017-02-24T16:22:25+00:00"
181
        },
182
        {
183
            "name": "doctrine/cache",
184
            "version": "v1.6.2",
185
            "source": {
186
                "type": "git",
187
                "url": "https://github.com/doctrine/cache.git",
188
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
189
            },
190
            "dist": {
191
                "type": "zip",
192
                "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
193
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
194
                "shasum": ""
195
            },
196
            "require": {
197
                "php": "~5.5|~7.0"
198
            },
199
            "conflict": {
200
                "doctrine/common": ">2.2,<2.4"
201
            },
202
            "require-dev": {
203
                "phpunit/phpunit": "~4.8|~5.0",
204
                "predis/predis": "~1.0",
205
                "satooshi/php-coveralls": "~0.6"
206
            },
207
            "type": "library",
208
            "extra": {
209
                "branch-alias": {
210
                    "dev-master": "1.6.x-dev"
211
                }
212
            },
213
            "autoload": {
214
                "psr-4": {
215
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
216
                }
217
            },
218
            "notification-url": "https://packagist.org/downloads/",
219
            "license": [
220
                "MIT"
221
            ],
222
            "authors": [
223
                {
224
                    "name": "Roman Borschel",
225
                    "email": "[email protected]"
226
                },
227
                {
228
                    "name": "Benjamin Eberlei",
229
                    "email": "[email protected]"
230
                },
231
                {
232
                    "name": "Guilherme Blanco",
233
                    "email": "[email protected]"
234
                },
235
                {
236
                    "name": "Jonathan Wage",
237
                    "email": "[email protected]"
238
                },
239
                {
240
                    "name": "Johannes Schmitt",
241
                    "email": "[email protected]"
242
                }
243
            ],
244
            "description": "Caching library offering an object-oriented API for many cache backends",
245
            "homepage": "http://www.doctrine-project.org",
246
            "keywords": [
247
                "cache",
248
                "caching"
249
            ],
250
            "time": "2017-07-22T12:49:21+00:00"
251
        },
252
        {
253
            "name": "doctrine/collections",
254
            "version": "v1.4.0",
255
            "source": {
256
                "type": "git",
257
                "url": "https://github.com/doctrine/collections.git",
258
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
259
            },
260
            "dist": {
261
                "type": "zip",
262
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
263
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
264
                "shasum": ""
265
            },
266
            "require": {
267
                "php": "^5.6 || ^7.0"
268
            },
269
            "require-dev": {
270
                "doctrine/coding-standard": "~0.1@dev",
271
                "phpunit/phpunit": "^5.7"
272
            },
273
            "type": "library",
274
            "extra": {
275
                "branch-alias": {
276
                    "dev-master": "1.3.x-dev"
277
                }
278
            },
279
            "autoload": {
280
                "psr-0": {
281
                    "Doctrine\\Common\\Collections\\": "lib/"
282
                }
283
            },
284
            "notification-url": "https://packagist.org/downloads/",
285
            "license": [
286
                "MIT"
287
            ],
288
            "authors": [
289
                {
290
                    "name": "Roman Borschel",
291
                    "email": "[email protected]"
292
                },
293
                {
294
                    "name": "Benjamin Eberlei",
295
                    "email": "[email protected]"
296
                },
297
                {
298
                    "name": "Guilherme Blanco",
299
                    "email": "[email protected]"
300
                },
301
                {
302
                    "name": "Jonathan Wage",
303
                    "email": "[email protected]"
304
                },
305
                {
306
                    "name": "Johannes Schmitt",
307
                    "email": "[email protected]"
308
                }
309
            ],
310
            "description": "Collections Abstraction library",
311
            "homepage": "http://www.doctrine-project.org",
312
            "keywords": [
313
                "array",
314
                "collections",
315
                "iterator"
316
            ],
317
            "time": "2017-01-03T10:49:41+00:00"
318
        },
319
        {
320
            "name": "doctrine/common",
321
            "version": "v2.7.3",
322
            "source": {
323
                "type": "git",
324
                "url": "https://github.com/doctrine/common.git",
325
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
326
            },
327
            "dist": {
328
                "type": "zip",
329
                "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
330
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
331
                "shasum": ""
332
            },
333
            "require": {
334
                "doctrine/annotations": "1.*",
335
                "doctrine/cache": "1.*",
336
                "doctrine/collections": "1.*",
337
                "doctrine/inflector": "1.*",
338
                "doctrine/lexer": "1.*",
339
                "php": "~5.6|~7.0"
340
            },
341
            "require-dev": {
342
                "phpunit/phpunit": "^5.4.6"
343
            },
344
            "type": "library",
345
            "extra": {
346
                "branch-alias": {
347
                    "dev-master": "2.7.x-dev"
348
                }
349
            },
350
            "autoload": {
351
                "psr-4": {
352
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
353
                }
354
            },
355
            "notification-url": "https://packagist.org/downloads/",
356
            "license": [
357
                "MIT"
358
            ],
359
            "authors": [
360
                {
361
                    "name": "Roman Borschel",
362
                    "email": "[email protected]"
363
                },
364
                {
365
                    "name": "Benjamin Eberlei",
366
                    "email": "[email protected]"
367
                },
368
                {
369
                    "name": "Guilherme Blanco",
370
                    "email": "[email protected]"
371
                },
372
                {
373
                    "name": "Jonathan Wage",
374
                    "email": "[email protected]"
375
                },
376
                {
377
                    "name": "Johannes Schmitt",
378
                    "email": "[email protected]"
379
                }
380
            ],
381
            "description": "Common Library for Doctrine projects",
382
            "homepage": "http://www.doctrine-project.org",
383
            "keywords": [
384
                "annotations",
385
                "collections",
386
                "eventmanager",
387
                "persistence",
388
                "spl"
389
            ],
390
            "time": "2017-07-22T08:35:12+00:00"
391
        },
392
        {
393
            "name": "doctrine/inflector",
394
            "version": "v1.2.0",
395
            "source": {
396
                "type": "git",
397
                "url": "https://github.com/doctrine/inflector.git",
398
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
399
            },
400
            "dist": {
401
                "type": "zip",
402
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
403
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
404
                "shasum": ""
405
            },
406
            "require": {
407
                "php": "^7.0"
408
            },
409
            "require-dev": {
410
                "phpunit/phpunit": "^6.2"
411
            },
412
            "type": "library",
413
            "extra": {
414
                "branch-alias": {
415
                    "dev-master": "1.2.x-dev"
416
                }
417
            },
418
            "autoload": {
419
                "psr-4": {
420
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
421
                }
422
            },
423
            "notification-url": "https://packagist.org/downloads/",
424
            "license": [
425
                "MIT"
426
            ],
427
            "authors": [
428
                {
429
                    "name": "Roman Borschel",
430
                    "email": "[email protected]"
431
                },
432
                {
433
                    "name": "Benjamin Eberlei",
434
                    "email": "[email protected]"
435
                },
436
                {
437
                    "name": "Guilherme Blanco",
438
                    "email": "[email protected]"
439
                },
440
                {
441
                    "name": "Jonathan Wage",
442
                    "email": "[email protected]"
443
                },
444
                {
445
                    "name": "Johannes Schmitt",
446
                    "email": "[email protected]"
447
                }
448
            ],
449
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
450
            "homepage": "http://www.doctrine-project.org",
451
            "keywords": [
452
                "inflection",
453
                "pluralize",
454
                "singularize",
455
                "string"
456
            ],
457
            "time": "2017-07-22T12:18:28+00:00"
458
        },
459
        {
460
            "name": "doctrine/lexer",
461
            "version": "v1.0.1",
462
            "source": {
463
                "type": "git",
464
                "url": "https://github.com/doctrine/lexer.git",
465
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
466
            },
467
            "dist": {
468
                "type": "zip",
469
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
470
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
471
                "shasum": ""
472
            },
473
            "require": {
474
                "php": ">=5.3.2"
475
            },
476
            "type": "library",
477
            "extra": {
478
                "branch-alias": {
479
                    "dev-master": "1.0.x-dev"
480
                }
481
            },
482
            "autoload": {
483
                "psr-0": {
484
                    "Doctrine\\Common\\Lexer\\": "lib/"
485
                }
486
            },
487
            "notification-url": "https://packagist.org/downloads/",
488
            "license": [
489
                "MIT"
490
            ],
491
            "authors": [
492
                {
493
                    "name": "Roman Borschel",
494
                    "email": "[email protected]"
495
                },
496
                {
497
                    "name": "Guilherme Blanco",
498
                    "email": "[email protected]"
499
                },
500
                {
501
                    "name": "Johannes Schmitt",
502
                    "email": "[email protected]"
503
                }
504
            ],
505
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
506
            "homepage": "http://www.doctrine-project.org",
507
            "keywords": [
508
                "lexer",
509
                "parser"
510
            ],
511
            "time": "2014-09-09T13:34:57+00:00"
512
        },
513
        {
514
            "name": "fig/link-util",
515
            "version": "1.0.0",
516
            "source": {
517
                "type": "git",
518
                "url": "https://github.com/php-fig/link-util.git",
519
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
520
            },
521
            "dist": {
522
                "type": "zip",
523
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
524
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
525
                "shasum": ""
526
            },
527
            "require": {
528
                "php": ">=5.5.0",
529
                "psr/link": "~1.0@dev"
530
            },
531
            "require-dev": {
532
                "phpunit/phpunit": "^5.1",
533
                "squizlabs/php_codesniffer": "^2.3.1"
534
            },
535
            "type": "library",
536
            "extra": {
537
                "branch-alias": {
538
                    "dev-master": "1.0.x-dev"
539
                }
540
            },
541
            "autoload": {
542
                "psr-4": {
543
                    "Fig\\Link\\": "src/"
544
                }
545
            },
546
            "notification-url": "https://packagist.org/downloads/",
547
            "license": [
548
                "MIT"
549
            ],
550
            "authors": [
551
                {
552
                    "name": "PHP-FIG",
553
                    "homepage": "http://www.php-fig.org/"
554
                }
555
            ],
556
            "description": "Common utility implementations for HTTP links",
557
            "keywords": [
558
                "http",
559
                "http-link",
560
                "link",
561
                "psr",
562
                "psr-13",
563
                "rest"
564
            ],
565
            "time": "2016-10-17T18:31:11+00:00"
566
        },
567
        {
568
            "name": "incenteev/composer-parameter-handler",
569
            "version": "v2.1.2",
570
            "source": {
571
                "type": "git",
572
                "url": "https://github.com/Incenteev/ParameterHandler.git",
573
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
574
            },
575
            "dist": {
576
                "type": "zip",
577
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
578
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
579
                "shasum": ""
580
            },
581
            "require": {
582
                "php": ">=5.3.3",
583
                "symfony/yaml": "~2.3|~3.0"
584
            },
585
            "require-dev": {
586
                "composer/composer": "1.0.*@dev",
587
                "phpspec/prophecy-phpunit": "~1.0",
588
                "symfony/filesystem": "~2.2"
589
            },
590
            "type": "library",
591
            "extra": {
592
                "branch-alias": {
593
                    "dev-master": "2.1.x-dev"
594
                }
595
            },
596
            "autoload": {
597
                "psr-4": {
598
                    "Incenteev\\ParameterHandler\\": ""
599
                }
600
            },
601
            "notification-url": "https://packagist.org/downloads/",
602
            "license": [
603
                "MIT"
604
            ],
605
            "authors": [
606
                {
607
                    "name": "Christophe Coevoet",
608
                    "email": "[email protected]"
609
                }
610
            ],
611
            "description": "Composer script handling your ignored parameter file",
612
            "homepage": "https://github.com/Incenteev/ParameterHandler",
613
            "keywords": [
614
                "parameters management"
615
            ],
616
            "time": "2015-11-10T17:04:01+00:00"
617
        },
618
        {
619
            "name": "league/flysystem",
620
            "version": "1.0.41",
621
            "source": {
622
                "type": "git",
623
                "url": "https://github.com/thephpleague/flysystem.git",
624
                "reference": "f400aa98912c561ba625ea4065031b7a41e5a155"
625
            },
626
            "dist": {
627
                "type": "zip",
628
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f400aa98912c561ba625ea4065031b7a41e5a155",
629
                "reference": "f400aa98912c561ba625ea4065031b7a41e5a155",
630
                "shasum": ""
631
            },
632
            "require": {
633
                "php": ">=5.5.9"
634
            },
635
            "conflict": {
636
                "league/flysystem-sftp": "<1.0.6"
637
            },
638
            "require-dev": {
639
                "ext-fileinfo": "*",
640
                "mockery/mockery": "~0.9",
641
                "phpspec/phpspec": "^2.2",
642
                "phpunit/phpunit": "~4.8"
643
            },
644
            "suggest": {
645
                "ext-fileinfo": "Required for MimeType",
646
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
647
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
648
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
649
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
650
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
651
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
652
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
653
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
654
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
655
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
656
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
657
            },
658
            "type": "library",
659
            "extra": {
660
                "branch-alias": {
661
                    "dev-master": "1.1-dev"
662
                }
663
            },
664
            "autoload": {
665
                "psr-4": {
666
                    "League\\Flysystem\\": "src/"
667
                }
668
            },
669
            "notification-url": "https://packagist.org/downloads/",
670
            "license": [
671
                "MIT"
672
            ],
673
            "authors": [
674
                {
675
                    "name": "Frank de Jonge",
676
                    "email": "[email protected]"
677
                }
678
            ],
679
            "description": "Filesystem abstraction: Many filesystems, one API.",
680
            "keywords": [
681
                "Cloud Files",
682
                "WebDAV",
683
                "abstraction",
684
                "aws",
685
                "cloud",
686
                "copy.com",
687
                "dropbox",
688
                "file systems",
689
                "files",
690
                "filesystem",
691
                "filesystems",
692
                "ftp",
693
                "rackspace",
694
                "remote",
695
                "s3",
696
                "sftp",
697
                "storage"
698
            ],
699
            "time": "2017-08-06T17:41:04+00:00"
700
        },
701
        {
702
            "name": "league/flysystem-sftp",
703
            "version": "1.0.15",
704
            "source": {
705
                "type": "git",
706
                "url": "https://github.com/thephpleague/flysystem-sftp.git",
707
                "reference": "a526a3fc254f7d38f9cb362a39ad05e728876c97"
708
            },
709
            "dist": {
710
                "type": "zip",
711
                "url": "https://api.github.com/repos/thephpleague/flysystem-sftp/zipball/a526a3fc254f7d38f9cb362a39ad05e728876c97",
712
                "reference": "a526a3fc254f7d38f9cb362a39ad05e728876c97",
713
                "shasum": ""
714
            },
715
            "require": {
716
                "league/flysystem": "~1.0",
717
                "php": ">=5.6.0",
718
                "phpseclib/phpseclib": "~2.0"
719
            },
720
            "require-dev": {
721
                "mockery/mockery": "0.9.*",
722
                "phpunit/phpunit": "^5.7.25"
723
            },
724
            "type": "library",
725
            "autoload": {
726
                "psr-4": {
727
                    "League\\Flysystem\\Sftp\\": "src/"
728
                }
729
            },
730
            "notification-url": "https://packagist.org/downloads/",
731
            "license": [
732
                "MIT"
733
            ],
734
            "authors": [
735
                {
736
                    "name": "Frank de Jonge",
737
                    "email": "[email protected]"
738
                }
739
            ],
740
            "description": "Flysystem adapter for SFTP",
741
            "time": "2017-11-16T10:41:52+00:00"
742
        },
743
        {
744
            "name": "maniaplanet/dedicated-server-api",
745
            "version": "v5.0.1",
746
            "source": {
747
                "type": "git",
748
                "url": "https://github.com/maniaplanet/dedicated-server-api.git",
749
                "reference": "88907459f89411caef9cbd99a03995f7be143db8"
750
            },
751
            "dist": {
752
                "type": "zip",
753
                "url": "https://api.github.com/repos/maniaplanet/dedicated-server-api/zipball/88907459f89411caef9cbd99a03995f7be143db8",
754
                "reference": "88907459f89411caef9cbd99a03995f7be143db8",
755
                "shasum": ""
756
            },
757
            "require": {
758
                "php": ">=5.3"
759
            },
760
            "type": "library",
761
            "extra": {
762
                "branch-alias": {
763
                    "dev-master": "5.0.x-dev"
764
                }
765
            },
766
            "autoload": {
767
                "psr-4": {
768
                    "Maniaplanet\\": "libraries/Maniaplanet"
769
                }
770
            },
771
            "notification-url": "https://packagist.org/downloads/",
772
            "license": [
773
                "LGPL-3.0"
774
            ],
775
            "authors": [
776
                {
777
                    "name": "NadeoLive",
778
                    "email": "[email protected]",
779
                    "homepage": "http://www.nadeo.com/"
780
                }
781
            ],
782
            "description": "XML-RPC library to connect to ManiaPlanet server",
783
            "homepage": "https://github.com/maniaplanet/dedicated-server-api",
784
            "keywords": [
785
                "ManiaPlanet",
786
                "ShootMania",
787
                "TrackMania"
788
            ],
789
            "time": "2017-08-02T12:10:48+00:00"
790
        },
791
        {
792
            "name": "monolog/monolog",
793
            "version": "1.23.0",
794
            "source": {
795
                "type": "git",
796
                "url": "https://github.com/Seldaek/monolog.git",
797
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
798
            },
799
            "dist": {
800
                "type": "zip",
801
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
802
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
803
                "shasum": ""
804
            },
805
            "require": {
806
                "php": ">=5.3.0",
807
                "psr/log": "~1.0"
808
            },
809
            "provide": {
810
                "psr/log-implementation": "1.0.0"
811
            },
812
            "require-dev": {
813
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
814
                "doctrine/couchdb": "~1.0@dev",
815
                "graylog2/gelf-php": "~1.0",
816
                "jakub-onderka/php-parallel-lint": "0.9",
817
                "php-amqplib/php-amqplib": "~2.4",
818
                "php-console/php-console": "^3.1.3",
819
                "phpunit/phpunit": "~4.5",
820
                "phpunit/phpunit-mock-objects": "2.3.0",
821
                "ruflin/elastica": ">=0.90 <3.0",
822
                "sentry/sentry": "^0.13",
823
                "swiftmailer/swiftmailer": "^5.3|^6.0"
824
            },
825
            "suggest": {
826
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
827
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
828
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
829
                "ext-mongo": "Allow sending log messages to a MongoDB server",
830
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
831
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
832
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
833
                "php-console/php-console": "Allow sending log messages to Google Chrome",
834
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
835
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
836
                "sentry/sentry": "Allow sending log messages to a Sentry server"
837
            },
838
            "type": "library",
839
            "extra": {
840
                "branch-alias": {
841
                    "dev-master": "2.0.x-dev"
842
                }
843
            },
844
            "autoload": {
845
                "psr-4": {
846
                    "Monolog\\": "src/Monolog"
847
                }
848
            },
849
            "notification-url": "https://packagist.org/downloads/",
850
            "license": [
851
                "MIT"
852
            ],
853
            "authors": [
854
                {
855
                    "name": "Jordi Boggiano",
856
                    "email": "[email protected]",
857
                    "homepage": "http://seld.be"
858
                }
859
            ],
860
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
861
            "homepage": "http://github.com/Seldaek/monolog",
862
            "keywords": [
863
                "log",
864
                "logging",
865
                "psr-3"
866
            ],
867
            "time": "2017-06-19T01:22:40+00:00"
868
        },
869
        {
870
            "name": "oliverde8/associative-array-simplified",
871
            "version": "1.0.0",
872
            "source": {
873
                "type": "git",
874
                "url": "https://github.com/oliverde8/AssociativeArraySimplified.git",
875
                "reference": "aa1af7c404d62879140a76e8e9404584c7776b5f"
876
            },
877
            "dist": {
878
                "type": "zip",
879
                "url": "https://api.github.com/repos/oliverde8/AssociativeArraySimplified/zipball/aa1af7c404d62879140a76e8e9404584c7776b5f",
880
                "reference": "aa1af7c404d62879140a76e8e9404584c7776b5f",
881
                "shasum": ""
882
            },
883
            "require": {
884
                "php": ">=5.5.0"
885
            },
886
            "require-dev": {
887
                "phpunit/phpunit": "4.*"
888
            },
889
            "type": "library",
890
            "autoload": {
891
                "psr-4": {
892
                    "oliverde8\\AssociativeArraySimplified\\": "src"
893
                }
894
            },
895
            "notification-url": "https://packagist.org/downloads/",
896
            "license": [
897
                "MIT"
898
            ],
899
            "authors": [
900
                {
901
                    "name": "Oliver de Cramer",
902
                    "homepage": "http://oliver-decramer.com"
903
                }
904
            ],
905
            "description": "Allow simplified manupulation of recursive associative arrays.",
906
            "time": "2017-02-17T10:14:26+00:00"
907
        },
908
        {
909
            "name": "oliverde8/asynchronous-jobs",
910
            "version": "1.0.6",
911
            "source": {
912
                "type": "git",
913
                "url": "https://github.com/oliverde8/PHP-AsynchronousJobs.git",
914
                "reference": "5c847a32d50cee0e5eb442b1c74f1838ce3bd226"
915
            },
916
            "dist": {
917
                "type": "zip",
918
                "url": "https://api.github.com/repos/oliverde8/PHP-AsynchronousJobs/zipball/5c847a32d50cee0e5eb442b1c74f1838ce3bd226",
919
                "reference": "5c847a32d50cee0e5eb442b1c74f1838ce3bd226",
920
                "shasum": ""
921
            },
922
            "require": {
923
                "php": ">=5.4.0"
924
            },
925
            "require-dev": {
926
                "phpunit/phpunit": "4.*"
927
            },
928
            "bin": [
929
                "bin/AsynchronousJobsRun.php"
930
            ],
931
            "type": "library",
932
            "autoload": {
933
                "psr-4": {
934
                    "oliverde8\\AsynchronousJobs\\": "src/AsynchronousJobs"
935
                }
936
            },
937
            "notification-url": "https://packagist.org/downloads/",
938
            "license": [
939
                "MIT"
940
            ],
941
            "authors": [
942
                {
943
                    "name": "Oliver de Cramer",
944
                    "homepage": "http://oliver-decramer.com"
945
                }
946
            ],
947
            "description": "Execute new php instances easily as you would threads.",
948
            "time": "2016-03-14T18:52:29+00:00"
949
        },
950
        {
951
            "name": "oneup/flysystem-bundle",
952
            "version": "3.0.0",
953
            "source": {
954
                "type": "git",
955
                "url": "https://github.com/1up-lab/OneupFlysystemBundle.git",
956
                "reference": "9b47dcb3ebb700b9f6550b22c71ab08383ce6f6b"
957
            },
958
            "dist": {
959
                "type": "zip",
960
                "url": "https://api.github.com/repos/1up-lab/OneupFlysystemBundle/zipball/9b47dcb3ebb700b9f6550b22c71ab08383ce6f6b",
961
                "reference": "9b47dcb3ebb700b9f6550b22c71ab08383ce6f6b",
962
                "shasum": ""
963
            },
964
            "require": {
965
                "league/flysystem": "^1.0.26",
966
                "php": "^7.0",
967
                "symfony/framework-bundle": "^3.3|^4.0"
968
            },
969
            "require-dev": {
970
                "jenko/flysystem-gaufrette": "^1.0",
971
                "league/flysystem-aws-s3-v2": "^1.0",
972
                "league/flysystem-cached-adapter": "^1.0",
973
                "league/flysystem-gridfs": "^1.0",
974
                "league/flysystem-memory": "^1.0",
975
                "league/flysystem-rackspace": "^1.0",
976
                "league/flysystem-replicate-adapter": "^1.0",
977
                "league/flysystem-sftp": "^1.0",
978
                "league/flysystem-webdav": "^1.0",
979
                "league/flysystem-ziparchive": "^1.0",
980
                "litipk/flysystem-fallback-adapter": "^0.1",
981
                "phpunit/phpunit": "^4.4",
982
                "spatie/flysystem-dropbox": "^1.0",
983
                "superbalist/flysystem-google-storage": "^4.0",
984
                "symfony/asset": "^3.3|^4.0",
985
                "symfony/browser-kit": "^3.3|^4.0",
986
                "symfony/finder": "^3.3|^4.0",
987
                "symfony/templating": "^3.3|^4.0",
988
                "symfony/translation": "^3.3|^4.0",
989
                "twistor/flysystem-stream-wrapper": "^1.0"
990
            },
991
            "suggest": {
992
                "ext-fileinfo": "Required for MimeType",
993
                "ext-ftp": "Required for FTP and SFTP",
994
                "jenko/flysystem-gaufrette": "Allows you to use gaufrette adapter",
995
                "league/flysystem-aws-s3-v2": "Use S3 storage with AWS SDK v2",
996
                "league/flysystem-aws-s3-v3": "Use S3 storage with AWS SDK v3",
997
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
998
                "league/flysystem-gridfs": "Allows you to use GridFS adapter",
999
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1000
                "league/flysystem-replicate-adapter": "Allows you to use the Replicate adapter from Flysystem",
1001
                "league/flysystem-sftp": "Allows SFTP server storage via phpseclib",
1002
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1003
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1004
                "litipk/flysystem-fallback-adapter": "Allows you to use a fallback filesystem",
1005
                "spatie/flysystem-dropbox": "Use Dropbox storage",
1006
                "superbalist/flysystem-google-storage": "Allows you to use Google Cloud Storage buckets",
1007
                "twistor/flysystem-stream-wrapper": "Allows you to use stream wrapper"
1008
            },
1009
            "type": "symfony-bundle",
1010
            "autoload": {
1011
                "psr-4": {
1012
                    "Oneup\\FlysystemBundle\\": ""
1013
                }
1014
            },
1015
            "notification-url": "https://packagist.org/downloads/",
1016
            "license": [
1017
                "MIT"
1018
            ],
1019
            "authors": [
1020
                {
1021
                    "name": "Jim Schmid",
1022
                    "email": "[email protected]",
1023
                    "homepage": "http://1up.io",
1024
                    "role": "Developer"
1025
                },
1026
                {
1027
                    "name": "David Greminger",
1028
                    "email": "[email protected]",
1029
                    "homepage": "http://1up.io",
1030
                    "role": "Developer"
1031
                }
1032
            ],
1033
            "description": "Integrates Flysystem filesystem abstraction library to your Symfony2 project.",
1034
            "homepage": "http://1up.io",
1035
            "keywords": [
1036
                "Flysystem",
1037
                "Symfony2",
1038
                "abstraction",
1039
                "filesystem"
1040
            ],
1041
            "time": "2017-11-16T09:18:56+00:00"
1042
        },
1043
        {
1044
            "name": "paragonie/random_compat",
1045
            "version": "v2.0.11",
1046
            "source": {
1047
                "type": "git",
1048
                "url": "https://github.com/paragonie/random_compat.git",
1049
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
1050
            },
1051
            "dist": {
1052
                "type": "zip",
1053
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
1054
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
1055
                "shasum": ""
1056
            },
1057
            "require": {
1058
                "php": ">=5.2.0"
1059
            },
1060
            "require-dev": {
1061
                "phpunit/phpunit": "4.*|5.*"
1062
            },
1063
            "suggest": {
1064
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1065
            },
1066
            "type": "library",
1067
            "autoload": {
1068
                "files": [
1069
                    "lib/random.php"
1070
                ]
1071
            },
1072
            "notification-url": "https://packagist.org/downloads/",
1073
            "license": [
1074
                "MIT"
1075
            ],
1076
            "authors": [
1077
                {
1078
                    "name": "Paragon Initiative Enterprises",
1079
                    "email": "[email protected]",
1080
                    "homepage": "https://paragonie.com"
1081
                }
1082
            ],
1083
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1084
            "keywords": [
1085
                "csprng",
1086
                "pseudorandom",
1087
                "random"
1088
            ],
1089
            "time": "2017-09-27T21:40:39+00:00"
1090
        },
1091
        {
1092
            "name": "phpseclib/phpseclib",
1093
            "version": "2.0.9",
1094
            "source": {
1095
                "type": "git",
1096
                "url": "https://github.com/phpseclib/phpseclib.git",
1097
                "reference": "c9a3fe35e20eb6eeaca716d6a23cde03f52d1558"
1098
            },
1099
            "dist": {
1100
                "type": "zip",
1101
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c9a3fe35e20eb6eeaca716d6a23cde03f52d1558",
1102
                "reference": "c9a3fe35e20eb6eeaca716d6a23cde03f52d1558",
1103
                "shasum": ""
1104
            },
1105
            "require": {
1106
                "php": ">=5.3.3"
1107
            },
1108
            "require-dev": {
1109
                "phing/phing": "~2.7",
1110
                "phpunit/phpunit": "~4.0",
1111
                "sami/sami": "~2.0",
1112
                "squizlabs/php_codesniffer": "~2.0"
1113
            },
1114
            "suggest": {
1115
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1116
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1117
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1118
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1119
            },
1120
            "type": "library",
1121
            "autoload": {
1122
                "files": [
1123
                    "phpseclib/bootstrap.php"
1124
                ],
1125
                "psr-4": {
1126
                    "phpseclib\\": "phpseclib/"
1127
                }
1128
            },
1129
            "notification-url": "https://packagist.org/downloads/",
1130
            "license": [
1131
                "MIT"
1132
            ],
1133
            "authors": [
1134
                {
1135
                    "name": "Jim Wigginton",
1136
                    "email": "[email protected]",
1137
                    "role": "Lead Developer"
1138
                },
1139
                {
1140
                    "name": "Patrick Monnerat",
1141
                    "email": "[email protected]",
1142
                    "role": "Developer"
1143
                },
1144
                {
1145
                    "name": "Andreas Fischer",
1146
                    "email": "[email protected]",
1147
                    "role": "Developer"
1148
                },
1149
                {
1150
                    "name": "Hans-Jürgen Petrich",
1151
                    "email": "[email protected]",
1152
                    "role": "Developer"
1153
                },
1154
                {
1155
                    "name": "Graham Campbell",
1156
                    "email": "[email protected]",
1157
                    "role": "Developer"
1158
                }
1159
            ],
1160
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1161
            "homepage": "http://phpseclib.sourceforge.net",
1162
            "keywords": [
1163
                "BigInteger",
1164
                "aes",
1165
                "asn.1",
1166
                "asn1",
1167
                "blowfish",
1168
                "crypto",
1169
                "cryptography",
1170
                "encryption",
1171
                "rsa",
1172
                "security",
1173
                "sftp",
1174
                "signature",
1175
                "signing",
1176
                "ssh",
1177
                "twofish",
1178
                "x.509",
1179
                "x509"
1180
            ],
1181
            "time": "2017-11-29T06:38:08+00:00"
1182
        },
1183
        {
1184
            "name": "propel/propel",
1185
            "version": "2.0.0-alpha6",
1186
            "source": {
1187
                "type": "git",
1188
                "url": "https://github.com/propelorm/Propel2.git",
1189
                "reference": "58d57adc9509e47af757b00458d83c24b273fbfa"
1190
            },
1191
            "dist": {
1192
                "type": "zip",
1193
                "url": "https://api.github.com/repos/propelorm/Propel2/zipball/58d57adc9509e47af757b00458d83c24b273fbfa",
1194
                "reference": "58d57adc9509e47af757b00458d83c24b273fbfa",
1195
                "shasum": ""
1196
            },
1197
            "require": {
1198
                "php": ">=5.5",
1199
                "psr/log": "~1.0",
1200
                "symfony/config": "~2.3||~3.0",
1201
                "symfony/console": "~2.3||~3.0",
1202
                "symfony/filesystem": "~2.3||~3.0",
1203
                "symfony/finder": "~2.3||~3.0",
1204
                "symfony/validator": "~2.3||~3.0",
1205
                "symfony/yaml": "~2.3||~3.0"
1206
            },
1207
            "require-dev": {
1208
                "behat/behat": "~2.4",
1209
                "monolog/monolog": "~1.3",
1210
                "phpunit/phpunit": "~4.0||~5.0"
1211
            },
1212
            "suggest": {
1213
                "monolog/monolog": "The recommended logging library to use with Propel."
1214
            },
1215
            "bin": [
1216
                "bin/propel"
1217
            ],
1218
            "type": "library",
1219
            "extra": {
1220
                "branch-alias": {
1221
                    "dev-master": "2.0-dev"
1222
                }
1223
            },
1224
            "autoload": {
1225
                "psr-0": {
1226
                    "Propel": "src/"
1227
                }
1228
            },
1229
            "notification-url": "https://packagist.org/downloads/",
1230
            "license": [
1231
                "MIT"
1232
            ],
1233
            "authors": [
1234
                {
1235
                    "name": "William Durand",
1236
                    "email": "[email protected]"
1237
                }
1238
            ],
1239
            "description": "Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 5.5 and up.",
1240
            "homepage": "http://www.propelorm.org/",
1241
            "keywords": [
1242
                "Active Record",
1243
                "orm",
1244
                "persistence"
1245
            ],
1246
            "time": "2016-10-15T23:21:13+00:00"
1247
        },
1248
        {
1249
            "name": "propel/propel-bundle",
1250
            "version": "3.0.0-alpha1",
1251
            "source": {
1252
                "type": "git",
1253
                "url": "https://github.com/propelorm/PropelBundle.git",
1254
                "reference": "14ec9f554d7c194695b29c6fc09f61b92d7bc6aa"
1255
            },
1256
            "dist": {
1257
                "type": "zip",
1258
                "url": "https://api.github.com/repos/propelorm/PropelBundle/zipball/14ec9f554d7c194695b29c6fc09f61b92d7bc6aa",
1259
                "reference": "14ec9f554d7c194695b29c6fc09f61b92d7bc6aa",
1260
                "shasum": ""
1261
            },
1262
            "require": {
1263
                "propel/propel": "2.0.0-alpha6",
1264
                "symfony/security-acl": "^2.8|^3.0",
1265
                "symfony/symfony": "^2.8|^3.0"
1266
            },
1267
            "require-dev": {
1268
                "fzaninotto/faker": "^1.5",
1269
                "phpunit/phpunit": "^4.8.21|^5.0.10",
1270
                "sensio/framework-extra-bundle": "^3.0.2"
1271
            },
1272
            "type": "symfony-bundle",
1273
            "autoload": {
1274
                "psr-4": {
1275
                    "Propel\\Bundle\\PropelBundle\\": ""
1276
                },
1277
                "exclude-from-classmap": [
1278
                    "Tests/"
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": "Integration of Propel in Symfony2",
1292
            "keywords": [
1293
                "orm",
1294
                "persistence",
1295
                "propel"
1296
            ],
1297
            "time": "2016-10-23T21:42:14+00:00"
1298
        },
1299
        {
1300
            "name": "psr/cache",
1301
            "version": "1.0.1",
1302
            "source": {
1303
                "type": "git",
1304
                "url": "https://github.com/php-fig/cache.git",
1305
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1306
            },
1307
            "dist": {
1308
                "type": "zip",
1309
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1310
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1311
                "shasum": ""
1312
            },
1313
            "require": {
1314
                "php": ">=5.3.0"
1315
            },
1316
            "type": "library",
1317
            "extra": {
1318
                "branch-alias": {
1319
                    "dev-master": "1.0.x-dev"
1320
                }
1321
            },
1322
            "autoload": {
1323
                "psr-4": {
1324
                    "Psr\\Cache\\": "src/"
1325
                }
1326
            },
1327
            "notification-url": "https://packagist.org/downloads/",
1328
            "license": [
1329
                "MIT"
1330
            ],
1331
            "authors": [
1332
                {
1333
                    "name": "PHP-FIG",
1334
                    "homepage": "http://www.php-fig.org/"
1335
                }
1336
            ],
1337
            "description": "Common interface for caching libraries",
1338
            "keywords": [
1339
                "cache",
1340
                "psr",
1341
                "psr-6"
1342
            ],
1343
            "time": "2016-08-06T20:24:11+00:00"
1344
        },
1345
        {
1346
            "name": "psr/container",
1347
            "version": "1.0.0",
1348
            "source": {
1349
                "type": "git",
1350
                "url": "https://github.com/php-fig/container.git",
1351
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1352
            },
1353
            "dist": {
1354
                "type": "zip",
1355
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1356
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1357
                "shasum": ""
1358
            },
1359
            "require": {
1360
                "php": ">=5.3.0"
1361
            },
1362
            "type": "library",
1363
            "extra": {
1364
                "branch-alias": {
1365
                    "dev-master": "1.0.x-dev"
1366
                }
1367
            },
1368
            "autoload": {
1369
                "psr-4": {
1370
                    "Psr\\Container\\": "src/"
1371
                }
1372
            },
1373
            "notification-url": "https://packagist.org/downloads/",
1374
            "license": [
1375
                "MIT"
1376
            ],
1377
            "authors": [
1378
                {
1379
                    "name": "PHP-FIG",
1380
                    "homepage": "http://www.php-fig.org/"
1381
                }
1382
            ],
1383
            "description": "Common Container Interface (PHP FIG PSR-11)",
1384
            "homepage": "https://github.com/php-fig/container",
1385
            "keywords": [
1386
                "PSR-11",
1387
                "container",
1388
                "container-interface",
1389
                "container-interop",
1390
                "psr"
1391
            ],
1392
            "time": "2017-02-14T16:28:37+00:00"
1393
        },
1394
        {
1395
            "name": "psr/link",
1396
            "version": "1.0.0",
1397
            "source": {
1398
                "type": "git",
1399
                "url": "https://github.com/php-fig/link.git",
1400
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
1401
            },
1402
            "dist": {
1403
                "type": "zip",
1404
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
1405
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
1406
                "shasum": ""
1407
            },
1408
            "require": {
1409
                "php": ">=5.3.0"
1410
            },
1411
            "type": "library",
1412
            "extra": {
1413
                "branch-alias": {
1414
                    "dev-master": "1.0.x-dev"
1415
                }
1416
            },
1417
            "autoload": {
1418
                "psr-4": {
1419
                    "Psr\\Link\\": "src/"
1420
                }
1421
            },
1422
            "notification-url": "https://packagist.org/downloads/",
1423
            "license": [
1424
                "MIT"
1425
            ],
1426
            "authors": [
1427
                {
1428
                    "name": "PHP-FIG",
1429
                    "homepage": "http://www.php-fig.org/"
1430
                }
1431
            ],
1432
            "description": "Common interfaces for HTTP links",
1433
            "keywords": [
1434
                "http",
1435
                "http-link",
1436
                "link",
1437
                "psr",
1438
                "psr-13",
1439
                "rest"
1440
            ],
1441
            "time": "2016-10-28T16:06:13+00:00"
1442
        },
1443
        {
1444
            "name": "psr/log",
1445
            "version": "1.0.2",
1446
            "source": {
1447
                "type": "git",
1448
                "url": "https://github.com/php-fig/log.git",
1449
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1450
            },
1451
            "dist": {
1452
                "type": "zip",
1453
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1454
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1455
                "shasum": ""
1456
            },
1457
            "require": {
1458
                "php": ">=5.3.0"
1459
            },
1460
            "type": "library",
1461
            "extra": {
1462
                "branch-alias": {
1463
                    "dev-master": "1.0.x-dev"
1464
                }
1465
            },
1466
            "autoload": {
1467
                "psr-4": {
1468
                    "Psr\\Log\\": "Psr/Log/"
1469
                }
1470
            },
1471
            "notification-url": "https://packagist.org/downloads/",
1472
            "license": [
1473
                "MIT"
1474
            ],
1475
            "authors": [
1476
                {
1477
                    "name": "PHP-FIG",
1478
                    "homepage": "http://www.php-fig.org/"
1479
                }
1480
            ],
1481
            "description": "Common interface for logging libraries",
1482
            "homepage": "https://github.com/php-fig/log",
1483
            "keywords": [
1484
                "log",
1485
                "psr",
1486
                "psr-3"
1487
            ],
1488
            "time": "2016-10-10T12:19:37+00:00"
1489
        },
1490
        {
1491
            "name": "psr/simple-cache",
1492
            "version": "1.0.0",
1493
            "source": {
1494
                "type": "git",
1495
                "url": "https://github.com/php-fig/simple-cache.git",
1496
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
1497
            },
1498
            "dist": {
1499
                "type": "zip",
1500
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
1501
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
1502
                "shasum": ""
1503
            },
1504
            "require": {
1505
                "php": ">=5.3.0"
1506
            },
1507
            "type": "library",
1508
            "extra": {
1509
                "branch-alias": {
1510
                    "dev-master": "1.0.x-dev"
1511
                }
1512
            },
1513
            "autoload": {
1514
                "psr-4": {
1515
                    "Psr\\SimpleCache\\": "src/"
1516
                }
1517
            },
1518
            "notification-url": "https://packagist.org/downloads/",
1519
            "license": [
1520
                "MIT"
1521
            ],
1522
            "authors": [
1523
                {
1524
                    "name": "PHP-FIG",
1525
                    "homepage": "http://www.php-fig.org/"
1526
                }
1527
            ],
1528
            "description": "Common interfaces for simple caching",
1529
            "keywords": [
1530
                "cache",
1531
                "caching",
1532
                "psr",
1533
                "psr-16",
1534
                "simple-cache"
1535
            ],
1536
            "time": "2017-01-02T13:31:39+00:00"
1537
        },
1538
        {
1539
            "name": "sensio/distribution-bundle",
1540
            "version": "v5.0.21",
1541
            "source": {
1542
                "type": "git",
1543
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1544
                "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a"
1545
            },
1546
            "dist": {
1547
                "type": "zip",
1548
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/eb6266b3b472e4002538610b28a0a04bcf94891a",
1549
                "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a",
1550
                "shasum": ""
1551
            },
1552
            "require": {
1553
                "php": ">=5.3.9",
1554
                "sensiolabs/security-checker": "~3.0|~4.0",
1555
                "symfony/class-loader": "~2.3|~3.0",
1556
                "symfony/config": "~2.3|~3.0",
1557
                "symfony/dependency-injection": "~2.3|~3.0",
1558
                "symfony/filesystem": "~2.3|~3.0",
1559
                "symfony/http-kernel": "~2.3|~3.0",
1560
                "symfony/process": "~2.3|~3.0"
1561
            },
1562
            "type": "symfony-bundle",
1563
            "extra": {
1564
                "branch-alias": {
1565
                    "dev-master": "5.0.x-dev"
1566
                }
1567
            },
1568
            "autoload": {
1569
                "psr-4": {
1570
                    "Sensio\\Bundle\\DistributionBundle\\": ""
1571
                }
1572
            },
1573
            "notification-url": "https://packagist.org/downloads/",
1574
            "license": [
1575
                "MIT"
1576
            ],
1577
            "authors": [
1578
                {
1579
                    "name": "Fabien Potencier",
1580
                    "email": "[email protected]"
1581
                }
1582
            ],
1583
            "description": "Base bundle for Symfony Distributions",
1584
            "keywords": [
1585
                "configuration",
1586
                "distribution"
1587
            ],
1588
            "time": "2017-08-25T16:55:44+00:00"
1589
        },
1590
        {
1591
            "name": "sensio/framework-extra-bundle",
1592
            "version": "v3.0.28",
1593
            "source": {
1594
                "type": "git",
1595
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1596
                "reference": "65eadf9e3fd5c47eee7986b306a5aed8affe6496"
1597
            },
1598
            "dist": {
1599
                "type": "zip",
1600
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/65eadf9e3fd5c47eee7986b306a5aed8affe6496",
1601
                "reference": "65eadf9e3fd5c47eee7986b306a5aed8affe6496",
1602
                "shasum": ""
1603
            },
1604
            "require": {
1605
                "doctrine/common": "~2.2",
1606
                "symfony/dependency-injection": "~2.3|~3.0",
1607
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
1608
            },
1609
            "require-dev": {
1610
                "doctrine/doctrine-bundle": "~1.5",
1611
                "doctrine/orm": "~2.4,>=2.4.5",
1612
                "symfony/asset": "~2.7|~3.0|~4.0",
1613
                "symfony/browser-kit": "~2.3|~3.0|~4.0",
1614
                "symfony/dom-crawler": "~2.3|~3.0|~4.0",
1615
                "symfony/expression-language": "~2.4|~3.0|~4.0",
1616
                "symfony/finder": "~2.3|~3.0|~4.0",
1617
                "symfony/phpunit-bridge": "~3.2|~4.0",
1618
                "symfony/psr-http-message-bridge": "^0.3|^1.0",
1619
                "symfony/security-bundle": "~2.4|~3.0|~4.0",
1620
                "symfony/templating": "~2.3|~3.0|~4.0",
1621
                "symfony/translation": "~2.3|~3.0|~4.0",
1622
                "symfony/twig-bundle": "~2.3|~3.0|~4.0",
1623
                "symfony/yaml": "~2.3|~3.0|~4.0",
1624
                "twig/twig": "~1.12|~2.0",
1625
                "zendframework/zend-diactoros": "^1.3"
1626
            },
1627
            "suggest": {
1628
                "symfony/expression-language": "",
1629
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1630
                "symfony/security-bundle": ""
1631
            },
1632
            "type": "symfony-bundle",
1633
            "extra": {
1634
                "branch-alias": {
1635
                    "dev-master": "3.0.x-dev"
1636
                }
1637
            },
1638
            "autoload": {
1639
                "psr-4": {
1640
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1641
                }
1642
            },
1643
            "notification-url": "https://packagist.org/downloads/",
1644
            "license": [
1645
                "MIT"
1646
            ],
1647
            "authors": [
1648
                {
1649
                    "name": "Fabien Potencier",
1650
                    "email": "[email protected]"
1651
                }
1652
            ],
1653
            "description": "This bundle provides a way to configure your controllers with annotations",
1654
            "keywords": [
1655
                "annotations",
1656
                "controllers"
1657
            ],
1658
            "time": "2017-10-12T17:37:20+00:00"
1659
        },
1660
        {
1661
            "name": "sensiolabs/security-checker",
1662
            "version": "v4.1.6",
1663
            "source": {
1664
                "type": "git",
1665
                "url": "https://github.com/sensiolabs/security-checker.git",
1666
                "reference": "387b6a3b723ba35588b33d5f8d14e28ed608bd30"
1667
            },
1668
            "dist": {
1669
                "type": "zip",
1670
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/387b6a3b723ba35588b33d5f8d14e28ed608bd30",
1671
                "reference": "387b6a3b723ba35588b33d5f8d14e28ed608bd30",
1672
                "shasum": ""
1673
            },
1674
            "require": {
1675
                "composer/ca-bundle": "^1.0",
1676
                "symfony/console": "~2.7|~3.0|~4.0"
1677
            },
1678
            "bin": [
1679
                "security-checker"
1680
            ],
1681
            "type": "library",
1682
            "extra": {
1683
                "branch-alias": {
1684
                    "dev-master": "4.1-dev"
1685
                }
1686
            },
1687
            "autoload": {
1688
                "psr-0": {
1689
                    "SensioLabs\\Security": ""
1690
                }
1691
            },
1692
            "notification-url": "https://packagist.org/downloads/",
1693
            "license": [
1694
                "MIT"
1695
            ],
1696
            "authors": [
1697
                {
1698
                    "name": "Fabien Potencier",
1699
                    "email": "[email protected]"
1700
                }
1701
            ],
1702
            "description": "A security checker for your composer.lock",
1703
            "time": "2017-10-29T18:48:08+00:00"
1704
        },
1705
        {
1706
            "name": "steeffeen/fancymanialinks",
1707
            "version": "dev-master",
1708
            "source": {
1709
                "type": "git",
1710
                "url": "https://github.com/steeffeen/FancyManiaLinks.git",
1711
                "reference": "0f807f96aab9aa3cd7cb7faa1f2055ffe100d406"
1712
            },
1713
            "dist": {
1714
                "type": "zip",
1715
                "url": "https://api.github.com/repos/steeffeen/FancyManiaLinks/zipball/0f807f96aab9aa3cd7cb7faa1f2055ffe100d406",
1716
                "reference": "0f807f96aab9aa3cd7cb7faa1f2055ffe100d406",
1717
                "shasum": ""
1718
            },
1719
            "require": {
1720
                "php": ">=5.3"
1721
            },
1722
            "require-dev": {
1723
                "phpunit/phpunit": "<6"
1724
            },
1725
            "type": "library",
1726
            "autoload": {
1727
                "psr-4": {
1728
                    "FML\\": "FML/"
1729
                }
1730
            },
1731
            "notification-url": "https://packagist.org/downloads/",
1732
            "license": [
1733
                "GPL-3.0"
1734
            ],
1735
            "authors": [
1736
                {
1737
                    "name": "Steffen Schroeder",
1738
                    "email": "[email protected]",
1739
                    "homepage": "http://www.steeffeen.com/"
1740
                }
1741
            ],
1742
            "description": "ManiaLink Framework for Object-Based XML Generation",
1743
            "homepage": "https://github.com/steeffeen/FancyManiaLinks",
1744
            "keywords": [
1745
                "ManiaPlanet",
1746
                "ManiaScript",
1747
                "ShootMania",
1748
                "TrackMania",
1749
                "maniacode",
1750
                "manialink",
1751
                "xml"
1752
            ],
1753
            "time": "2017-08-07T14:57:17+00:00"
1754
        },
1755
        {
1756
            "name": "swiftmailer/swiftmailer",
1757
            "version": "v5.4.8",
1758
            "source": {
1759
                "type": "git",
1760
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1761
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
1762
            },
1763
            "dist": {
1764
                "type": "zip",
1765
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
1766
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
1767
                "shasum": ""
1768
            },
1769
            "require": {
1770
                "php": ">=5.3.3"
1771
            },
1772
            "require-dev": {
1773
                "mockery/mockery": "~0.9.1",
1774
                "symfony/phpunit-bridge": "~3.2"
1775
            },
1776
            "type": "library",
1777
            "extra": {
1778
                "branch-alias": {
1779
                    "dev-master": "5.4-dev"
1780
                }
1781
            },
1782
            "autoload": {
1783
                "files": [
1784
                    "lib/swift_required.php"
1785
                ]
1786
            },
1787
            "notification-url": "https://packagist.org/downloads/",
1788
            "license": [
1789
                "MIT"
1790
            ],
1791
            "authors": [
1792
                {
1793
                    "name": "Chris Corbyn"
1794
                },
1795
                {
1796
                    "name": "Fabien Potencier",
1797
                    "email": "[email protected]"
1798
                }
1799
            ],
1800
            "description": "Swiftmailer, free feature-rich PHP mailer",
1801
            "homepage": "http://swiftmailer.org",
1802
            "keywords": [
1803
                "email",
1804
                "mail",
1805
                "mailer"
1806
            ],
1807
            "time": "2017-05-01T15:54:03+00:00"
1808
        },
1809
        {
1810
            "name": "symfony-bundles/bundle-dependency",
1811
            "version": "v1.0.4",
1812
            "source": {
1813
                "type": "git",
1814
                "url": "https://github.com/symfony-bundles/bundle-dependency.git",
1815
                "reference": "a00b6cd2ad4f2d54b0fc5ce98c2201096fa39aae"
1816
            },
1817
            "dist": {
1818
                "type": "zip",
1819
                "url": "https://api.github.com/repos/symfony-bundles/bundle-dependency/zipball/a00b6cd2ad4f2d54b0fc5ce98c2201096fa39aae",
1820
                "reference": "a00b6cd2ad4f2d54b0fc5ce98c2201096fa39aae",
1821
                "shasum": ""
1822
            },
1823
            "require": {
1824
                "php": ">=5.6"
1825
            },
1826
            "require-dev": {
1827
                "doctrine/annotations": "~1.1",
1828
                "phpunit/php-code-coverage": "^3.3.0|^4.0",
1829
                "phpunit/phpunit": "^5.3",
1830
                "symfony/framework-bundle": "~2.7|~3.0"
1831
            },
1832
            "type": "library",
1833
            "extra": {
1834
                "branch-alias": {
1835
                    "dev-master": "1.x-dev"
1836
                }
1837
            },
1838
            "autoload": {
1839
                "psr-4": {
1840
                    "SymfonyBundles\\BundleDependency\\": ""
1841
                },
1842
                "exclude-from-classmap": [
1843
                    "/Tests/"
1844
                ]
1845
            },
1846
            "notification-url": "https://packagist.org/downloads/",
1847
            "license": [
1848
                "MIT"
1849
            ],
1850
            "authors": [
1851
                {
1852
                    "name": "Dmitry Khaperets",
1853
                    "email": "[email protected]"
1854
                }
1855
            ],
1856
            "description": "Symfony BundleDependency Component",
1857
            "homepage": "https://github.com/symfony-bundles/bundle-dependency",
1858
            "keywords": [
1859
                "bundle",
1860
                "dependencies",
1861
                "dependency",
1862
                "symfony"
1863
            ],
1864
            "time": "2017-10-17T06:55:41+00:00"
1865
        },
1866
        {
1867
            "name": "symfony/monolog-bundle",
1868
            "version": "v3.1.2",
1869
            "source": {
1870
                "type": "git",
1871
                "url": "https://github.com/symfony/monolog-bundle.git",
1872
                "reference": "2b41b8b6d2c6edb1a5494f02f8e4129be2a44784"
1873
            },
1874
            "dist": {
1875
                "type": "zip",
1876
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/2b41b8b6d2c6edb1a5494f02f8e4129be2a44784",
1877
                "reference": "2b41b8b6d2c6edb1a5494f02f8e4129be2a44784",
1878
                "shasum": ""
1879
            },
1880
            "require": {
1881
                "monolog/monolog": "~1.22",
1882
                "php": ">=5.3.2",
1883
                "symfony/config": "~2.7|~3.0|~4.0",
1884
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
1885
                "symfony/http-kernel": "~2.7|~3.0|~4.0",
1886
                "symfony/monolog-bridge": "~2.7|~3.0|~4.0"
1887
            },
1888
            "require-dev": {
1889
                "symfony/console": "~2.3|~3.0|~4.0",
1890
                "symfony/phpunit-bridge": "^3.3|^4.0",
1891
                "symfony/yaml": "~2.3|~3.0|~4.0"
1892
            },
1893
            "type": "symfony-bundle",
1894
            "extra": {
1895
                "branch-alias": {
1896
                    "dev-master": "3.x-dev"
1897
                }
1898
            },
1899
            "autoload": {
1900
                "psr-4": {
1901
                    "Symfony\\Bundle\\MonologBundle\\": ""
1902
                },
1903
                "exclude-from-classmap": [
1904
                    "/Tests/"
1905
                ]
1906
            },
1907
            "notification-url": "https://packagist.org/downloads/",
1908
            "license": [
1909
                "MIT"
1910
            ],
1911
            "authors": [
1912
                {
1913
                    "name": "Symfony Community",
1914
                    "homepage": "http://symfony.com/contributors"
1915
                },
1916
                {
1917
                    "name": "Fabien Potencier",
1918
                    "email": "[email protected]"
1919
                }
1920
            ],
1921
            "description": "Symfony MonologBundle",
1922
            "homepage": "http://symfony.com",
1923
            "keywords": [
1924
                "log",
1925
                "logging"
1926
            ],
1927
            "time": "2017-11-06T16:02:17+00:00"
1928
        },
1929
        {
1930
            "name": "symfony/polyfill-apcu",
1931
            "version": "v1.6.0",
1932
            "source": {
1933
                "type": "git",
1934
                "url": "https://github.com/symfony/polyfill-apcu.git",
1935
                "reference": "04f62674339602def515bff4bc6901fc1d4951e8"
1936
            },
1937
            "dist": {
1938
                "type": "zip",
1939
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/04f62674339602def515bff4bc6901fc1d4951e8",
1940
                "reference": "04f62674339602def515bff4bc6901fc1d4951e8",
1941
                "shasum": ""
1942
            },
1943
            "require": {
1944
                "php": ">=5.3.3"
1945
            },
1946
            "type": "library",
1947
            "extra": {
1948
                "branch-alias": {
1949
                    "dev-master": "1.6-dev"
1950
                }
1951
            },
1952
            "autoload": {
1953
                "psr-4": {
1954
                    "Symfony\\Polyfill\\Apcu\\": ""
1955
                },
1956
                "files": [
1957
                    "bootstrap.php"
1958
                ]
1959
            },
1960
            "notification-url": "https://packagist.org/downloads/",
1961
            "license": [
1962
                "MIT"
1963
            ],
1964
            "authors": [
1965
                {
1966
                    "name": "Nicolas Grekas",
1967
                    "email": "[email protected]"
1968
                },
1969
                {
1970
                    "name": "Symfony Community",
1971
                    "homepage": "https://symfony.com/contributors"
1972
                }
1973
            ],
1974
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
1975
            "homepage": "https://symfony.com",
1976
            "keywords": [
1977
                "apcu",
1978
                "compatibility",
1979
                "polyfill",
1980
                "portable",
1981
                "shim"
1982
            ],
1983
            "time": "2017-10-11T12:05:26+00:00"
1984
        },
1985
        {
1986
            "name": "symfony/polyfill-intl-icu",
1987
            "version": "v1.6.0",
1988
            "source": {
1989
                "type": "git",
1990
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
1991
                "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497"
1992
            },
1993
            "dist": {
1994
                "type": "zip",
1995
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
1996
                "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
1997
                "shasum": ""
1998
            },
1999
            "require": {
2000
                "php": ">=5.3.3",
2001
                "symfony/intl": "~2.3|~3.0|~4.0"
2002
            },
2003
            "suggest": {
2004
                "ext-intl": "For best performance"
2005
            },
2006
            "type": "library",
2007
            "extra": {
2008
                "branch-alias": {
2009
                    "dev-master": "1.6-dev"
2010
                }
2011
            },
2012
            "autoload": {
2013
                "files": [
2014
                    "bootstrap.php"
2015
                ]
2016
            },
2017
            "notification-url": "https://packagist.org/downloads/",
2018
            "license": [
2019
                "MIT"
2020
            ],
2021
            "authors": [
2022
                {
2023
                    "name": "Nicolas Grekas",
2024
                    "email": "[email protected]"
2025
                },
2026
                {
2027
                    "name": "Symfony Community",
2028
                    "homepage": "https://symfony.com/contributors"
2029
                }
2030
            ],
2031
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2032
            "homepage": "https://symfony.com",
2033
            "keywords": [
2034
                "compatibility",
2035
                "icu",
2036
                "intl",
2037
                "polyfill",
2038
                "portable",
2039
                "shim"
2040
            ],
2041
            "time": "2017-10-11T12:05:26+00:00"
2042
        },
2043
        {
2044
            "name": "symfony/polyfill-mbstring",
2045
            "version": "v1.6.0",
2046
            "source": {
2047
                "type": "git",
2048
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2049
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
2050
            },
2051
            "dist": {
2052
                "type": "zip",
2053
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2054
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2055
                "shasum": ""
2056
            },
2057
            "require": {
2058
                "php": ">=5.3.3"
2059
            },
2060
            "suggest": {
2061
                "ext-mbstring": "For best performance"
2062
            },
2063
            "type": "library",
2064
            "extra": {
2065
                "branch-alias": {
2066
                    "dev-master": "1.6-dev"
2067
                }
2068
            },
2069
            "autoload": {
2070
                "psr-4": {
2071
                    "Symfony\\Polyfill\\Mbstring\\": ""
2072
                },
2073
                "files": [
2074
                    "bootstrap.php"
2075
                ]
2076
            },
2077
            "notification-url": "https://packagist.org/downloads/",
2078
            "license": [
2079
                "MIT"
2080
            ],
2081
            "authors": [
2082
                {
2083
                    "name": "Nicolas Grekas",
2084
                    "email": "[email protected]"
2085
                },
2086
                {
2087
                    "name": "Symfony Community",
2088
                    "homepage": "https://symfony.com/contributors"
2089
                }
2090
            ],
2091
            "description": "Symfony polyfill for the Mbstring extension",
2092
            "homepage": "https://symfony.com",
2093
            "keywords": [
2094
                "compatibility",
2095
                "mbstring",
2096
                "polyfill",
2097
                "portable",
2098
                "shim"
2099
            ],
2100
            "time": "2017-10-11T12:05:26+00:00"
2101
        },
2102
        {
2103
            "name": "symfony/polyfill-php56",
2104
            "version": "v1.6.0",
2105
            "source": {
2106
                "type": "git",
2107
                "url": "https://github.com/symfony/polyfill-php56.git",
2108
                "reference": "265fc96795492430762c29be291a371494ba3a5b"
2109
            },
2110
            "dist": {
2111
                "type": "zip",
2112
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/265fc96795492430762c29be291a371494ba3a5b",
2113
                "reference": "265fc96795492430762c29be291a371494ba3a5b",
2114
                "shasum": ""
2115
            },
2116
            "require": {
2117
                "php": ">=5.3.3",
2118
                "symfony/polyfill-util": "~1.0"
2119
            },
2120
            "type": "library",
2121
            "extra": {
2122
                "branch-alias": {
2123
                    "dev-master": "1.6-dev"
2124
                }
2125
            },
2126
            "autoload": {
2127
                "psr-4": {
2128
                    "Symfony\\Polyfill\\Php56\\": ""
2129
                },
2130
                "files": [
2131
                    "bootstrap.php"
2132
                ]
2133
            },
2134
            "notification-url": "https://packagist.org/downloads/",
2135
            "license": [
2136
                "MIT"
2137
            ],
2138
            "authors": [
2139
                {
2140
                    "name": "Nicolas Grekas",
2141
                    "email": "[email protected]"
2142
                },
2143
                {
2144
                    "name": "Symfony Community",
2145
                    "homepage": "https://symfony.com/contributors"
2146
                }
2147
            ],
2148
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2149
            "homepage": "https://symfony.com",
2150
            "keywords": [
2151
                "compatibility",
2152
                "polyfill",
2153
                "portable",
2154
                "shim"
2155
            ],
2156
            "time": "2017-10-11T12:05:26+00:00"
2157
        },
2158
        {
2159
            "name": "symfony/polyfill-php70",
2160
            "version": "v1.6.0",
2161
            "source": {
2162
                "type": "git",
2163
                "url": "https://github.com/symfony/polyfill-php70.git",
2164
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
2165
            },
2166
            "dist": {
2167
                "type": "zip",
2168
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
2169
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
2170
                "shasum": ""
2171
            },
2172
            "require": {
2173
                "paragonie/random_compat": "~1.0|~2.0",
2174
                "php": ">=5.3.3"
2175
            },
2176
            "type": "library",
2177
            "extra": {
2178
                "branch-alias": {
2179
                    "dev-master": "1.6-dev"
2180
                }
2181
            },
2182
            "autoload": {
2183
                "psr-4": {
2184
                    "Symfony\\Polyfill\\Php70\\": ""
2185
                },
2186
                "files": [
2187
                    "bootstrap.php"
2188
                ],
2189
                "classmap": [
2190
                    "Resources/stubs"
2191
                ]
2192
            },
2193
            "notification-url": "https://packagist.org/downloads/",
2194
            "license": [
2195
                "MIT"
2196
            ],
2197
            "authors": [
2198
                {
2199
                    "name": "Nicolas Grekas",
2200
                    "email": "[email protected]"
2201
                },
2202
                {
2203
                    "name": "Symfony Community",
2204
                    "homepage": "https://symfony.com/contributors"
2205
                }
2206
            ],
2207
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2208
            "homepage": "https://symfony.com",
2209
            "keywords": [
2210
                "compatibility",
2211
                "polyfill",
2212
                "portable",
2213
                "shim"
2214
            ],
2215
            "time": "2017-10-11T12:05:26+00:00"
2216
        },
2217
        {
2218
            "name": "symfony/polyfill-util",
2219
            "version": "v1.6.0",
2220
            "source": {
2221
                "type": "git",
2222
                "url": "https://github.com/symfony/polyfill-util.git",
2223
                "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176"
2224
            },
2225
            "dist": {
2226
                "type": "zip",
2227
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176",
2228
                "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176",
2229
                "shasum": ""
2230
            },
2231
            "require": {
2232
                "php": ">=5.3.3"
2233
            },
2234
            "type": "library",
2235
            "extra": {
2236
                "branch-alias": {
2237
                    "dev-master": "1.6-dev"
2238
                }
2239
            },
2240
            "autoload": {
2241
                "psr-4": {
2242
                    "Symfony\\Polyfill\\Util\\": ""
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 utilities for portability of PHP codes",
2260
            "homepage": "https://symfony.com",
2261
            "keywords": [
2262
                "compat",
2263
                "compatibility",
2264
                "polyfill",
2265
                "shim"
2266
            ],
2267
            "time": "2017-10-11T12:05:26+00:00"
2268
        },
2269
        {
2270
            "name": "symfony/security-acl",
2271
            "version": "v3.0.0",
2272
            "source": {
2273
                "type": "git",
2274
                "url": "https://github.com/symfony/security-acl.git",
2275
                "reference": "053b49bf4aa333a392c83296855989bcf88ddad1"
2276
            },
2277
            "dist": {
2278
                "type": "zip",
2279
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/053b49bf4aa333a392c83296855989bcf88ddad1",
2280
                "reference": "053b49bf4aa333a392c83296855989bcf88ddad1",
2281
                "shasum": ""
2282
            },
2283
            "require": {
2284
                "php": ">=5.5.9",
2285
                "symfony/security-core": "~2.8|~3.0"
2286
            },
2287
            "require-dev": {
2288
                "doctrine/common": "~2.2",
2289
                "doctrine/dbal": "~2.2",
2290
                "psr/log": "~1.0",
2291
                "symfony/phpunit-bridge": "~2.8|~3.0"
2292
            },
2293
            "suggest": {
2294
                "doctrine/dbal": "For using the built-in ACL implementation",
2295
                "symfony/class-loader": "For using the ACL generateSql script",
2296
                "symfony/finder": "For using the ACL generateSql script"
2297
            },
2298
            "type": "library",
2299
            "extra": {
2300
                "branch-alias": {
2301
                    "dev-master": "3.0-dev"
2302
                }
2303
            },
2304
            "autoload": {
2305
                "psr-4": {
2306
                    "Symfony\\Component\\Security\\Acl\\": ""
2307
                },
2308
                "exclude-from-classmap": [
2309
                    "/Tests/"
2310
                ]
2311
            },
2312
            "notification-url": "https://packagist.org/downloads/",
2313
            "license": [
2314
                "MIT"
2315
            ],
2316
            "authors": [
2317
                {
2318
                    "name": "Fabien Potencier",
2319
                    "email": "[email protected]"
2320
                },
2321
                {
2322
                    "name": "Symfony Community",
2323
                    "homepage": "https://symfony.com/contributors"
2324
                }
2325
            ],
2326
            "description": "Symfony Security Component - ACL (Access Control List)",
2327
            "homepage": "https://symfony.com",
2328
            "time": "2015-12-28T09:39:46+00:00"
2329
        },
2330
        {
2331
            "name": "symfony/swiftmailer-bundle",
2332
            "version": "v2.6.7",
2333
            "source": {
2334
                "type": "git",
2335
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2336
                "reference": "c4808f5169efc05567be983909d00f00521c53ec"
2337
            },
2338
            "dist": {
2339
                "type": "zip",
2340
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
2341
                "reference": "c4808f5169efc05567be983909d00f00521c53ec",
2342
                "shasum": ""
2343
            },
2344
            "require": {
2345
                "php": ">=5.3.2",
2346
                "swiftmailer/swiftmailer": "~4.2|~5.0",
2347
                "symfony/config": "~2.7|~3.0",
2348
                "symfony/dependency-injection": "~2.7|~3.0",
2349
                "symfony/http-kernel": "~2.7|~3.0"
2350
            },
2351
            "require-dev": {
2352
                "symfony/console": "~2.7|~3.0",
2353
                "symfony/framework-bundle": "~2.7|~3.0",
2354
                "symfony/phpunit-bridge": "~3.3@dev",
2355
                "symfony/yaml": "~2.7|~3.0"
2356
            },
2357
            "suggest": {
2358
                "psr/log": "Allows logging"
2359
            },
2360
            "type": "symfony-bundle",
2361
            "extra": {
2362
                "branch-alias": {
2363
                    "dev-master": "2.6-dev"
2364
                }
2365
            },
2366
            "autoload": {
2367
                "psr-4": {
2368
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2369
                }
2370
            },
2371
            "notification-url": "https://packagist.org/downloads/",
2372
            "license": [
2373
                "MIT"
2374
            ],
2375
            "authors": [
2376
                {
2377
                    "name": "Symfony Community",
2378
                    "homepage": "http://symfony.com/contributors"
2379
                },
2380
                {
2381
                    "name": "Fabien Potencier",
2382
                    "email": "[email protected]"
2383
                }
2384
            ],
2385
            "description": "Symfony SwiftmailerBundle",
2386
            "homepage": "http://symfony.com",
2387
            "time": "2017-10-19T01:06:41+00:00"
2388
        },
2389
        {
2390
            "name": "symfony/symfony",
0 ignored issues
show
2391
            "version": "v3.3.6",
2392
            "source": {
2393
                "type": "git",
2394
                "url": "https://github.com/symfony/symfony.git",
2395
                "reference": "6f80cbd2dd89c5308b14e03d806356fac72c263e"
2396
            },
2397
            "dist": {
2398
                "type": "zip",
2399
                "url": "https://api.github.com/repos/symfony/symfony/zipball/6f80cbd2dd89c5308b14e03d806356fac72c263e",
2400
                "reference": "6f80cbd2dd89c5308b14e03d806356fac72c263e",
2401
                "shasum": ""
2402
            },
2403
            "require": {
2404
                "doctrine/common": "~2.4",
2405
                "ext-xml": "*",
2406
                "fig/link-util": "^1.0",
2407
                "php": ">=5.5.9",
2408
                "psr/cache": "~1.0",
2409
                "psr/container": "^1.0",
2410
                "psr/link": "^1.0",
2411
                "psr/log": "~1.0",
2412
                "psr/simple-cache": "^1.0",
2413
                "symfony/polyfill-intl-icu": "~1.0",
2414
                "symfony/polyfill-mbstring": "~1.0",
2415
                "symfony/polyfill-php56": "~1.0",
2416
                "symfony/polyfill-php70": "~1.0",
2417
                "symfony/polyfill-util": "~1.0",
2418
                "twig/twig": "~1.34|~2.4"
2419
            },
2420
            "conflict": {
2421
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0",
2422
                "phpdocumentor/type-resolver": "<0.2.0",
2423
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2424
            },
2425
            "provide": {
2426
                "psr/cache-implementation": "1.0",
2427
                "psr/container-implementation": "1.0",
2428
                "psr/simple-cache-implementation": "1.0"
2429
            },
2430
            "replace": {
2431
                "symfony/asset": "self.version",
2432
                "symfony/browser-kit": "self.version",
2433
                "symfony/cache": "self.version",
2434
                "symfony/class-loader": "self.version",
2435
                "symfony/config": "self.version",
2436
                "symfony/console": "self.version",
2437
                "symfony/css-selector": "self.version",
2438
                "symfony/debug": "self.version",
2439
                "symfony/debug-bundle": "self.version",
2440
                "symfony/dependency-injection": "self.version",
2441
                "symfony/doctrine-bridge": "self.version",
2442
                "symfony/dom-crawler": "self.version",
2443
                "symfony/dotenv": "self.version",
2444
                "symfony/event-dispatcher": "self.version",
2445
                "symfony/expression-language": "self.version",
2446
                "symfony/filesystem": "self.version",
2447
                "symfony/finder": "self.version",
2448
                "symfony/form": "self.version",
2449
                "symfony/framework-bundle": "self.version",
2450
                "symfony/http-foundation": "self.version",
2451
                "symfony/http-kernel": "self.version",
2452
                "symfony/inflector": "self.version",
2453
                "symfony/intl": "self.version",
2454
                "symfony/ldap": "self.version",
2455
                "symfony/monolog-bridge": "self.version",
2456
                "symfony/options-resolver": "self.version",
2457
                "symfony/process": "self.version",
2458
                "symfony/property-access": "self.version",
2459
                "symfony/property-info": "self.version",
2460
                "symfony/proxy-manager-bridge": "self.version",
2461
                "symfony/routing": "self.version",
2462
                "symfony/security": "self.version",
2463
                "symfony/security-bundle": "self.version",
2464
                "symfony/security-core": "self.version",
2465
                "symfony/security-csrf": "self.version",
2466
                "symfony/security-guard": "self.version",
2467
                "symfony/security-http": "self.version",
2468
                "symfony/serializer": "self.version",
2469
                "symfony/stopwatch": "self.version",
2470
                "symfony/templating": "self.version",
2471
                "symfony/translation": "self.version",
2472
                "symfony/twig-bridge": "self.version",
2473
                "symfony/twig-bundle": "self.version",
2474
                "symfony/validator": "self.version",
2475
                "symfony/var-dumper": "self.version",
2476
                "symfony/web-link": "self.version",
2477
                "symfony/web-profiler-bundle": "self.version",
2478
                "symfony/web-server-bundle": "self.version",
2479
                "symfony/workflow": "self.version",
2480
                "symfony/yaml": "self.version"
2481
            },
2482
            "require-dev": {
2483
                "cache/integration-tests": "dev-master",
2484
                "doctrine/cache": "~1.6",
2485
                "doctrine/data-fixtures": "1.0.*",
2486
                "doctrine/dbal": "~2.4",
2487
                "doctrine/doctrine-bundle": "~1.4",
2488
                "doctrine/orm": "~2.4,>=2.4.5",
2489
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
2490
                "monolog/monolog": "~1.11",
2491
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
2492
                "phpdocumentor/reflection-docblock": "^3.0",
2493
                "predis/predis": "~1.0",
2494
                "sensio/framework-extra-bundle": "^3.0.2",
2495
                "symfony/phpunit-bridge": "~3.2",
2496
                "symfony/polyfill-apcu": "~1.1",
2497
                "symfony/security-acl": "~2.8|~3.0"
2498
            },
2499
            "type": "library",
2500
            "extra": {
2501
                "branch-alias": {
2502
                    "dev-master": "3.3-dev"
2503
                }
2504
            },
2505
            "autoload": {
2506
                "psr-4": {
2507
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2508
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2509
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2510
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2511
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2512
                    "Symfony\\Component\\": "src/Symfony/Component/"
2513
                },
2514
                "classmap": [
2515
                    "src/Symfony/Component/Intl/Resources/stubs"
2516
                ],
2517
                "exclude-from-classmap": [
2518
                    "**/Tests/"
2519
                ]
2520
            },
2521
            "notification-url": "https://packagist.org/downloads/",
2522
            "license": [
2523
                "MIT"
2524
            ],
2525
            "authors": [
2526
                {
2527
                    "name": "Fabien Potencier",
2528
                    "email": "[email protected]"
2529
                },
2530
                {
2531
                    "name": "Symfony Community",
2532
                    "homepage": "https://symfony.com/contributors"
2533
                }
2534
            ],
2535
            "description": "The Symfony PHP framework",
2536
            "homepage": "https://symfony.com",
2537
            "keywords": [
2538
                "framework"
2539
            ],
2540
            "time": "2017-08-01T10:26:30+00:00"
2541
        },
2542
        {
2543
            "name": "twig/twig",
2544
            "version": "v2.4.4",
2545
            "source": {
2546
                "type": "git",
2547
                "url": "https://github.com/twigphp/Twig.git",
2548
                "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb"
2549
            },
2550
            "dist": {
2551
                "type": "zip",
2552
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/eddb97148ad779f27e670e1e3f19fb323aedafeb",
2553
                "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb",
2554
                "shasum": ""
2555
            },
2556
            "require": {
2557
                "php": "^7.0",
2558
                "symfony/polyfill-mbstring": "~1.0"
2559
            },
2560
            "require-dev": {
2561
                "psr/container": "^1.0",
2562
                "symfony/debug": "~2.7",
2563
                "symfony/phpunit-bridge": "~3.3@dev"
2564
            },
2565
            "type": "library",
2566
            "extra": {
2567
                "branch-alias": {
2568
                    "dev-master": "2.4-dev"
2569
                }
2570
            },
2571
            "autoload": {
2572
                "psr-0": {
2573
                    "Twig_": "lib/"
2574
                },
2575
                "psr-4": {
2576
                    "Twig\\": "src/"
2577
                }
2578
            },
2579
            "notification-url": "https://packagist.org/downloads/",
2580
            "license": [
2581
                "BSD-3-Clause"
2582
            ],
2583
            "authors": [
2584
                {
2585
                    "name": "Fabien Potencier",
2586
                    "email": "[email protected]",
2587
                    "homepage": "http://fabien.potencier.org",
2588
                    "role": "Lead Developer"
2589
                },
2590
                {
2591
                    "name": "Armin Ronacher",
2592
                    "email": "[email protected]",
2593
                    "role": "Project Founder"
2594
                },
2595
                {
2596
                    "name": "Twig Team",
2597
                    "homepage": "http://twig.sensiolabs.org/contributors",
2598
                    "role": "Contributors"
2599
                }
2600
            ],
2601
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2602
            "homepage": "http://twig.sensiolabs.org",
2603
            "keywords": [
2604
                "templating"
2605
            ],
2606
            "time": "2017-09-27T18:10:31+00:00"
2607
        }
2608
    ],
2609
    "packages-dev": [
2610
        {
2611
            "name": "doctrine/instantiator",
2612
            "version": "1.0.5",
2613
            "source": {
2614
                "type": "git",
2615
                "url": "https://github.com/doctrine/instantiator.git",
2616
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2617
            },
2618
            "dist": {
2619
                "type": "zip",
2620
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2621
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2622
                "shasum": ""
2623
            },
2624
            "require": {
2625
                "php": ">=5.3,<8.0-DEV"
2626
            },
2627
            "require-dev": {
2628
                "athletic/athletic": "~0.1.8",
2629
                "ext-pdo": "*",
2630
                "ext-phar": "*",
2631
                "phpunit/phpunit": "~4.0",
2632
                "squizlabs/php_codesniffer": "~2.0"
2633
            },
2634
            "type": "library",
2635
            "extra": {
2636
                "branch-alias": {
2637
                    "dev-master": "1.0.x-dev"
2638
                }
2639
            },
2640
            "autoload": {
2641
                "psr-4": {
2642
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2643
                }
2644
            },
2645
            "notification-url": "https://packagist.org/downloads/",
2646
            "license": [
2647
                "MIT"
2648
            ],
2649
            "authors": [
2650
                {
2651
                    "name": "Marco Pivetta",
2652
                    "email": "[email protected]",
2653
                    "homepage": "http://ocramius.github.com/"
2654
                }
2655
            ],
2656
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2657
            "homepage": "https://github.com/doctrine/instantiator",
2658
            "keywords": [
2659
                "constructor",
2660
                "instantiate"
2661
            ],
2662
            "time": "2015-06-14T21:17:01+00:00"
2663
        },
2664
        {
2665
            "name": "myclabs/deep-copy",
2666
            "version": "1.7.0",
2667
            "source": {
2668
                "type": "git",
2669
                "url": "https://github.com/myclabs/DeepCopy.git",
2670
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2671
            },
2672
            "dist": {
2673
                "type": "zip",
2674
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2675
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2676
                "shasum": ""
2677
            },
2678
            "require": {
2679
                "php": "^5.6 || ^7.0"
2680
            },
2681
            "require-dev": {
2682
                "doctrine/collections": "^1.0",
2683
                "doctrine/common": "^2.6",
2684
                "phpunit/phpunit": "^4.1"
2685
            },
2686
            "type": "library",
2687
            "autoload": {
2688
                "psr-4": {
2689
                    "DeepCopy\\": "src/DeepCopy/"
2690
                },
2691
                "files": [
2692
                    "src/DeepCopy/deep_copy.php"
2693
                ]
2694
            },
2695
            "notification-url": "https://packagist.org/downloads/",
2696
            "license": [
2697
                "MIT"
2698
            ],
2699
            "description": "Create deep copies (clones) of your objects",
2700
            "keywords": [
2701
                "clone",
2702
                "copy",
2703
                "duplicate",
2704
                "object",
2705
                "object graph"
2706
            ],
2707
            "time": "2017-10-19T19:58:43+00:00"
2708
        },
2709
        {
2710
            "name": "phpdocumentor/reflection-common",
2711
            "version": "1.0.1",
2712
            "source": {
2713
                "type": "git",
2714
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2715
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2716
            },
2717
            "dist": {
2718
                "type": "zip",
2719
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2720
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2721
                "shasum": ""
2722
            },
2723
            "require": {
2724
                "php": ">=5.5"
2725
            },
2726
            "require-dev": {
2727
                "phpunit/phpunit": "^4.6"
2728
            },
2729
            "type": "library",
2730
            "extra": {
2731
                "branch-alias": {
2732
                    "dev-master": "1.0.x-dev"
2733
                }
2734
            },
2735
            "autoload": {
2736
                "psr-4": {
2737
                    "phpDocumentor\\Reflection\\": [
2738
                        "src"
2739
                    ]
2740
                }
2741
            },
2742
            "notification-url": "https://packagist.org/downloads/",
2743
            "license": [
2744
                "MIT"
2745
            ],
2746
            "authors": [
2747
                {
2748
                    "name": "Jaap van Otterdijk",
2749
                    "email": "[email protected]"
2750
                }
2751
            ],
2752
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2753
            "homepage": "http://www.phpdoc.org",
2754
            "keywords": [
2755
                "FQSEN",
2756
                "phpDocumentor",
2757
                "phpdoc",
2758
                "reflection",
2759
                "static analysis"
2760
            ],
2761
            "time": "2017-09-11T18:02:19+00:00"
2762
        },
2763
        {
2764
            "name": "phpdocumentor/reflection-docblock",
2765
            "version": "3.1.1",
2766
            "source": {
2767
                "type": "git",
2768
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2769
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2770
            },
2771
            "dist": {
2772
                "type": "zip",
2773
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2774
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2775
                "shasum": ""
2776
            },
2777
            "require": {
2778
                "php": ">=5.5",
2779
                "phpdocumentor/reflection-common": "^1.0@dev",
2780
                "phpdocumentor/type-resolver": "^0.2.0",
2781
                "webmozart/assert": "^1.0"
2782
            },
2783
            "require-dev": {
2784
                "mockery/mockery": "^0.9.4",
2785
                "phpunit/phpunit": "^4.4"
2786
            },
2787
            "type": "library",
2788
            "autoload": {
2789
                "psr-4": {
2790
                    "phpDocumentor\\Reflection\\": [
2791
                        "src/"
2792
                    ]
2793
                }
2794
            },
2795
            "notification-url": "https://packagist.org/downloads/",
2796
            "license": [
2797
                "MIT"
2798
            ],
2799
            "authors": [
2800
                {
2801
                    "name": "Mike van Riel",
2802
                    "email": "[email protected]"
2803
                }
2804
            ],
2805
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2806
            "time": "2016-09-30T07:12:33+00:00"
2807
        },
2808
        {
2809
            "name": "phpdocumentor/type-resolver",
2810
            "version": "0.2.1",
2811
            "source": {
2812
                "type": "git",
2813
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2814
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
2815
            },
2816
            "dist": {
2817
                "type": "zip",
2818
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2819
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2820
                "shasum": ""
2821
            },
2822
            "require": {
2823
                "php": ">=5.5",
2824
                "phpdocumentor/reflection-common": "^1.0"
2825
            },
2826
            "require-dev": {
2827
                "mockery/mockery": "^0.9.4",
2828
                "phpunit/phpunit": "^5.2||^4.8.24"
2829
            },
2830
            "type": "library",
2831
            "extra": {
2832
                "branch-alias": {
2833
                    "dev-master": "1.0.x-dev"
2834
                }
2835
            },
2836
            "autoload": {
2837
                "psr-4": {
2838
                    "phpDocumentor\\Reflection\\": [
2839
                        "src/"
2840
                    ]
2841
                }
2842
            },
2843
            "notification-url": "https://packagist.org/downloads/",
2844
            "license": [
2845
                "MIT"
2846
            ],
2847
            "authors": [
2848
                {
2849
                    "name": "Mike van Riel",
2850
                    "email": "[email protected]"
2851
                }
2852
            ],
2853
            "time": "2016-11-25T06:54:22+00:00"
2854
        },
2855
        {
2856
            "name": "phpspec/prophecy",
2857
            "version": "v1.7.2",
2858
            "source": {
2859
                "type": "git",
2860
                "url": "https://github.com/phpspec/prophecy.git",
2861
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
2862
            },
2863
            "dist": {
2864
                "type": "zip",
2865
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
2866
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
2867
                "shasum": ""
2868
            },
2869
            "require": {
2870
                "doctrine/instantiator": "^1.0.2",
2871
                "php": "^5.3|^7.0",
2872
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2873
                "sebastian/comparator": "^1.1|^2.0",
2874
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2875
            },
2876
            "require-dev": {
2877
                "phpspec/phpspec": "^2.5|^3.2",
2878
                "phpunit/phpunit": "^4.8 || ^5.6.5"
2879
            },
2880
            "type": "library",
2881
            "extra": {
2882
                "branch-alias": {
2883
                    "dev-master": "1.7.x-dev"
2884
                }
2885
            },
2886
            "autoload": {
2887
                "psr-0": {
2888
                    "Prophecy\\": "src/"
2889
                }
2890
            },
2891
            "notification-url": "https://packagist.org/downloads/",
2892
            "license": [
2893
                "MIT"
2894
            ],
2895
            "authors": [
2896
                {
2897
                    "name": "Konstantin Kudryashov",
2898
                    "email": "[email protected]",
2899
                    "homepage": "http://everzet.com"
2900
                },
2901
                {
2902
                    "name": "Marcello Duarte",
2903
                    "email": "[email protected]"
2904
                }
2905
            ],
2906
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2907
            "homepage": "https://github.com/phpspec/prophecy",
2908
            "keywords": [
2909
                "Double",
2910
                "Dummy",
2911
                "fake",
2912
                "mock",
2913
                "spy",
2914
                "stub"
2915
            ],
2916
            "time": "2017-09-04T11:05:03+00:00"
2917
        },
2918
        {
2919
            "name": "phpunit/php-code-coverage",
2920
            "version": "4.0.8",
2921
            "source": {
2922
                "type": "git",
2923
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2924
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2925
            },
2926
            "dist": {
2927
                "type": "zip",
2928
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2929
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2930
                "shasum": ""
2931
            },
2932
            "require": {
2933
                "ext-dom": "*",
2934
                "ext-xmlwriter": "*",
2935
                "php": "^5.6 || ^7.0",
2936
                "phpunit/php-file-iterator": "^1.3",
2937
                "phpunit/php-text-template": "^1.2",
2938
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
2939
                "sebastian/code-unit-reverse-lookup": "^1.0",
2940
                "sebastian/environment": "^1.3.2 || ^2.0",
2941
                "sebastian/version": "^1.0 || ^2.0"
2942
            },
2943
            "require-dev": {
2944
                "ext-xdebug": "^2.1.4",
2945
                "phpunit/phpunit": "^5.7"
2946
            },
2947
            "suggest": {
2948
                "ext-xdebug": "^2.5.1"
2949
            },
2950
            "type": "library",
2951
            "extra": {
2952
                "branch-alias": {
2953
                    "dev-master": "4.0.x-dev"
2954
                }
2955
            },
2956
            "autoload": {
2957
                "classmap": [
2958
                    "src/"
2959
                ]
2960
            },
2961
            "notification-url": "https://packagist.org/downloads/",
2962
            "license": [
2963
                "BSD-3-Clause"
2964
            ],
2965
            "authors": [
2966
                {
2967
                    "name": "Sebastian Bergmann",
2968
                    "email": "[email protected]",
2969
                    "role": "lead"
2970
                }
2971
            ],
2972
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2973
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2974
            "keywords": [
2975
                "coverage",
2976
                "testing",
2977
                "xunit"
2978
            ],
2979
            "time": "2017-04-02T07:44:40+00:00"
2980
        },
2981
        {
2982
            "name": "phpunit/php-file-iterator",
2983
            "version": "1.4.2",
2984
            "source": {
2985
                "type": "git",
2986
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2987
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2988
            },
2989
            "dist": {
2990
                "type": "zip",
2991
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2992
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2993
                "shasum": ""
2994
            },
2995
            "require": {
2996
                "php": ">=5.3.3"
2997
            },
2998
            "type": "library",
2999
            "extra": {
3000
                "branch-alias": {
3001
                    "dev-master": "1.4.x-dev"
3002
                }
3003
            },
3004
            "autoload": {
3005
                "classmap": [
3006
                    "src/"
3007
                ]
3008
            },
3009
            "notification-url": "https://packagist.org/downloads/",
3010
            "license": [
3011
                "BSD-3-Clause"
3012
            ],
3013
            "authors": [
3014
                {
3015
                    "name": "Sebastian Bergmann",
3016
                    "email": "[email protected]",
3017
                    "role": "lead"
3018
                }
3019
            ],
3020
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3021
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3022
            "keywords": [
3023
                "filesystem",
3024
                "iterator"
3025
            ],
3026
            "time": "2016-10-03T07:40:28+00:00"
3027
        },
3028
        {
3029
            "name": "phpunit/php-text-template",
3030
            "version": "1.2.1",
3031
            "source": {
3032
                "type": "git",
3033
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3034
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3035
            },
3036
            "dist": {
3037
                "type": "zip",
3038
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3039
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3040
                "shasum": ""
3041
            },
3042
            "require": {
3043
                "php": ">=5.3.3"
3044
            },
3045
            "type": "library",
3046
            "autoload": {
3047
                "classmap": [
3048
                    "src/"
3049
                ]
3050
            },
3051
            "notification-url": "https://packagist.org/downloads/",
3052
            "license": [
3053
                "BSD-3-Clause"
3054
            ],
3055
            "authors": [
3056
                {
3057
                    "name": "Sebastian Bergmann",
3058
                    "email": "[email protected]",
3059
                    "role": "lead"
3060
                }
3061
            ],
3062
            "description": "Simple template engine.",
3063
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3064
            "keywords": [
3065
                "template"
3066
            ],
3067
            "time": "2015-06-21T13:50:34+00:00"
3068
        },
3069
        {
3070
            "name": "phpunit/php-timer",
3071
            "version": "1.0.9",
3072
            "source": {
3073
                "type": "git",
3074
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3075
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3076
            },
3077
            "dist": {
3078
                "type": "zip",
3079
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3080
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3081
                "shasum": ""
3082
            },
3083
            "require": {
3084
                "php": "^5.3.3 || ^7.0"
3085
            },
3086
            "require-dev": {
3087
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3088
            },
3089
            "type": "library",
3090
            "extra": {
3091
                "branch-alias": {
3092
                    "dev-master": "1.0-dev"
3093
                }
3094
            },
3095
            "autoload": {
3096
                "classmap": [
3097
                    "src/"
3098
                ]
3099
            },
3100
            "notification-url": "https://packagist.org/downloads/",
3101
            "license": [
3102
                "BSD-3-Clause"
3103
            ],
3104
            "authors": [
3105
                {
3106
                    "name": "Sebastian Bergmann",
3107
                    "email": "[email protected]",
3108
                    "role": "lead"
3109
                }
3110
            ],
3111
            "description": "Utility class for timing",
3112
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3113
            "keywords": [
3114
                "timer"
3115
            ],
3116
            "time": "2017-02-26T11:10:40+00:00"
3117
        },
3118
        {
3119
            "name": "phpunit/php-token-stream",
3120
            "version": "2.0.1",
3121
            "source": {
3122
                "type": "git",
3123
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3124
                "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
3125
            },
3126
            "dist": {
3127
                "type": "zip",
3128
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
3129
                "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
3130
                "shasum": ""
3131
            },
3132
            "require": {
3133
                "ext-tokenizer": "*",
3134
                "php": "^7.0"
3135
            },
3136
            "require-dev": {
3137
                "phpunit/phpunit": "^6.2.4"
3138
            },
3139
            "type": "library",
3140
            "extra": {
3141
                "branch-alias": {
3142
                    "dev-master": "2.0-dev"
3143
                }
3144
            },
3145
            "autoload": {
3146
                "classmap": [
3147
                    "src/"
3148
                ]
3149
            },
3150
            "notification-url": "https://packagist.org/downloads/",
3151
            "license": [
3152
                "BSD-3-Clause"
3153
            ],
3154
            "authors": [
3155
                {
3156
                    "name": "Sebastian Bergmann",
3157
                    "email": "[email protected]"
3158
                }
3159
            ],
3160
            "description": "Wrapper around PHP's tokenizer extension.",
3161
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3162
            "keywords": [
3163
                "tokenizer"
3164
            ],
3165
            "time": "2017-08-20T05:47:52+00:00"
3166
        },
3167
        {
3168
            "name": "phpunit/phpunit",
3169
            "version": "5.7.25",
3170
            "source": {
3171
                "type": "git",
3172
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3173
                "reference": "4b1c822a68ae6577df38a59eb49b046712ec0f6a"
3174
            },
3175
            "dist": {
3176
                "type": "zip",
3177
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b1c822a68ae6577df38a59eb49b046712ec0f6a",
3178
                "reference": "4b1c822a68ae6577df38a59eb49b046712ec0f6a",
3179
                "shasum": ""
3180
            },
3181
            "require": {
3182
                "ext-dom": "*",
3183
                "ext-json": "*",
3184
                "ext-libxml": "*",
3185
                "ext-mbstring": "*",
3186
                "ext-xml": "*",
3187
                "myclabs/deep-copy": "~1.3",
3188
                "php": "^5.6 || ^7.0",
3189
                "phpspec/prophecy": "^1.6.2",
3190
                "phpunit/php-code-coverage": "^4.0.4",
3191
                "phpunit/php-file-iterator": "~1.4",
3192
                "phpunit/php-text-template": "~1.2",
3193
                "phpunit/php-timer": "^1.0.6",
3194
                "phpunit/phpunit-mock-objects": "^3.2",
3195
                "sebastian/comparator": "^1.2.4",
3196
                "sebastian/diff": "^1.4.3",
3197
                "sebastian/environment": "^1.3.4 || ^2.0",
3198
                "sebastian/exporter": "~2.0",
3199
                "sebastian/global-state": "^1.1",
3200
                "sebastian/object-enumerator": "~2.0",
3201
                "sebastian/resource-operations": "~1.0",
3202
                "sebastian/version": "~1.0.3|~2.0",
3203
                "symfony/yaml": "~2.1|~3.0|~4.0"
3204
            },
3205
            "conflict": {
3206
                "phpdocumentor/reflection-docblock": "3.0.2"
3207
            },
3208
            "require-dev": {
3209
                "ext-pdo": "*"
3210
            },
3211
            "suggest": {
3212
                "ext-xdebug": "*",
3213
                "phpunit/php-invoker": "~1.1"
3214
            },
3215
            "bin": [
3216
                "phpunit"
3217
            ],
3218
            "type": "library",
3219
            "extra": {
3220
                "branch-alias": {
3221
                    "dev-master": "5.7.x-dev"
3222
                }
3223
            },
3224
            "autoload": {
3225
                "classmap": [
3226
                    "src/"
3227
                ]
3228
            },
3229
            "notification-url": "https://packagist.org/downloads/",
3230
            "license": [
3231
                "BSD-3-Clause"
3232
            ],
3233
            "authors": [
3234
                {
3235
                    "name": "Sebastian Bergmann",
3236
                    "email": "[email protected]",
3237
                    "role": "lead"
3238
                }
3239
            ],
3240
            "description": "The PHP Unit Testing framework.",
3241
            "homepage": "https://phpunit.de/",
3242
            "keywords": [
3243
                "phpunit",
3244
                "testing",
3245
                "xunit"
3246
            ],
3247
            "time": "2017-11-14T14:50:51+00:00"
3248
        },
3249
        {
3250
            "name": "phpunit/phpunit-mock-objects",
3251
            "version": "3.4.4",
3252
            "source": {
3253
                "type": "git",
3254
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3255
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
3256
            },
3257
            "dist": {
3258
                "type": "zip",
3259
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
3260
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
3261
                "shasum": ""
3262
            },
3263
            "require": {
3264
                "doctrine/instantiator": "^1.0.2",
3265
                "php": "^5.6 || ^7.0",
3266
                "phpunit/php-text-template": "^1.2",
3267
                "sebastian/exporter": "^1.2 || ^2.0"
3268
            },
3269
            "conflict": {
3270
                "phpunit/phpunit": "<5.4.0"
3271
            },
3272
            "require-dev": {
3273
                "phpunit/phpunit": "^5.4"
3274
            },
3275
            "suggest": {
3276
                "ext-soap": "*"
3277
            },
3278
            "type": "library",
3279
            "extra": {
3280
                "branch-alias": {
3281
                    "dev-master": "3.2.x-dev"
3282
                }
3283
            },
3284
            "autoload": {
3285
                "classmap": [
3286
                    "src/"
3287
                ]
3288
            },
3289
            "notification-url": "https://packagist.org/downloads/",
3290
            "license": [
3291
                "BSD-3-Clause"
3292
            ],
3293
            "authors": [
3294
                {
3295
                    "name": "Sebastian Bergmann",
3296
                    "email": "[email protected]",
3297
                    "role": "lead"
3298
                }
3299
            ],
3300
            "description": "Mock Object library for PHPUnit",
3301
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3302
            "keywords": [
3303
                "mock",
3304
                "xunit"
3305
            ],
3306
            "time": "2017-06-30T09:13:00+00:00"
3307
        },
3308
        {
3309
            "name": "sebastian/code-unit-reverse-lookup",
3310
            "version": "1.0.1",
3311
            "source": {
3312
                "type": "git",
3313
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3314
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3315
            },
3316
            "dist": {
3317
                "type": "zip",
3318
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3319
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3320
                "shasum": ""
3321
            },
3322
            "require": {
3323
                "php": "^5.6 || ^7.0"
3324
            },
3325
            "require-dev": {
3326
                "phpunit/phpunit": "^5.7 || ^6.0"
3327
            },
3328
            "type": "library",
3329
            "extra": {
3330
                "branch-alias": {
3331
                    "dev-master": "1.0.x-dev"
3332
                }
3333
            },
3334
            "autoload": {
3335
                "classmap": [
3336
                    "src/"
3337
                ]
3338
            },
3339
            "notification-url": "https://packagist.org/downloads/",
3340
            "license": [
3341
                "BSD-3-Clause"
3342
            ],
3343
            "authors": [
3344
                {
3345
                    "name": "Sebastian Bergmann",
3346
                    "email": "[email protected]"
3347
                }
3348
            ],
3349
            "description": "Looks up which function or method a line of code belongs to",
3350
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3351
            "time": "2017-03-04T06:30:41+00:00"
3352
        },
3353
        {
3354
            "name": "sebastian/comparator",
3355
            "version": "1.2.4",
3356
            "source": {
3357
                "type": "git",
3358
                "url": "https://github.com/sebastianbergmann/comparator.git",
3359
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3360
            },
3361
            "dist": {
3362
                "type": "zip",
3363
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3364
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3365
                "shasum": ""
3366
            },
3367
            "require": {
3368
                "php": ">=5.3.3",
3369
                "sebastian/diff": "~1.2",
3370
                "sebastian/exporter": "~1.2 || ~2.0"
3371
            },
3372
            "require-dev": {
3373
                "phpunit/phpunit": "~4.4"
3374
            },
3375
            "type": "library",
3376
            "extra": {
3377
                "branch-alias": {
3378
                    "dev-master": "1.2.x-dev"
3379
                }
3380
            },
3381
            "autoload": {
3382
                "classmap": [
3383
                    "src/"
3384
                ]
3385
            },
3386
            "notification-url": "https://packagist.org/downloads/",
3387
            "license": [
3388
                "BSD-3-Clause"
3389
            ],
3390
            "authors": [
3391
                {
3392
                    "name": "Jeff Welch",
3393
                    "email": "[email protected]"
3394
                },
3395
                {
3396
                    "name": "Volker Dusch",
3397
                    "email": "[email protected]"
3398
                },
3399
                {
3400
                    "name": "Bernhard Schussek",
3401
                    "email": "[email protected]"
3402
                },
3403
                {
3404
                    "name": "Sebastian Bergmann",
3405
                    "email": "[email protected]"
3406
                }
3407
            ],
3408
            "description": "Provides the functionality to compare PHP values for equality",
3409
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3410
            "keywords": [
3411
                "comparator",
3412
                "compare",
3413
                "equality"
3414
            ],
3415
            "time": "2017-01-29T09:50:25+00:00"
3416
        },
3417
        {
3418
            "name": "sebastian/diff",
3419
            "version": "1.4.3",
3420
            "source": {
3421
                "type": "git",
3422
                "url": "https://github.com/sebastianbergmann/diff.git",
3423
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3424
            },
3425
            "dist": {
3426
                "type": "zip",
3427
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3428
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3429
                "shasum": ""
3430
            },
3431
            "require": {
3432
                "php": "^5.3.3 || ^7.0"
3433
            },
3434
            "require-dev": {
3435
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3436
            },
3437
            "type": "library",
3438
            "extra": {
3439
                "branch-alias": {
3440
                    "dev-master": "1.4-dev"
3441
                }
3442
            },
3443
            "autoload": {
3444
                "classmap": [
3445
                    "src/"
3446
                ]
3447
            },
3448
            "notification-url": "https://packagist.org/downloads/",
3449
            "license": [
3450
                "BSD-3-Clause"
3451
            ],
3452
            "authors": [
3453
                {
3454
                    "name": "Kore Nordmann",
3455
                    "email": "[email protected]"
3456
                },
3457
                {
3458
                    "name": "Sebastian Bergmann",
3459
                    "email": "[email protected]"
3460
                }
3461
            ],
3462
            "description": "Diff implementation",
3463
            "homepage": "https://github.com/sebastianbergmann/diff",
3464
            "keywords": [
3465
                "diff"
3466
            ],
3467
            "time": "2017-05-22T07:24:03+00:00"
3468
        },
3469
        {
3470
            "name": "sebastian/environment",
3471
            "version": "2.0.0",
3472
            "source": {
3473
                "type": "git",
3474
                "url": "https://github.com/sebastianbergmann/environment.git",
3475
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3476
            },
3477
            "dist": {
3478
                "type": "zip",
3479
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3480
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3481
                "shasum": ""
3482
            },
3483
            "require": {
3484
                "php": "^5.6 || ^7.0"
3485
            },
3486
            "require-dev": {
3487
                "phpunit/phpunit": "^5.0"
3488
            },
3489
            "type": "library",
3490
            "extra": {
3491
                "branch-alias": {
3492
                    "dev-master": "2.0.x-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": "Sebastian Bergmann",
3507
                    "email": "[email protected]"
3508
                }
3509
            ],
3510
            "description": "Provides functionality to handle HHVM/PHP environments",
3511
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3512
            "keywords": [
3513
                "Xdebug",
3514
                "environment",
3515
                "hhvm"
3516
            ],
3517
            "time": "2016-11-26T07:53:53+00:00"
3518
        },
3519
        {
3520
            "name": "sebastian/exporter",
3521
            "version": "2.0.0",
3522
            "source": {
3523
                "type": "git",
3524
                "url": "https://github.com/sebastianbergmann/exporter.git",
3525
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3526
            },
3527
            "dist": {
3528
                "type": "zip",
3529
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3530
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3531
                "shasum": ""
3532
            },
3533
            "require": {
3534
                "php": ">=5.3.3",
3535
                "sebastian/recursion-context": "~2.0"
3536
            },
3537
            "require-dev": {
3538
                "ext-mbstring": "*",
3539
                "phpunit/phpunit": "~4.4"
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": "Jeff Welch",
3559
                    "email": "[email protected]"
3560
                },
3561
                {
3562
                    "name": "Volker Dusch",
3563
                    "email": "[email protected]"
3564
                },
3565
                {
3566
                    "name": "Bernhard Schussek",
3567
                    "email": "[email protected]"
3568
                },
3569
                {
3570
                    "name": "Sebastian Bergmann",
3571
                    "email": "[email protected]"
3572
                },
3573
                {
3574
                    "name": "Adam Harvey",
3575
                    "email": "[email protected]"
3576
                }
3577
            ],
3578
            "description": "Provides the functionality to export PHP variables for visualization",
3579
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3580
            "keywords": [
3581
                "export",
3582
                "exporter"
3583
            ],
3584
            "time": "2016-11-19T08:54:04+00:00"
3585
        },
3586
        {
3587
            "name": "sebastian/global-state",
3588
            "version": "1.1.1",
3589
            "source": {
3590
                "type": "git",
3591
                "url": "https://github.com/sebastianbergmann/global-state.git",
3592
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3593
            },
3594
            "dist": {
3595
                "type": "zip",
3596
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3597
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3598
                "shasum": ""
3599
            },
3600
            "require": {
3601
                "php": ">=5.3.3"
3602
            },
3603
            "require-dev": {
3604
                "phpunit/phpunit": "~4.2"
3605
            },
3606
            "suggest": {
3607
                "ext-uopz": "*"
3608
            },
3609
            "type": "library",
3610
            "extra": {
3611
                "branch-alias": {
3612
                    "dev-master": "1.0-dev"
3613
                }
3614
            },
3615
            "autoload": {
3616
                "classmap": [
3617
                    "src/"
3618
                ]
3619
            },
3620
            "notification-url": "https://packagist.org/downloads/",
3621
            "license": [
3622
                "BSD-3-Clause"
3623
            ],
3624
            "authors": [
3625
                {
3626
                    "name": "Sebastian Bergmann",
3627
                    "email": "[email protected]"
3628
                }
3629
            ],
3630
            "description": "Snapshotting of global state",
3631
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3632
            "keywords": [
3633
                "global state"
3634
            ],
3635
            "time": "2015-10-12T03:26:01+00:00"
3636
        },
3637
        {
3638
            "name": "sebastian/object-enumerator",
3639
            "version": "2.0.1",
3640
            "source": {
3641
                "type": "git",
3642
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3643
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3644
            },
3645
            "dist": {
3646
                "type": "zip",
3647
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3648
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3649
                "shasum": ""
3650
            },
3651
            "require": {
3652
                "php": ">=5.6",
3653
                "sebastian/recursion-context": "~2.0"
3654
            },
3655
            "require-dev": {
3656
                "phpunit/phpunit": "~5"
3657
            },
3658
            "type": "library",
3659
            "extra": {
3660
                "branch-alias": {
3661
                    "dev-master": "2.0.x-dev"
3662
                }
3663
            },
3664
            "autoload": {
3665
                "classmap": [
3666
                    "src/"
3667
                ]
3668
            },
3669
            "notification-url": "https://packagist.org/downloads/",
3670
            "license": [
3671
                "BSD-3-Clause"
3672
            ],
3673
            "authors": [
3674
                {
3675
                    "name": "Sebastian Bergmann",
3676
                    "email": "[email protected]"
3677
                }
3678
            ],
3679
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3680
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3681
            "time": "2017-02-18T15:18:39+00:00"
3682
        },
3683
        {
3684
            "name": "sebastian/recursion-context",
3685
            "version": "2.0.0",
3686
            "source": {
3687
                "type": "git",
3688
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3689
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3690
            },
3691
            "dist": {
3692
                "type": "zip",
3693
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3694
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3695
                "shasum": ""
3696
            },
3697
            "require": {
3698
                "php": ">=5.3.3"
3699
            },
3700
            "require-dev": {
3701
                "phpunit/phpunit": "~4.4"
3702
            },
3703
            "type": "library",
3704
            "extra": {
3705
                "branch-alias": {
3706
                    "dev-master": "2.0.x-dev"
3707
                }
3708
            },
3709
            "autoload": {
3710
                "classmap": [
3711
                    "src/"
3712
                ]
3713
            },
3714
            "notification-url": "https://packagist.org/downloads/",
3715
            "license": [
3716
                "BSD-3-Clause"
3717
            ],
3718
            "authors": [
3719
                {
3720
                    "name": "Jeff Welch",
3721
                    "email": "[email protected]"
3722
                },
3723
                {
3724
                    "name": "Sebastian Bergmann",
3725
                    "email": "[email protected]"
3726
                },
3727
                {
3728
                    "name": "Adam Harvey",
3729
                    "email": "[email protected]"
3730
                }
3731
            ],
3732
            "description": "Provides functionality to recursively process PHP variables",
3733
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3734
            "time": "2016-11-19T07:33:16+00:00"
3735
        },
3736
        {
3737
            "name": "sebastian/resource-operations",
3738
            "version": "1.0.0",
3739
            "source": {
3740
                "type": "git",
3741
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3742
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3743
            },
3744
            "dist": {
3745
                "type": "zip",
3746
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3747
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3748
                "shasum": ""
3749
            },
3750
            "require": {
3751
                "php": ">=5.6.0"
3752
            },
3753
            "type": "library",
3754
            "extra": {
3755
                "branch-alias": {
3756
                    "dev-master": "1.0.x-dev"
3757
                }
3758
            },
3759
            "autoload": {
3760
                "classmap": [
3761
                    "src/"
3762
                ]
3763
            },
3764
            "notification-url": "https://packagist.org/downloads/",
3765
            "license": [
3766
                "BSD-3-Clause"
3767
            ],
3768
            "authors": [
3769
                {
3770
                    "name": "Sebastian Bergmann",
3771
                    "email": "[email protected]"
3772
                }
3773
            ],
3774
            "description": "Provides a list of PHP built-in functions that operate on resources",
3775
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3776
            "time": "2015-07-28T20:34:47+00:00"
3777
        },
3778
        {
3779
            "name": "sebastian/version",
3780
            "version": "2.0.1",
3781
            "source": {
3782
                "type": "git",
3783
                "url": "https://github.com/sebastianbergmann/version.git",
3784
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3785
            },
3786
            "dist": {
3787
                "type": "zip",
3788
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3789
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3790
                "shasum": ""
3791
            },
3792
            "require": {
3793
                "php": ">=5.6"
3794
            },
3795
            "type": "library",
3796
            "extra": {
3797
                "branch-alias": {
3798
                    "dev-master": "2.0.x-dev"
3799
                }
3800
            },
3801
            "autoload": {
3802
                "classmap": [
3803
                    "src/"
3804
                ]
3805
            },
3806
            "notification-url": "https://packagist.org/downloads/",
3807
            "license": [
3808
                "BSD-3-Clause"
3809
            ],
3810
            "authors": [
3811
                {
3812
                    "name": "Sebastian Bergmann",
3813
                    "email": "[email protected]",
3814
                    "role": "lead"
3815
                }
3816
            ],
3817
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3818
            "homepage": "https://github.com/sebastianbergmann/version",
3819
            "time": "2016-10-03T07:35:21+00:00"
3820
        },
3821
        {
3822
            "name": "sensio/generator-bundle",
3823
            "version": "v3.1.6",
3824
            "source": {
3825
                "type": "git",
3826
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
3827
                "reference": "128bc5dabc91ca40b7445f094968dd70ccd58305"
3828
            },
3829
            "dist": {
3830
                "type": "zip",
3831
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/128bc5dabc91ca40b7445f094968dd70ccd58305",
3832
                "reference": "128bc5dabc91ca40b7445f094968dd70ccd58305",
3833
                "shasum": ""
3834
            },
3835
            "require": {
3836
                "symfony/console": "~2.7|~3.0",
3837
                "symfony/framework-bundle": "~2.7|~3.0",
3838
                "symfony/process": "~2.7|~3.0",
3839
                "symfony/yaml": "~2.7|~3.0",
3840
                "twig/twig": "^1.28.2|^2.0"
3841
            },
3842
            "require-dev": {
3843
                "doctrine/orm": "~2.4",
3844
                "symfony/doctrine-bridge": "~2.7|~3.0",
3845
                "symfony/filesystem": "~2.7|~3.0",
3846
                "symfony/phpunit-bridge": "^3.3"
3847
            },
3848
            "type": "symfony-bundle",
3849
            "extra": {
3850
                "branch-alias": {
3851
                    "dev-master": "3.1.x-dev"
3852
                }
3853
            },
3854
            "autoload": {
3855
                "psr-4": {
3856
                    "Sensio\\Bundle\\GeneratorBundle\\": ""
3857
                },
3858
                "exclude-from-classmap": [
3859
                    "/Tests/"
3860
                ]
3861
            },
3862
            "notification-url": "https://packagist.org/downloads/",
3863
            "license": [
3864
                "MIT"
3865
            ],
3866
            "authors": [
3867
                {
3868
                    "name": "Fabien Potencier",
3869
                    "email": "[email protected]"
3870
                }
3871
            ],
3872
            "description": "This bundle generates code for you",
3873
            "time": "2017-07-18T07:57:44+00:00"
3874
        },
3875
        {
3876
            "name": "symfony/phpunit-bridge",
3877
            "version": "v3.3.13",
3878
            "source": {
3879
                "type": "git",
3880
                "url": "https://github.com/symfony/phpunit-bridge.git",
3881
                "reference": "0cbc5e0f8af23dadf270371b9627f1f264cf6021"
3882
            },
3883
            "dist": {
3884
                "type": "zip",
3885
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/0cbc5e0f8af23dadf270371b9627f1f264cf6021",
3886
                "reference": "0cbc5e0f8af23dadf270371b9627f1f264cf6021",
3887
                "shasum": ""
3888
            },
3889
            "require": {
3890
                "php": ">=5.3.3"
3891
            },
3892
            "conflict": {
3893
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3894
            },
3895
            "suggest": {
3896
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
3897
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
3898
            },
3899
            "bin": [
3900
                "bin/simple-phpunit"
3901
            ],
3902
            "type": "symfony-bridge",
3903
            "extra": {
3904
                "branch-alias": {
3905
                    "dev-master": "3.3-dev"
3906
                }
3907
            },
3908
            "autoload": {
3909
                "files": [
3910
                    "bootstrap.php"
3911
                ],
3912
                "psr-4": {
3913
                    "Symfony\\Bridge\\PhpUnit\\": ""
3914
                },
3915
                "exclude-from-classmap": [
3916
                    "/Tests/"
3917
                ]
3918
            },
3919
            "notification-url": "https://packagist.org/downloads/",
3920
            "license": [
3921
                "MIT"
3922
            ],
3923
            "authors": [
3924
                {
3925
                    "name": "Nicolas Grekas",
3926
                    "email": "[email protected]"
3927
                },
3928
                {
3929
                    "name": "Symfony Community",
3930
                    "homepage": "https://symfony.com/contributors"
3931
                }
3932
            ],
3933
            "description": "Symfony PHPUnit Bridge",
3934
            "homepage": "https://symfony.com",
3935
            "time": "2017-11-07T14:16:22+00:00"
3936
        },
3937
        {
3938
            "name": "webmozart/assert",
3939
            "version": "1.2.0",
3940
            "source": {
3941
                "type": "git",
3942
                "url": "https://github.com/webmozart/assert.git",
3943
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3944
            },
3945
            "dist": {
3946
                "type": "zip",
3947
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3948
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3949
                "shasum": ""
3950
            },
3951
            "require": {
3952
                "php": "^5.3.3 || ^7.0"
3953
            },
3954
            "require-dev": {
3955
                "phpunit/phpunit": "^4.6",
3956
                "sebastian/version": "^1.0.1"
3957
            },
3958
            "type": "library",
3959
            "extra": {
3960
                "branch-alias": {
3961
                    "dev-master": "1.3-dev"
3962
                }
3963
            },
3964
            "autoload": {
3965
                "psr-4": {
3966
                    "Webmozart\\Assert\\": "src/"
3967
                }
3968
            },
3969
            "notification-url": "https://packagist.org/downloads/",
3970
            "license": [
3971
                "MIT"
3972
            ],
3973
            "authors": [
3974
                {
3975
                    "name": "Bernhard Schussek",
3976
                    "email": "[email protected]"
3977
                }
3978
            ],
3979
            "description": "Assertions to validate method input/output with nice error messages.",
3980
            "keywords": [
3981
                "assert",
3982
                "check",
3983
                "validate"
3984
            ],
3985
            "time": "2016-11-23T20:04:58+00:00"
3986
        }
3987
    ],
3988
    "aliases": [],
3989
    "minimum-stability": "stable",
3990
    "stability-flags": {
3991
        "propel/propel": 15,
3992
        "propel/propel-bundle": 15,
3993
        "steeffeen/fancymanialinks": 20
3994
    },
3995
    "prefer-stable": false,
3996
    "prefer-lowest": false,
3997
    "platform": {
3998
        "php": ">=7.0"
3999
    },
4000
    "platform-dev": [],
4001
    "platform-overrides": {
4002
        "php": "7.0"
4003
    }
4004
}
4005