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