Completed
Pull Request — master (#241)
by
unknown
03:54
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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