Completed
Push — dev ( eaa741...c773e3 )
by IT
06:17
created

composer.lock (1 issue)

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