Completed
Pull Request — master (#333)
by
unknown
03:39
created

composer.lock (2 issues)

Upgrade to new PHP Analysis Engine

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

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

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