Completed
Push — swiftmailer-upgrade ( 74e04f )
by
unknown
04:11
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "12395c47f78cda74d5d658b603a20f02",
8
    "packages": [
9
        {
10
            "name": "beberlei/assert",
11
            "version": "v2.6.3",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/beberlei/assert.git",
15
                "reference": "51e9d654481fc00c8a376641c390ec4e35d8c1fc"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/beberlei/assert/zipball/51e9d654481fc00c8a376641c390ec4e35d8c1fc",
20
                "reference": "51e9d654481fc00c8a376641c390ec4e35d8c1fc",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-mbstring": "*",
25
                "php": ">=5.3"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "@stable"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "2.5-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-0": {
38
                    "Assert": "lib/"
39
                },
40
                "files": [
41
                    "lib/Assert/functions.php"
42
                ]
43
            },
44
            "notification-url": "https://packagist.org/downloads/",
45
            "license": [
46
                "BSD-2-Clause"
47
            ],
48
            "authors": [
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "[email protected]",
52
                    "role": "Lead Developer"
53
                },
54
                {
55
                    "name": "Richard Quadling",
56
                    "email": "[email protected]",
57
                    "role": "Collaborator"
58
                }
59
            ],
60
            "description": "Thin assertion library for input validation in business models.",
61
            "keywords": [
62
                "assert",
63
                "assertion",
64
                "validation"
65
            ],
66
            "time": "2016-07-28T19:35:30+00:00"
67
        },
68
        {
69
            "name": "broadway/broadway",
70
            "version": "0.5.2",
71
            "source": {
72
                "type": "git",
73
                "url": "https://github.com/broadway/broadway.git",
74
                "reference": "0fce8c532086ad249a46fec179759c1fa089e35d"
75
            },
76
            "dist": {
77
                "type": "zip",
78
                "url": "https://api.github.com/repos/broadway/broadway/zipball/0fce8c532086ad249a46fec179759c1fa089e35d",
79
                "reference": "0fce8c532086ad249a46fec179759c1fa089e35d",
80
                "shasum": ""
81
            },
82
            "require": {
83
                "beberlei/assert": "~2.0",
84
                "broadway/uuid-generator": "~0.1.0",
85
                "php": ">=5.3.3",
86
                "rhumsaa/uuid": "~2.4"
87
            },
88
            "require-dev": {
89
                "doctrine/dbal": "~2.4",
90
                "doctrine/mongodb": "~1.0",
91
                "elasticsearch/elasticsearch": "~1.0",
92
                "instaclick/base-test-bundle": "~0.5",
93
                "monolog/monolog": "~1.8",
94
                "symfony/console": "~2.4",
95
                "symfony/proxy-manager-bridge": "~2.4"
96
            },
97
            "suggest": {
98
                "doctrine/dbal": "For the BroadwayBundle (to persist events)",
99
                "doctrine/mongodb": "For persisting saga states (required for BroadwayBundle)",
100
                "elasticsearch/elasticsearch": "For persisting read models (required for BroadwayBundle)",
101
                "psr/log-implementation": "Implementation for PSR3, LoggerInterface",
102
                "symfony/console": "For the BroadwayBundle",
103
                "symfony/proxy-manager-bridge": "For the BroadwayBundle"
104
            },
105
            "type": "library",
106
            "extra": {
107
                "branch-alias": {
108
                    "dev-master": "0.6.x-dev"
109
                }
110
            },
111
            "autoload": {
112
                "psr-0": {
113
                    "Broadway\\": "src/"
114
                }
115
            },
116
            "notification-url": "https://packagist.org/downloads/",
117
            "license": [
118
                "MIT"
119
            ],
120
            "authors": [
121
                {
122
                    "name": "othillo",
123
                    "email": "[email protected]"
124
                },
125
                {
126
                    "name": "Alexander",
127
                    "email": "[email protected]"
128
                },
129
                {
130
                    "name": "Qandidate.com",
131
                    "homepage": "http://labs.qandidate.com/"
132
                },
133
                {
134
                    "name": "Willem-Jan",
135
                    "email": "[email protected]"
136
                },
137
                {
138
                    "name": "Emil",
139
                    "email": "[email protected]"
140
                },
141
                {
142
                    "name": "Fritsjan",
143
                    "email": "[email protected]"
144
                }
145
            ],
146
            "description": "Infrastructure and testing helpers for creating CQRS and event sourced applications.",
147
            "keywords": [
148
                "cqrs",
149
                "ddd",
150
                "domain-driven design",
151
                "event sourcing"
152
            ],
153
            "time": "2015-03-31T18:15:05+00:00"
154
        },
155
        {
156
            "name": "broadway/uuid-generator",
157
            "version": "0.1.0",
158
            "source": {
159
                "type": "git",
160
                "url": "https://github.com/qandidate-labs/broadway-uuid-generator.git",
161
                "reference": "58380b723c671807131fe9ac0ff077f162be47bb"
162
            },
163
            "dist": {
164
                "type": "zip",
165
                "url": "https://api.github.com/repos/qandidate-labs/broadway-uuid-generator/zipball/58380b723c671807131fe9ac0ff077f162be47bb",
166
                "reference": "58380b723c671807131fe9ac0ff077f162be47bb",
167
                "shasum": ""
168
            },
169
            "require-dev": {
170
                "rhumsaa/uuid": "~2.4"
171
            },
172
            "suggest": {
173
                "rhumsaa/uuid": "Allows creating UUIDs"
174
            },
175
            "type": "library",
176
            "autoload": {
177
                "psr-0": {
178
                    "Broadway\\UuidGenerator\\": "src/"
179
                }
180
            },
181
            "notification-url": "https://packagist.org/downloads/",
182
            "license": [
183
                "MIT"
184
            ],
185
            "description": "UUID generator for broadway/broadway.",
186
            "time": "2014-09-12T14:14:07+00:00"
187
        },
188
        {
189
            "name": "doctrine/annotations",
190
            "version": "v1.2.7",
191
            "source": {
192
                "type": "git",
193
                "url": "https://github.com/doctrine/annotations.git",
194
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
195
            },
196
            "dist": {
197
                "type": "zip",
198
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
199
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
200
                "shasum": ""
201
            },
202
            "require": {
203
                "doctrine/lexer": "1.*",
204
                "php": ">=5.3.2"
205
            },
206
            "require-dev": {
207
                "doctrine/cache": "1.*",
208
                "phpunit/phpunit": "4.*"
209
            },
210
            "type": "library",
211
            "extra": {
212
                "branch-alias": {
213
                    "dev-master": "1.3.x-dev"
214
                }
215
            },
216
            "autoload": {
217
                "psr-0": {
218
                    "Doctrine\\Common\\Annotations\\": "lib/"
219
                }
220
            },
221
            "notification-url": "https://packagist.org/downloads/",
222
            "license": [
223
                "MIT"
224
            ],
225
            "authors": [
226
                {
227
                    "name": "Roman Borschel",
228
                    "email": "[email protected]"
229
                },
230
                {
231
                    "name": "Benjamin Eberlei",
232
                    "email": "[email protected]"
233
                },
234
                {
235
                    "name": "Guilherme Blanco",
236
                    "email": "[email protected]"
237
                },
238
                {
239
                    "name": "Jonathan Wage",
240
                    "email": "[email protected]"
241
                },
242
                {
243
                    "name": "Johannes Schmitt",
244
                    "email": "[email protected]"
245
                }
246
            ],
247
            "description": "Docblock Annotations Parser",
248
            "homepage": "http://www.doctrine-project.org",
249
            "keywords": [
250
                "annotations",
251
                "docblock",
252
                "parser"
253
            ],
254
            "time": "2015-08-31T12:32:49+00:00"
255
        },
256
        {
257
            "name": "doctrine/cache",
258
            "version": "v1.6.0",
259
            "source": {
260
                "type": "git",
261
                "url": "https://github.com/doctrine/cache.git",
262
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
263
            },
264
            "dist": {
265
                "type": "zip",
266
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
267
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
268
                "shasum": ""
269
            },
270
            "require": {
271
                "php": "~5.5|~7.0"
272
            },
273
            "conflict": {
274
                "doctrine/common": ">2.2,<2.4"
275
            },
276
            "require-dev": {
277
                "phpunit/phpunit": "~4.8|~5.0",
278
                "predis/predis": "~1.0",
279
                "satooshi/php-coveralls": "~0.6"
280
            },
281
            "type": "library",
282
            "extra": {
283
                "branch-alias": {
284
                    "dev-master": "1.6.x-dev"
285
                }
286
            },
287
            "autoload": {
288
                "psr-4": {
289
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
290
                }
291
            },
292
            "notification-url": "https://packagist.org/downloads/",
293
            "license": [
294
                "MIT"
295
            ],
296
            "authors": [
297
                {
298
                    "name": "Roman Borschel",
299
                    "email": "[email protected]"
300
                },
301
                {
302
                    "name": "Benjamin Eberlei",
303
                    "email": "[email protected]"
304
                },
305
                {
306
                    "name": "Guilherme Blanco",
307
                    "email": "[email protected]"
308
                },
309
                {
310
                    "name": "Jonathan Wage",
311
                    "email": "[email protected]"
312
                },
313
                {
314
                    "name": "Johannes Schmitt",
315
                    "email": "[email protected]"
316
                }
317
            ],
318
            "description": "Caching library offering an object-oriented API for many cache backends",
319
            "homepage": "http://www.doctrine-project.org",
320
            "keywords": [
321
                "cache",
322
                "caching"
323
            ],
324
            "time": "2015-12-31T16:37:02+00:00"
325
        },
326
        {
327
            "name": "doctrine/collections",
328
            "version": "v1.3.0",
329
            "source": {
330
                "type": "git",
331
                "url": "https://github.com/doctrine/collections.git",
332
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
333
            },
334
            "dist": {
335
                "type": "zip",
336
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
337
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
338
                "shasum": ""
339
            },
340
            "require": {
341
                "php": ">=5.3.2"
342
            },
343
            "require-dev": {
344
                "phpunit/phpunit": "~4.0"
345
            },
346
            "type": "library",
347
            "extra": {
348
                "branch-alias": {
349
                    "dev-master": "1.2.x-dev"
350
                }
351
            },
352
            "autoload": {
353
                "psr-0": {
354
                    "Doctrine\\Common\\Collections\\": "lib/"
355
                }
356
            },
357
            "notification-url": "https://packagist.org/downloads/",
358
            "license": [
359
                "MIT"
360
            ],
361
            "authors": [
362
                {
363
                    "name": "Roman Borschel",
364
                    "email": "[email protected]"
365
                },
366
                {
367
                    "name": "Benjamin Eberlei",
368
                    "email": "[email protected]"
369
                },
370
                {
371
                    "name": "Guilherme Blanco",
372
                    "email": "[email protected]"
373
                },
374
                {
375
                    "name": "Jonathan Wage",
376
                    "email": "[email protected]"
377
                },
378
                {
379
                    "name": "Johannes Schmitt",
380
                    "email": "[email protected]"
381
                }
382
            ],
383
            "description": "Collections Abstraction library",
384
            "homepage": "http://www.doctrine-project.org",
385
            "keywords": [
386
                "array",
387
                "collections",
388
                "iterator"
389
            ],
390
            "time": "2015-04-14T22:21:58+00:00"
391
        },
392
        {
393
            "name": "doctrine/common",
394
            "version": "v2.6.1",
395
            "source": {
396
                "type": "git",
397
                "url": "https://github.com/doctrine/common.git",
398
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
399
            },
400
            "dist": {
401
                "type": "zip",
402
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
403
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
404
                "shasum": ""
405
            },
406
            "require": {
407
                "doctrine/annotations": "1.*",
408
                "doctrine/cache": "1.*",
409
                "doctrine/collections": "1.*",
410
                "doctrine/inflector": "1.*",
411
                "doctrine/lexer": "1.*",
412
                "php": "~5.5|~7.0"
413
            },
414
            "require-dev": {
415
                "phpunit/phpunit": "~4.8|~5.0"
416
            },
417
            "type": "library",
418
            "extra": {
419
                "branch-alias": {
420
                    "dev-master": "2.7.x-dev"
421
                }
422
            },
423
            "autoload": {
424
                "psr-4": {
425
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
426
                }
427
            },
428
            "notification-url": "https://packagist.org/downloads/",
429
            "license": [
430
                "MIT"
431
            ],
432
            "authors": [
433
                {
434
                    "name": "Roman Borschel",
435
                    "email": "[email protected]"
436
                },
437
                {
438
                    "name": "Benjamin Eberlei",
439
                    "email": "[email protected]"
440
                },
441
                {
442
                    "name": "Guilherme Blanco",
443
                    "email": "[email protected]"
444
                },
445
                {
446
                    "name": "Jonathan Wage",
447
                    "email": "[email protected]"
448
                },
449
                {
450
                    "name": "Johannes Schmitt",
451
                    "email": "[email protected]"
452
                }
453
            ],
454
            "description": "Common Library for Doctrine projects",
455
            "homepage": "http://www.doctrine-project.org",
456
            "keywords": [
457
                "annotations",
458
                "collections",
459
                "eventmanager",
460
                "persistence",
461
                "spl"
462
            ],
463
            "time": "2015-12-25T13:18:31+00:00"
464
        },
465
        {
466
            "name": "doctrine/dbal",
467
            "version": "v2.5.4",
468
            "source": {
469
                "type": "git",
470
                "url": "https://github.com/doctrine/dbal.git",
471
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
472
            },
473
            "dist": {
474
                "type": "zip",
475
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
476
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
477
                "shasum": ""
478
            },
479
            "require": {
480
                "doctrine/common": ">=2.4,<2.7-dev",
481
                "php": ">=5.3.2"
482
            },
483
            "require-dev": {
484
                "phpunit/phpunit": "4.*",
485
                "symfony/console": "2.*"
486
            },
487
            "suggest": {
488
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
489
            },
490
            "bin": [
491
                "bin/doctrine-dbal"
492
            ],
493
            "type": "library",
494
            "extra": {
495
                "branch-alias": {
496
                    "dev-master": "2.5.x-dev"
497
                }
498
            },
499
            "autoload": {
500
                "psr-0": {
501
                    "Doctrine\\DBAL\\": "lib/"
502
                }
503
            },
504
            "notification-url": "https://packagist.org/downloads/",
505
            "license": [
506
                "MIT"
507
            ],
508
            "authors": [
509
                {
510
                    "name": "Roman Borschel",
511
                    "email": "[email protected]"
512
                },
513
                {
514
                    "name": "Benjamin Eberlei",
515
                    "email": "[email protected]"
516
                },
517
                {
518
                    "name": "Guilherme Blanco",
519
                    "email": "[email protected]"
520
                },
521
                {
522
                    "name": "Jonathan Wage",
523
                    "email": "[email protected]"
524
                }
525
            ],
526
            "description": "Database Abstraction Layer",
527
            "homepage": "http://www.doctrine-project.org",
528
            "keywords": [
529
                "database",
530
                "dbal",
531
                "persistence",
532
                "queryobject"
533
            ],
534
            "time": "2016-01-05T22:11:12+00:00"
535
        },
536
        {
537
            "name": "doctrine/doctrine-bundle",
538
            "version": "1.6.3",
539
            "source": {
540
                "type": "git",
541
                "url": "https://github.com/doctrine/DoctrineBundle.git",
542
                "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1"
543
            },
544
            "dist": {
545
                "type": "zip",
546
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/fd51907c6c76acaa8a5234822a4f901c1500afc1",
547
                "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1",
548
                "shasum": ""
549
            },
550
            "require": {
551
                "doctrine/dbal": "~2.3",
552
                "doctrine/doctrine-cache-bundle": "~1.0",
553
                "jdorn/sql-formatter": "~1.1",
554
                "php": ">=5.3.2",
555
                "symfony/console": "~2.3|~3.0",
556
                "symfony/doctrine-bridge": "~2.2|~3.0",
557
                "symfony/framework-bundle": "~2.3|~3.0"
558
            },
559
            "require-dev": {
560
                "doctrine/orm": "~2.3",
561
                "phpunit/phpunit": "~4",
562
                "satooshi/php-coveralls": "~0.6.1",
563
                "symfony/phpunit-bridge": "~2.7|~3.0",
564
                "symfony/property-info": "~2.8|~3.0",
565
                "symfony/validator": "~2.2|~3.0",
566
                "symfony/yaml": "~2.2|~3.0",
567
                "twig/twig": "~1.10"
568
            },
569
            "suggest": {
570
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
571
                "symfony/web-profiler-bundle": "To use the data collector."
572
            },
573
            "type": "symfony-bundle",
574
            "extra": {
575
                "branch-alias": {
576
                    "dev-master": "1.6.x-dev"
577
                }
578
            },
579
            "autoload": {
580
                "psr-4": {
581
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
582
                }
583
            },
584
            "notification-url": "https://packagist.org/downloads/",
585
            "license": [
586
                "MIT"
587
            ],
588
            "authors": [
589
                {
590
                    "name": "Symfony Community",
591
                    "homepage": "http://symfony.com/contributors"
592
                },
593
                {
594
                    "name": "Benjamin Eberlei",
595
                    "email": "[email protected]"
596
                },
597
                {
598
                    "name": "Doctrine Project",
599
                    "homepage": "http://www.doctrine-project.org/"
600
                },
601
                {
602
                    "name": "Fabien Potencier",
603
                    "email": "[email protected]"
604
                }
605
            ],
606
            "description": "Symfony DoctrineBundle",
607
            "homepage": "http://www.doctrine-project.org",
608
            "keywords": [
609
                "database",
610
                "dbal",
611
                "orm",
612
                "persistence"
613
            ],
614
            "time": "2016-04-21T19:55:56+00:00"
615
        },
616
        {
617
            "name": "doctrine/doctrine-cache-bundle",
618
            "version": "1.3.0",
619
            "source": {
620
                "type": "git",
621
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
622
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
623
            },
624
            "dist": {
625
                "type": "zip",
626
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
627
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
628
                "shasum": ""
629
            },
630
            "require": {
631
                "doctrine/cache": "^1.4.2",
632
                "doctrine/inflector": "~1.0",
633
                "php": ">=5.3.2",
634
                "symfony/doctrine-bridge": "~2.2|~3.0"
635
            },
636
            "require-dev": {
637
                "instaclick/coding-standard": "~1.1",
638
                "instaclick/object-calisthenics-sniffs": "dev-master",
639
                "instaclick/symfony2-coding-standard": "dev-remaster",
640
                "phpunit/phpunit": "~4",
641
                "predis/predis": "~0.8",
642
                "satooshi/php-coveralls": "~0.6.1",
643
                "squizlabs/php_codesniffer": "~1.5",
644
                "symfony/console": "~2.2|~3.0",
645
                "symfony/finder": "~2.2|~3.0",
646
                "symfony/framework-bundle": "~2.2|~3.0",
647
                "symfony/phpunit-bridge": "~2.7|~3.0",
648
                "symfony/security-acl": "~2.3|~3.0",
649
                "symfony/validator": "~2.2|~3.0",
650
                "symfony/yaml": "~2.2|~3.0"
651
            },
652
            "suggest": {
653
                "symfony/security-acl": "For using this bundle to cache ACLs"
654
            },
655
            "type": "symfony-bundle",
656
            "extra": {
657
                "branch-alias": {
658
                    "dev-master": "1.2.x-dev"
659
                }
660
            },
661
            "autoload": {
662
                "psr-4": {
663
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
664
                }
665
            },
666
            "notification-url": "https://packagist.org/downloads/",
667
            "license": [
668
                "MIT"
669
            ],
670
            "authors": [
671
                {
672
                    "name": "Symfony Community",
673
                    "homepage": "http://symfony.com/contributors"
674
                },
675
                {
676
                    "name": "Benjamin Eberlei",
677
                    "email": "[email protected]"
678
                },
679
                {
680
                    "name": "Fabio B. Silva",
681
                    "email": "[email protected]"
682
                },
683
                {
684
                    "name": "Guilherme Blanco",
685
                    "email": "[email protected]"
686
                },
687
                {
688
                    "name": "Doctrine Project",
689
                    "homepage": "http://www.doctrine-project.org/"
690
                },
691
                {
692
                    "name": "Fabien Potencier",
693
                    "email": "[email protected]"
694
                }
695
            ],
696
            "description": "Symfony Bundle for Doctrine Cache",
697
            "homepage": "http://www.doctrine-project.org",
698
            "keywords": [
699
                "cache",
700
                "caching"
701
            ],
702
            "time": "2016-01-26T17:28:51+00:00"
703
        },
704
        {
705
            "name": "doctrine/doctrine-migrations-bundle",
706
            "version": "1.0.1",
707
            "target-dir": "Doctrine/Bundle/MigrationsBundle",
708
            "source": {
709
                "type": "git",
710
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
711
                "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579"
712
            },
713
            "dist": {
714
                "type": "zip",
715
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1e8cd4415bd2f893eb828216b529a75e8b61d579",
716
                "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579",
717
                "shasum": ""
718
            },
719
            "require": {
720
                "doctrine/doctrine-bundle": "~1.0",
721
                "doctrine/migrations": "~1.0@dev",
722
                "php": ">=5.3.2",
723
                "symfony/framework-bundle": "~2.3|~3.0"
724
            },
725
            "type": "symfony-bundle",
726
            "extra": {
727
                "branch-alias": {
728
                    "dev-master": "2.1.x-dev"
729
                }
730
            },
731
            "autoload": {
732
                "psr-0": {
733
                    "Doctrine\\Bundle\\MigrationsBundle": ""
734
                }
735
            },
736
            "notification-url": "https://packagist.org/downloads/",
737
            "license": [
738
                "MIT"
739
            ],
740
            "authors": [
741
                {
742
                    "name": "Symfony Community",
743
                    "homepage": "http://symfony.com/contributors"
744
                },
745
                {
746
                    "name": "Doctrine Project",
747
                    "homepage": "http://www.doctrine-project.org"
748
                },
749
                {
750
                    "name": "Fabien Potencier",
751
                    "email": "[email protected]"
752
                }
753
            ],
754
            "description": "Symfony DoctrineMigrationsBundle",
755
            "homepage": "http://www.doctrine-project.org",
756
            "keywords": [
757
                "dbal",
758
                "migrations",
759
                "schema"
760
            ],
761
            "time": "2015-05-06T08:32:15+00:00"
762
        },
763
        {
764
            "name": "doctrine/inflector",
765
            "version": "v1.1.0",
766
            "source": {
767
                "type": "git",
768
                "url": "https://github.com/doctrine/inflector.git",
769
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
770
            },
771
            "dist": {
772
                "type": "zip",
773
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
774
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
775
                "shasum": ""
776
            },
777
            "require": {
778
                "php": ">=5.3.2"
779
            },
780
            "require-dev": {
781
                "phpunit/phpunit": "4.*"
782
            },
783
            "type": "library",
784
            "extra": {
785
                "branch-alias": {
786
                    "dev-master": "1.1.x-dev"
787
                }
788
            },
789
            "autoload": {
790
                "psr-0": {
791
                    "Doctrine\\Common\\Inflector\\": "lib/"
792
                }
793
            },
794
            "notification-url": "https://packagist.org/downloads/",
795
            "license": [
796
                "MIT"
797
            ],
798
            "authors": [
799
                {
800
                    "name": "Roman Borschel",
801
                    "email": "[email protected]"
802
                },
803
                {
804
                    "name": "Benjamin Eberlei",
805
                    "email": "[email protected]"
806
                },
807
                {
808
                    "name": "Guilherme Blanco",
809
                    "email": "[email protected]"
810
                },
811
                {
812
                    "name": "Jonathan Wage",
813
                    "email": "[email protected]"
814
                },
815
                {
816
                    "name": "Johannes Schmitt",
817
                    "email": "[email protected]"
818
                }
819
            ],
820
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
821
            "homepage": "http://www.doctrine-project.org",
822
            "keywords": [
823
                "inflection",
824
                "pluralize",
825
                "singularize",
826
                "string"
827
            ],
828
            "time": "2015-11-06T14:35:42+00:00"
829
        },
830
        {
831
            "name": "doctrine/instantiator",
832
            "version": "1.0.5",
833
            "source": {
834
                "type": "git",
835
                "url": "https://github.com/doctrine/instantiator.git",
836
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
837
            },
838
            "dist": {
839
                "type": "zip",
840
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
841
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
842
                "shasum": ""
843
            },
844
            "require": {
845
                "php": ">=5.3,<8.0-DEV"
846
            },
847
            "require-dev": {
848
                "athletic/athletic": "~0.1.8",
849
                "ext-pdo": "*",
850
                "ext-phar": "*",
851
                "phpunit/phpunit": "~4.0",
852
                "squizlabs/php_codesniffer": "~2.0"
853
            },
854
            "type": "library",
855
            "extra": {
856
                "branch-alias": {
857
                    "dev-master": "1.0.x-dev"
858
                }
859
            },
860
            "autoload": {
861
                "psr-4": {
862
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
863
                }
864
            },
865
            "notification-url": "https://packagist.org/downloads/",
866
            "license": [
867
                "MIT"
868
            ],
869
            "authors": [
870
                {
871
                    "name": "Marco Pivetta",
872
                    "email": "[email protected]",
873
                    "homepage": "http://ocramius.github.com/"
874
                }
875
            ],
876
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
877
            "homepage": "https://github.com/doctrine/instantiator",
878
            "keywords": [
879
                "constructor",
880
                "instantiate"
881
            ],
882
            "time": "2015-06-14T21:17:01+00:00"
883
        },
884
        {
885
            "name": "doctrine/lexer",
886
            "version": "v1.0.1",
887
            "source": {
888
                "type": "git",
889
                "url": "https://github.com/doctrine/lexer.git",
890
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
891
            },
892
            "dist": {
893
                "type": "zip",
894
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
895
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
896
                "shasum": ""
897
            },
898
            "require": {
899
                "php": ">=5.3.2"
900
            },
901
            "type": "library",
902
            "extra": {
903
                "branch-alias": {
904
                    "dev-master": "1.0.x-dev"
905
                }
906
            },
907
            "autoload": {
908
                "psr-0": {
909
                    "Doctrine\\Common\\Lexer\\": "lib/"
910
                }
911
            },
912
            "notification-url": "https://packagist.org/downloads/",
913
            "license": [
914
                "MIT"
915
            ],
916
            "authors": [
917
                {
918
                    "name": "Roman Borschel",
919
                    "email": "[email protected]"
920
                },
921
                {
922
                    "name": "Guilherme Blanco",
923
                    "email": "[email protected]"
924
                },
925
                {
926
                    "name": "Johannes Schmitt",
927
                    "email": "[email protected]"
928
                }
929
            ],
930
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
931
            "homepage": "http://www.doctrine-project.org",
932
            "keywords": [
933
                "lexer",
934
                "parser"
935
            ],
936
            "time": "2014-09-09T13:34:57+00:00"
937
        },
938
        {
939
            "name": "doctrine/migrations",
940
            "version": "v1.0.0",
941
            "source": {
942
                "type": "git",
943
                "url": "https://github.com/doctrine/migrations.git",
944
                "reference": "3a787de7c4a64460436dc2eb2e3cde8920d5fadd"
945
            },
946
            "dist": {
947
                "type": "zip",
948
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/3a787de7c4a64460436dc2eb2e3cde8920d5fadd",
949
                "reference": "3a787de7c4a64460436dc2eb2e3cde8920d5fadd",
950
                "shasum": ""
951
            },
952
            "require": {
953
                "doctrine/dbal": "~2.2",
954
                "php": ">=5.4.0",
955
                "symfony/console": "~2.3",
956
                "symfony/yaml": "~2.3"
957
            },
958
            "require-dev": {
959
                "doctrine/coding-standard": "dev-master",
960
                "doctrine/orm": "2.*",
961
                "johnkary/phpunit-speedtrap": "~1.0@dev",
962
                "mockery/mockery": "^0.9.4",
963
                "phpunit/phpunit": "~4.7",
964
                "satooshi/php-coveralls": "0.6.*"
965
            },
966
            "suggest": {
967
                "symfony/console": "to run the migration from the console"
968
            },
969
            "bin": [
970
                "bin/doctrine-migrations"
971
            ],
972
            "type": "library",
973
            "extra": {
974
                "branch-alias": {
975
                    "dev-master": "1.0.x-dev"
976
                }
977
            },
978
            "autoload": {
979
                "psr-0": {
980
                    "Doctrine\\DBAL\\Migrations": "lib"
981
                }
982
            },
983
            "notification-url": "https://packagist.org/downloads/",
984
            "license": [
985
                "LGPL-2.1"
986
            ],
987
            "authors": [
988
                {
989
                    "name": "Benjamin Eberlei",
990
                    "email": "[email protected]"
991
                },
992
                {
993
                    "name": "Jonathan Wage",
994
                    "email": "[email protected]"
995
                }
996
            ],
997
            "description": "Database Schema migrations using Doctrine DBAL",
998
            "homepage": "http://www.doctrine-project.org",
999
            "keywords": [
1000
                "database",
1001
                "migrations"
1002
            ],
1003
            "time": "2015-07-29T20:43:19+00:00"
1004
        },
1005
        {
1006
            "name": "doctrine/orm",
1007
            "version": "v2.5.4",
1008
            "source": {
1009
                "type": "git",
1010
                "url": "https://github.com/doctrine/doctrine2.git",
1011
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
1012
            },
1013
            "dist": {
1014
                "type": "zip",
1015
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
1016
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
1017
                "shasum": ""
1018
            },
1019
            "require": {
1020
                "doctrine/cache": "~1.4",
1021
                "doctrine/collections": "~1.2",
1022
                "doctrine/common": ">=2.5-dev,<2.7-dev",
1023
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
1024
                "doctrine/instantiator": "~1.0.1",
1025
                "ext-pdo": "*",
1026
                "php": ">=5.4",
1027
                "symfony/console": "~2.5|~3.0"
1028
            },
1029
            "require-dev": {
1030
                "phpunit/phpunit": "~4.0",
1031
                "symfony/yaml": "~2.3|~3.0"
1032
            },
1033
            "suggest": {
1034
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1035
            },
1036
            "bin": [
1037
                "bin/doctrine",
1038
                "bin/doctrine.php"
1039
            ],
1040
            "type": "library",
1041
            "extra": {
1042
                "branch-alias": {
1043
                    "dev-master": "2.6.x-dev"
1044
                }
1045
            },
1046
            "autoload": {
1047
                "psr-0": {
1048
                    "Doctrine\\ORM\\": "lib/"
1049
                }
1050
            },
1051
            "notification-url": "https://packagist.org/downloads/",
1052
            "license": [
1053
                "MIT"
1054
            ],
1055
            "authors": [
1056
                {
1057
                    "name": "Roman Borschel",
1058
                    "email": "[email protected]"
1059
                },
1060
                {
1061
                    "name": "Benjamin Eberlei",
1062
                    "email": "[email protected]"
1063
                },
1064
                {
1065
                    "name": "Guilherme Blanco",
1066
                    "email": "[email protected]"
1067
                },
1068
                {
1069
                    "name": "Jonathan Wage",
1070
                    "email": "[email protected]"
1071
                }
1072
            ],
1073
            "description": "Object-Relational-Mapper for PHP",
1074
            "homepage": "http://www.doctrine-project.org",
1075
            "keywords": [
1076
                "database",
1077
                "orm"
1078
            ],
1079
            "time": "2016-01-05T21:34:58+00:00"
1080
        },
1081
        {
1082
            "name": "graylog2/gelf-php",
1083
            "version": "1.5.3",
1084
            "source": {
1085
                "type": "git",
1086
                "url": "https://github.com/bzikarsky/gelf-php.git",
1087
                "reference": "0cb872928246bada1b6a5f504a7c3589f1c1174d"
1088
            },
1089
            "dist": {
1090
                "type": "zip",
1091
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/0cb872928246bada1b6a5f504a7c3589f1c1174d",
1092
                "reference": "0cb872928246bada1b6a5f504a7c3589f1c1174d",
1093
                "shasum": ""
1094
            },
1095
            "require": {
1096
                "php": ">=5.3.9",
1097
                "psr/log": "~1.0"
1098
            },
1099
            "provide": {
1100
                "psr/log-implementation": "~1.0"
1101
            },
1102
            "require-dev": {
1103
                "phpunit/phpunit": "~4.3",
1104
                "squizlabs/php_codesniffer": "~2.0"
1105
            },
1106
            "type": "library",
1107
            "extra": {
1108
                "branch-alias": {
1109
                    "dev-master": "1.4.x-dev"
1110
                }
1111
            },
1112
            "autoload": {
1113
                "psr-4": {
1114
                    "Gelf\\": "src/Gelf"
1115
                },
1116
                "files": [
1117
                    "src/check_technical_requirements.php"
1118
                ]
1119
            },
1120
            "notification-url": "https://packagist.org/downloads/",
1121
            "license": [
1122
                "MIT"
1123
            ],
1124
            "authors": [
1125
                {
1126
                    "name": "Benjamin Zikarsky",
1127
                    "email": "[email protected]"
1128
                },
1129
                {
1130
                    "name": "gelf-php contributors",
1131
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
1132
                }
1133
            ],
1134
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
1135
            "time": "2016-11-21T13:31:39+00:00"
1136
        },
1137
        {
1138
            "name": "guzzlehttp/guzzle",
1139
            "version": "6.2.3",
1140
            "source": {
1141
                "type": "git",
1142
                "url": "https://github.com/guzzle/guzzle.git",
1143
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
1144
            },
1145
            "dist": {
1146
                "type": "zip",
1147
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1148
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1149
                "shasum": ""
1150
            },
1151
            "require": {
1152
                "guzzlehttp/promises": "^1.0",
1153
                "guzzlehttp/psr7": "^1.4",
1154
                "php": ">=5.5"
1155
            },
1156
            "require-dev": {
1157
                "ext-curl": "*",
1158
                "phpunit/phpunit": "^4.0",
1159
                "psr/log": "^1.0"
1160
            },
1161
            "type": "library",
1162
            "extra": {
1163
                "branch-alias": {
1164
                    "dev-master": "6.2-dev"
1165
                }
1166
            },
1167
            "autoload": {
1168
                "files": [
1169
                    "src/functions_include.php"
1170
                ],
1171
                "psr-4": {
1172
                    "GuzzleHttp\\": "src/"
1173
                }
1174
            },
1175
            "notification-url": "https://packagist.org/downloads/",
1176
            "license": [
1177
                "MIT"
1178
            ],
1179
            "authors": [
1180
                {
1181
                    "name": "Michael Dowling",
1182
                    "email": "[email protected]",
1183
                    "homepage": "https://github.com/mtdowling"
1184
                }
1185
            ],
1186
            "description": "Guzzle is a PHP HTTP client library",
1187
            "homepage": "http://guzzlephp.org/",
1188
            "keywords": [
1189
                "client",
1190
                "curl",
1191
                "framework",
1192
                "http",
1193
                "http client",
1194
                "rest",
1195
                "web service"
1196
            ],
1197
            "time": "2017-02-28T22:50:30+00:00"
1198
        },
1199
        {
1200
            "name": "guzzlehttp/promises",
1201
            "version": "v1.3.1",
1202
            "source": {
1203
                "type": "git",
1204
                "url": "https://github.com/guzzle/promises.git",
1205
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1206
            },
1207
            "dist": {
1208
                "type": "zip",
1209
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1210
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1211
                "shasum": ""
1212
            },
1213
            "require": {
1214
                "php": ">=5.5.0"
1215
            },
1216
            "require-dev": {
1217
                "phpunit/phpunit": "^4.0"
1218
            },
1219
            "type": "library",
1220
            "extra": {
1221
                "branch-alias": {
1222
                    "dev-master": "1.4-dev"
1223
                }
1224
            },
1225
            "autoload": {
1226
                "psr-4": {
1227
                    "GuzzleHttp\\Promise\\": "src/"
1228
                },
1229
                "files": [
1230
                    "src/functions_include.php"
1231
                ]
1232
            },
1233
            "notification-url": "https://packagist.org/downloads/",
1234
            "license": [
1235
                "MIT"
1236
            ],
1237
            "authors": [
1238
                {
1239
                    "name": "Michael Dowling",
1240
                    "email": "[email protected]",
1241
                    "homepage": "https://github.com/mtdowling"
1242
                }
1243
            ],
1244
            "description": "Guzzle promises library",
1245
            "keywords": [
1246
                "promise"
1247
            ],
1248
            "time": "2016-12-20T10:07:11+00:00"
1249
        },
1250
        {
1251
            "name": "guzzlehttp/psr7",
1252
            "version": "1.4.1",
1253
            "source": {
1254
                "type": "git",
1255
                "url": "https://github.com/guzzle/psr7.git",
1256
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
1257
            },
1258
            "dist": {
1259
                "type": "zip",
1260
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
1261
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
1262
                "shasum": ""
1263
            },
1264
            "require": {
1265
                "php": ">=5.4.0",
1266
                "psr/http-message": "~1.0"
1267
            },
1268
            "provide": {
1269
                "psr/http-message-implementation": "1.0"
1270
            },
1271
            "require-dev": {
1272
                "phpunit/phpunit": "~4.0"
1273
            },
1274
            "type": "library",
1275
            "extra": {
1276
                "branch-alias": {
1277
                    "dev-master": "1.4-dev"
1278
                }
1279
            },
1280
            "autoload": {
1281
                "psr-4": {
1282
                    "GuzzleHttp\\Psr7\\": "src/"
1283
                },
1284
                "files": [
1285
                    "src/functions_include.php"
1286
                ]
1287
            },
1288
            "notification-url": "https://packagist.org/downloads/",
1289
            "license": [
1290
                "MIT"
1291
            ],
1292
            "authors": [
1293
                {
1294
                    "name": "Michael Dowling",
1295
                    "email": "[email protected]",
1296
                    "homepage": "https://github.com/mtdowling"
1297
                },
1298
                {
1299
                    "name": "Tobias Schultze",
1300
                    "homepage": "https://github.com/Tobion"
1301
                }
1302
            ],
1303
            "description": "PSR-7 message implementation that also provides common utility methods",
1304
            "keywords": [
1305
                "http",
1306
                "message",
1307
                "request",
1308
                "response",
1309
                "stream",
1310
                "uri",
1311
                "url"
1312
            ],
1313
            "time": "2017-02-27T10:51:17+00:00"
1314
        },
1315
        {
1316
            "name": "incenteev/composer-parameter-handler",
1317
            "version": "v2.1.2",
1318
            "source": {
1319
                "type": "git",
1320
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1321
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1322
            },
1323
            "dist": {
1324
                "type": "zip",
1325
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1326
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1327
                "shasum": ""
1328
            },
1329
            "require": {
1330
                "php": ">=5.3.3",
1331
                "symfony/yaml": "~2.3|~3.0"
1332
            },
1333
            "require-dev": {
1334
                "composer/composer": "1.0.*@dev",
1335
                "phpspec/prophecy-phpunit": "~1.0",
1336
                "symfony/filesystem": "~2.2"
1337
            },
1338
            "type": "library",
1339
            "extra": {
1340
                "branch-alias": {
1341
                    "dev-master": "2.1.x-dev"
1342
                }
1343
            },
1344
            "autoload": {
1345
                "psr-4": {
1346
                    "Incenteev\\ParameterHandler\\": ""
1347
                }
1348
            },
1349
            "notification-url": "https://packagist.org/downloads/",
1350
            "license": [
1351
                "MIT"
1352
            ],
1353
            "authors": [
1354
                {
1355
                    "name": "Christophe Coevoet",
1356
                    "email": "[email protected]"
1357
                }
1358
            ],
1359
            "description": "Composer script handling your ignored parameter file",
1360
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1361
            "keywords": [
1362
                "parameters management"
1363
            ],
1364
            "time": "2015-11-10T17:04:01+00:00"
1365
        },
1366
        {
1367
            "name": "jdorn/sql-formatter",
1368
            "version": "v1.2.17",
1369
            "source": {
1370
                "type": "git",
1371
                "url": "https://github.com/jdorn/sql-formatter.git",
1372
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1373
            },
1374
            "dist": {
1375
                "type": "zip",
1376
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1377
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1378
                "shasum": ""
1379
            },
1380
            "require": {
1381
                "php": ">=5.2.4"
1382
            },
1383
            "require-dev": {
1384
                "phpunit/phpunit": "3.7.*"
1385
            },
1386
            "type": "library",
1387
            "extra": {
1388
                "branch-alias": {
1389
                    "dev-master": "1.3.x-dev"
1390
                }
1391
            },
1392
            "autoload": {
1393
                "classmap": [
1394
                    "lib"
1395
                ]
1396
            },
1397
            "notification-url": "https://packagist.org/downloads/",
1398
            "license": [
1399
                "MIT"
1400
            ],
1401
            "authors": [
1402
                {
1403
                    "name": "Jeremy Dorn",
1404
                    "email": "[email protected]",
1405
                    "homepage": "http://jeremydorn.com/"
1406
                }
1407
            ],
1408
            "description": "a PHP SQL highlighting library",
1409
            "homepage": "https://github.com/jdorn/sql-formatter/",
1410
            "keywords": [
1411
                "highlight",
1412
                "sql"
1413
            ],
1414
            "time": "2014-01-12T16:20:24+00:00"
1415
        },
1416
        {
1417
            "name": "jms/aop-bundle",
1418
            "version": "1.2.0",
1419
            "source": {
1420
                "type": "git",
1421
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
1422
                "reference": "78000d007e74283cc564a58e184d7f62548ad394"
1423
            },
1424
            "dist": {
1425
                "type": "zip",
1426
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394",
1427
                "reference": "78000d007e74283cc564a58e184d7f62548ad394",
1428
                "shasum": ""
1429
            },
1430
            "require": {
1431
                "jms/cg": "^1.1",
1432
                "php": ">=5.3.9",
1433
                "symfony/framework-bundle": "^2.3|^3.0"
1434
            },
1435
            "require-dev": {
1436
                "symfony/phpunit-bridge": "^2.7"
1437
            },
1438
            "type": "symfony-bundle",
1439
            "extra": {
1440
                "branch-alias": {
1441
                    "dev-master": "1.1.x-dev"
1442
                }
1443
            },
1444
            "autoload": {
1445
                "psr-4": {
1446
                    "JMS\\AopBundle\\": ""
1447
                }
1448
            },
1449
            "notification-url": "https://packagist.org/downloads/",
1450
            "license": [
1451
                "Apache-2.0"
1452
            ],
1453
            "authors": [
1454
                {
1455
                    "name": "Johannes M. Schmitt",
1456
                    "email": "[email protected]"
1457
                }
1458
            ],
1459
            "description": "Adds AOP capabilities to Symfony2",
1460
            "keywords": [
1461
                "annotations",
1462
                "aop"
1463
            ],
1464
            "time": "2015-12-09T16:30:46+00:00"
1465
        },
1466
        {
1467
            "name": "jms/cg",
1468
            "version": "1.1.0",
1469
            "source": {
1470
                "type": "git",
1471
                "url": "https://github.com/schmittjoh/cg-library.git",
1472
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
1473
            },
1474
            "dist": {
1475
                "type": "zip",
1476
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1477
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1478
                "shasum": ""
1479
            },
1480
            "require": {
1481
                "php": ">=5.3.0"
1482
            },
1483
            "type": "library",
1484
            "extra": {
1485
                "branch-alias": {
1486
                    "dev-master": "1.1-dev"
1487
                }
1488
            },
1489
            "autoload": {
1490
                "psr-0": {
1491
                    "CG\\": "src/"
1492
                }
1493
            },
1494
            "notification-url": "https://packagist.org/downloads/",
1495
            "license": [
1496
                "Apache2"
1497
            ],
1498
            "authors": [
1499
                {
1500
                    "name": "Johannes M. Schmitt",
1501
                    "email": "[email protected]"
1502
                }
1503
            ],
1504
            "description": "Toolset for generating PHP code",
1505
            "keywords": [
1506
                "code generation"
1507
            ],
1508
            "time": "2015-09-13T08:54:43+00:00"
1509
        },
1510
        {
1511
            "name": "jms/di-extra-bundle",
1512
            "version": "1.7.1",
1513
            "source": {
1514
                "type": "git",
1515
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1516
                "reference": "27c3fc7150550ccc0731290b2c1ceb57449f909d"
1517
            },
1518
            "dist": {
1519
                "type": "zip",
1520
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/27c3fc7150550ccc0731290b2c1ceb57449f909d",
1521
                "reference": "27c3fc7150550ccc0731290b2c1ceb57449f909d",
1522
                "shasum": ""
1523
            },
1524
            "require": {
1525
                "jms/aop-bundle": "~1.1",
1526
                "jms/metadata": "~1.0",
1527
                "php": "~5.3|~7.0",
1528
                "symfony/dependency-injection": "~2.3|~3.0",
1529
                "symfony/finder": "~2.3|~3.0",
1530
                "symfony/framework-bundle": "~2.3|~3.0",
1531
                "symfony/http-kernel": "^2.3.24|~3.0",
1532
                "symfony/process": "~2.3|~3.0",
1533
                "symfony/routing": "~2.3|~3.0"
1534
            },
1535
            "require-dev": {
1536
                "doctrine/doctrine-bundle": "~1.5",
1537
                "doctrine/orm": "~2.3",
1538
                "jms/security-extra-bundle": "~1.0",
1539
                "phpcollection/phpcollection": ">=0.2,<0.3-dev",
1540
                "sensio/framework-extra-bundle": "~2.0|~3.0",
1541
                "symfony/browser-kit": "~2.3|~3.0",
1542
                "symfony/class-loader": "~2.3|~3.0",
1543
                "symfony/form": "~2.3|~3.0",
1544
                "symfony/phpunit-bridge": "~2.7",
1545
                "symfony/security-bundle": "~2.3",
1546
                "symfony/twig-bundle": "~2.3|~3.0",
1547
                "symfony/validator": "~2.3|~3.0",
1548
                "symfony/yaml": "~2.3|~3.0"
1549
            },
1550
            "type": "symfony-bundle",
1551
            "extra": {
1552
                "branch-alias": {
1553
                    "dev-master": "1.7-dev"
1554
                }
1555
            },
1556
            "autoload": {
1557
                "psr-4": {
1558
                    "JMS\\DiExtraBundle\\": ""
1559
                }
1560
            },
1561
            "notification-url": "https://packagist.org/downloads/",
1562
            "license": [
1563
                "Apache-2.0"
1564
            ],
1565
            "authors": [
1566
                {
1567
                    "name": "Johannes M. Schmitt",
1568
                    "email": "[email protected]"
1569
                }
1570
            ],
1571
            "description": "Allows to configure dependency injection using annotations",
1572
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
1573
            "keywords": [
1574
                "annotations",
1575
                "dependency injection"
1576
            ],
1577
            "time": "2016-04-18T22:27:09+00:00"
1578
        },
1579
        {
1580
            "name": "jms/metadata",
1581
            "version": "1.5.1",
1582
            "source": {
1583
                "type": "git",
1584
                "url": "https://github.com/schmittjoh/metadata.git",
1585
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1586
            },
1587
            "dist": {
1588
                "type": "zip",
1589
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1590
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1591
                "shasum": ""
1592
            },
1593
            "require": {
1594
                "php": ">=5.3.0"
1595
            },
1596
            "require-dev": {
1597
                "doctrine/cache": "~1.0"
1598
            },
1599
            "type": "library",
1600
            "extra": {
1601
                "branch-alias": {
1602
                    "dev-master": "1.5.x-dev"
1603
                }
1604
            },
1605
            "autoload": {
1606
                "psr-0": {
1607
                    "Metadata\\": "src/"
1608
                }
1609
            },
1610
            "notification-url": "https://packagist.org/downloads/",
1611
            "license": [
1612
                "Apache"
1613
            ],
1614
            "authors": [
1615
                {
1616
                    "name": "Johannes Schmitt",
1617
                    "email": "[email protected]",
1618
                    "homepage": "https://github.com/schmittjoh",
1619
                    "role": "Developer of wrapped JMSSerializerBundle"
1620
                }
1621
            ],
1622
            "description": "Class/method/property metadata management in PHP",
1623
            "keywords": [
1624
                "annotations",
1625
                "metadata",
1626
                "xml",
1627
                "yaml"
1628
            ],
1629
            "time": "2014-07-12T07:13:19+00:00"
1630
        },
1631
        {
1632
            "name": "jms/translation-bundle",
1633
            "version": "1.2.3",
1634
            "target-dir": "JMS/TranslationBundle",
1635
            "source": {
1636
                "type": "git",
1637
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1638
                "reference": "d0d6c7f002e4210217b5f7271a438309d305540a"
1639
            },
1640
            "dist": {
1641
                "type": "zip",
1642
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/d0d6c7f002e4210217b5f7271a438309d305540a",
1643
                "reference": "d0d6c7f002e4210217b5f7271a438309d305540a",
1644
                "shasum": ""
1645
            },
1646
            "require": {
1647
                "nikic/php-parser": "^1.4|^2.0",
1648
                "php": "^5.3.3|^7.0",
1649
                "symfony/console": "^2.3|^3.0",
1650
                "symfony/framework-bundle": "^2.3|^3.0"
1651
            },
1652
            "conflict": {
1653
                "twig/twig": "<1.12"
1654
            },
1655
            "require-dev": {
1656
                "jms/di-extra-bundle": "^1.1",
1657
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
1658
                "psr/log": "^1.0",
1659
                "sensio/framework-extra-bundle": "^2.3|^3.0",
1660
                "symfony/expression-language": "~2.6|~3.0",
1661
                "symfony/symfony": "^2.3|^3.0",
1662
                "twig/twig": "^1.12"
1663
            },
1664
            "type": "symfony-bundle",
1665
            "extra": {
1666
                "branch-alias": {
1667
                    "dev-master": "1.3-dev"
1668
                }
1669
            },
1670
            "autoload": {
1671
                "psr-0": {
1672
                    "JMS\\TranslationBundle": ""
1673
                }
1674
            },
1675
            "notification-url": "https://packagist.org/downloads/",
1676
            "license": [
1677
                "Apache2"
1678
            ],
1679
            "authors": [
1680
                {
1681
                    "name": "Johannes M. Schmitt",
1682
                    "email": "[email protected]"
1683
                }
1684
            ],
1685
            "description": "Puts the Symfony Translation Component on steroids",
1686
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1687
            "keywords": [
1688
                "extract",
1689
                "extraction",
1690
                "i18n",
1691
                "interface",
1692
                "multilanguage",
1693
                "translation",
1694
                "ui",
1695
                "webinterface"
1696
            ],
1697
            "time": "2016-05-08T03:48:49+00:00"
1698
        },
1699
        {
1700
            "name": "monolog/monolog",
1701
            "version": "1.22.0",
1702
            "source": {
1703
                "type": "git",
1704
                "url": "https://github.com/Seldaek/monolog.git",
1705
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
1706
            },
1707
            "dist": {
1708
                "type": "zip",
1709
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
1710
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
1711
                "shasum": ""
1712
            },
1713
            "require": {
1714
                "php": ">=5.3.0",
1715
                "psr/log": "~1.0"
1716
            },
1717
            "provide": {
1718
                "psr/log-implementation": "1.0.0"
1719
            },
1720
            "require-dev": {
1721
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1722
                "doctrine/couchdb": "~1.0@dev",
1723
                "graylog2/gelf-php": "~1.0",
1724
                "jakub-onderka/php-parallel-lint": "0.9",
1725
                "php-amqplib/php-amqplib": "~2.4",
1726
                "php-console/php-console": "^3.1.3",
1727
                "phpunit/phpunit": "~4.5",
1728
                "phpunit/phpunit-mock-objects": "2.3.0",
1729
                "ruflin/elastica": ">=0.90 <3.0",
1730
                "sentry/sentry": "^0.13",
1731
                "swiftmailer/swiftmailer": "~5.3"
1732
            },
1733
            "suggest": {
1734
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1735
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1736
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1737
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1738
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1739
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1740
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1741
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1742
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1743
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1744
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1745
            },
1746
            "type": "library",
1747
            "extra": {
1748
                "branch-alias": {
1749
                    "dev-master": "2.0.x-dev"
1750
                }
1751
            },
1752
            "autoload": {
1753
                "psr-4": {
1754
                    "Monolog\\": "src/Monolog"
1755
                }
1756
            },
1757
            "notification-url": "https://packagist.org/downloads/",
1758
            "license": [
1759
                "MIT"
1760
            ],
1761
            "authors": [
1762
                {
1763
                    "name": "Jordi Boggiano",
1764
                    "email": "[email protected]",
1765
                    "homepage": "http://seld.be"
1766
                }
1767
            ],
1768
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1769
            "homepage": "http://github.com/Seldaek/monolog",
1770
            "keywords": [
1771
                "log",
1772
                "logging",
1773
                "psr-3"
1774
            ],
1775
            "time": "2016-11-26T00:15:39+00:00"
1776
        },
1777
        {
1778
            "name": "nelmio/security-bundle",
1779
            "version": "1.10.0",
1780
            "source": {
1781
                "type": "git",
1782
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1783
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1784
            },
1785
            "dist": {
1786
                "type": "zip",
1787
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1788
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1789
                "shasum": ""
1790
            },
1791
            "require": {
1792
                "symfony/framework-bundle": "~2.3|~3.0",
1793
                "symfony/security": "~2.3|~3.0"
1794
            },
1795
            "require-dev": {
1796
                "phpunit/phpunit": "^5.2"
1797
            },
1798
            "type": "symfony-bundle",
1799
            "extra": {
1800
                "branch-alias": {
1801
                    "dev-master": "1.10.x-dev"
1802
                }
1803
            },
1804
            "autoload": {
1805
                "psr-4": {
1806
                    "Nelmio\\SecurityBundle\\": ""
1807
                }
1808
            },
1809
            "notification-url": "https://packagist.org/downloads/",
1810
            "license": [
1811
                "MIT"
1812
            ],
1813
            "authors": [
1814
                {
1815
                    "name": "Nelmio",
1816
                    "homepage": "http://nelm.io"
1817
                },
1818
                {
1819
                    "name": "Symfony Community",
1820
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1821
                }
1822
            ],
1823
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1824
            "keywords": [
1825
                "security"
1826
            ],
1827
            "time": "2016-02-23T10:42:13+00:00"
1828
        },
1829
        {
1830
            "name": "nikic/php-parser",
1831
            "version": "v2.1.0",
1832
            "source": {
1833
                "type": "git",
1834
                "url": "https://github.com/nikic/PHP-Parser.git",
1835
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3"
1836
            },
1837
            "dist": {
1838
                "type": "zip",
1839
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
1840
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
1841
                "shasum": ""
1842
            },
1843
            "require": {
1844
                "ext-tokenizer": "*",
1845
                "php": ">=5.4"
1846
            },
1847
            "require-dev": {
1848
                "phpunit/phpunit": "~4.0"
1849
            },
1850
            "bin": [
1851
                "bin/php-parse"
1852
            ],
1853
            "type": "library",
1854
            "extra": {
1855
                "branch-alias": {
1856
                    "dev-master": "2.1-dev"
1857
                }
1858
            },
1859
            "autoload": {
1860
                "psr-4": {
1861
                    "PhpParser\\": "lib/PhpParser"
1862
                }
1863
            },
1864
            "notification-url": "https://packagist.org/downloads/",
1865
            "license": [
1866
                "BSD-3-Clause"
1867
            ],
1868
            "authors": [
1869
                {
1870
                    "name": "Nikita Popov"
1871
                }
1872
            ],
1873
            "description": "A PHP parser written in PHP",
1874
            "keywords": [
1875
                "parser",
1876
                "php"
1877
            ],
1878
            "time": "2016-04-19T13:41:41+00:00"
1879
        },
1880
        {
1881
            "name": "pagerfanta/pagerfanta",
1882
            "version": "v1.0.3",
1883
            "source": {
1884
                "type": "git",
1885
                "url": "https://github.com/whiteoctober/Pagerfanta.git",
1886
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
1887
            },
1888
            "dist": {
1889
                "type": "zip",
1890
                "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
1891
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
1892
                "shasum": ""
1893
            },
1894
            "require": {
1895
                "php": ">=5.3.0"
1896
            },
1897
            "require-dev": {
1898
                "doctrine/orm": "~2.3",
1899
                "doctrine/phpcr-odm": "1.*",
1900
                "jackalope/jackalope-doctrine-dbal": "1.*",
1901
                "jmikola/geojson": "~1.0",
1902
                "mandango/mandango": "~1.0@dev",
1903
                "mandango/mondator": "~1.0@dev",
1904
                "phpunit/phpunit": "~4",
1905
                "propel/propel1": "~1.6",
1906
                "ruflin/elastica": "~1.3",
1907
                "solarium/solarium": "~3.1"
1908
            },
1909
            "suggest": {
1910
                "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
1911
                "doctrine/orm": "To use the DoctrineORMAdapter.",
1912
                "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
1913
                "mandango/mandango": "To use the MandangoAdapter.",
1914
                "propel/propel1": "To use the PropelAdapter",
1915
                "solarium/solarium": "To use the SolariumAdapter."
1916
            },
1917
            "type": "library",
1918
            "extra": {
1919
                "branch-alias": {
1920
                    "dev-master": "1.0.x-dev"
1921
                }
1922
            },
1923
            "autoload": {
1924
                "psr-0": {
1925
                    "Pagerfanta\\": "src/"
1926
                }
1927
            },
1928
            "notification-url": "https://packagist.org/downloads/",
1929
            "license": [
1930
                "MIT"
1931
            ],
1932
            "authors": [
1933
                {
1934
                    "name": "Pablo Díez",
1935
                    "email": "[email protected]"
1936
                }
1937
            ],
1938
            "description": "Pagination for PHP 5.3",
1939
            "keywords": [
1940
                "page",
1941
                "pagination",
1942
                "paginator",
1943
                "paging"
1944
            ],
1945
            "time": "2014-10-06T10:57:25+00:00"
1946
        },
1947
        {
1948
            "name": "paragonie/random_compat",
1949
            "version": "v1.4.1",
1950
            "source": {
1951
                "type": "git",
1952
                "url": "https://github.com/paragonie/random_compat.git",
1953
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1954
            },
1955
            "dist": {
1956
                "type": "zip",
1957
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1958
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1959
                "shasum": ""
1960
            },
1961
            "require": {
1962
                "php": ">=5.2.0"
1963
            },
1964
            "require-dev": {
1965
                "phpunit/phpunit": "4.*|5.*"
1966
            },
1967
            "suggest": {
1968
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1969
            },
1970
            "type": "library",
1971
            "autoload": {
1972
                "files": [
1973
                    "lib/random.php"
1974
                ]
1975
            },
1976
            "notification-url": "https://packagist.org/downloads/",
1977
            "license": [
1978
                "MIT"
1979
            ],
1980
            "authors": [
1981
                {
1982
                    "name": "Paragon Initiative Enterprises",
1983
                    "email": "[email protected]",
1984
                    "homepage": "https://paragonie.com"
1985
                }
1986
            ],
1987
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1988
            "keywords": [
1989
                "csprng",
1990
                "pseudorandom",
1991
                "random"
1992
            ],
1993
            "time": "2016-03-18T20:34:03+00:00"
1994
        },
1995
        {
1996
            "name": "psr/http-message",
1997
            "version": "1.0.1",
1998
            "source": {
1999
                "type": "git",
2000
                "url": "https://github.com/php-fig/http-message.git",
2001
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2002
            },
2003
            "dist": {
2004
                "type": "zip",
2005
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2006
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2007
                "shasum": ""
2008
            },
2009
            "require": {
2010
                "php": ">=5.3.0"
2011
            },
2012
            "type": "library",
2013
            "extra": {
2014
                "branch-alias": {
2015
                    "dev-master": "1.0.x-dev"
2016
                }
2017
            },
2018
            "autoload": {
2019
                "psr-4": {
2020
                    "Psr\\Http\\Message\\": "src/"
2021
                }
2022
            },
2023
            "notification-url": "https://packagist.org/downloads/",
2024
            "license": [
2025
                "MIT"
2026
            ],
2027
            "authors": [
2028
                {
2029
                    "name": "PHP-FIG",
2030
                    "homepage": "http://www.php-fig.org/"
2031
                }
2032
            ],
2033
            "description": "Common interface for HTTP messages",
2034
            "homepage": "https://github.com/php-fig/http-message",
2035
            "keywords": [
2036
                "http",
2037
                "http-message",
2038
                "psr",
2039
                "psr-7",
2040
                "request",
2041
                "response"
2042
            ],
2043
            "time": "2016-08-06T14:39:51+00:00"
2044
        },
2045
        {
2046
            "name": "psr/log",
2047
            "version": "1.0.2",
2048
            "source": {
2049
                "type": "git",
2050
                "url": "https://github.com/php-fig/log.git",
2051
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2052
            },
2053
            "dist": {
2054
                "type": "zip",
2055
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2056
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2057
                "shasum": ""
2058
            },
2059
            "require": {
2060
                "php": ">=5.3.0"
2061
            },
2062
            "type": "library",
2063
            "extra": {
2064
                "branch-alias": {
2065
                    "dev-master": "1.0.x-dev"
2066
                }
2067
            },
2068
            "autoload": {
2069
                "psr-4": {
2070
                    "Psr\\Log\\": "Psr/Log/"
2071
                }
2072
            },
2073
            "notification-url": "https://packagist.org/downloads/",
2074
            "license": [
2075
                "MIT"
2076
            ],
2077
            "authors": [
2078
                {
2079
                    "name": "PHP-FIG",
2080
                    "homepage": "http://www.php-fig.org/"
2081
                }
2082
            ],
2083
            "description": "Common interface for logging libraries",
2084
            "homepage": "https://github.com/php-fig/log",
2085
            "keywords": [
2086
                "log",
2087
                "psr",
2088
                "psr-3"
2089
            ],
2090
            "time": "2016-10-10T12:19:37+00:00"
2091
        },
2092
        {
2093
            "name": "ramsey/uuid",
2094
            "version": "2.9.0",
2095
            "source": {
2096
                "type": "git",
2097
                "url": "https://github.com/ramsey/uuid.git",
2098
                "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a"
2099
            },
2100
            "dist": {
2101
                "type": "zip",
2102
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/b2ef4dd9584268d73f92f752a62bc24cd534dc9a",
2103
                "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a",
2104
                "shasum": ""
2105
            },
2106
            "require": {
2107
                "paragonie/random_compat": "^1.0|^2.0",
2108
                "php": ">=5.3.3"
2109
            },
2110
            "replace": {
2111
                "rhumsaa/uuid": "self.version"
2112
            },
2113
            "require-dev": {
2114
                "doctrine/dbal": ">=2.3",
2115
                "jakub-onderka/php-parallel-lint": "^0.9.0",
2116
                "moontoast/math": "~1.1",
2117
                "phpunit/phpunit": "~4.1|~5.0",
2118
                "satooshi/php-coveralls": "~0.6",
2119
                "squizlabs/php_codesniffer": "^2.3",
2120
                "symfony/console": "~2.3|~3.0"
2121
            },
2122
            "suggest": {
2123
                "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
2124
                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
2125
                "symfony/console": "Support for use of the bin/uuid command line tool."
2126
            },
2127
            "bin": [
2128
                "bin/uuid"
2129
            ],
2130
            "type": "library",
2131
            "autoload": {
2132
                "psr-4": {
2133
                    "Rhumsaa\\Uuid\\": "src/"
2134
                }
2135
            },
2136
            "notification-url": "https://packagist.org/downloads/",
2137
            "license": [
2138
                "MIT"
2139
            ],
2140
            "authors": [
2141
                {
2142
                    "name": "Marijn Huizendveld",
2143
                    "email": "[email protected]"
2144
                },
2145
                {
2146
                    "name": "Ben Ramsey",
2147
                    "homepage": "http://benramsey.com"
2148
                }
2149
            ],
2150
            "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2151
            "homepage": "https://github.com/ramsey/uuid",
2152
            "keywords": [
2153
                "guid",
2154
                "identifier",
2155
                "uuid"
2156
            ],
2157
            "time": "2016-03-22T18:20:19+00:00"
2158
        },
2159
        {
2160
            "name": "sensio/distribution-bundle",
2161
            "version": "v3.0.30",
2162
            "target-dir": "Sensio/Bundle/DistributionBundle",
2163
            "source": {
2164
                "type": "git",
2165
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2166
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
2167
            },
2168
            "dist": {
2169
                "type": "zip",
2170
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
2171
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
2172
                "shasum": ""
2173
            },
2174
            "require": {
2175
                "php": ">=5.3.3",
2176
                "sensiolabs/security-checker": "~2.0",
2177
                "symfony/class-loader": "~2.2",
2178
                "symfony/framework-bundle": "~2.3",
2179
                "symfony/process": "~2.2"
2180
            },
2181
            "require-dev": {
2182
                "symfony/form": "~2.2",
2183
                "symfony/validator": "~2.2",
2184
                "symfony/yaml": "~2.2"
2185
            },
2186
            "suggest": {
2187
                "symfony/form": "If you want to use the configurator",
2188
                "symfony/validator": "If you want to use the configurator",
2189
                "symfony/yaml": "If you want to use  the configurator"
2190
            },
2191
            "type": "symfony-bundle",
2192
            "extra": {
2193
                "branch-alias": {
2194
                    "dev-master": "3.0.x-dev"
2195
                }
2196
            },
2197
            "autoload": {
2198
                "psr-0": {
2199
                    "Sensio\\Bundle\\DistributionBundle": ""
2200
                }
2201
            },
2202
            "notification-url": "https://packagist.org/downloads/",
2203
            "license": [
2204
                "MIT"
2205
            ],
2206
            "authors": [
2207
                {
2208
                    "name": "Fabien Potencier",
2209
                    "email": "[email protected]"
2210
                }
2211
            ],
2212
            "description": "Base bundle for Symfony Distributions",
2213
            "keywords": [
2214
                "configuration",
2215
                "distribution"
2216
            ],
2217
            "time": "2015-06-05T22:32:22+00:00"
2218
        },
2219
        {
2220
            "name": "sensio/framework-extra-bundle",
2221
            "version": "v3.0.16",
2222
            "source": {
2223
                "type": "git",
2224
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2225
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
2226
            },
2227
            "dist": {
2228
                "type": "zip",
2229
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2230
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2231
                "shasum": ""
2232
            },
2233
            "require": {
2234
                "doctrine/common": "~2.2",
2235
                "symfony/dependency-injection": "~2.3|~3.0",
2236
                "symfony/framework-bundle": "~2.3|~3.0"
2237
            },
2238
            "require-dev": {
2239
                "symfony/browser-kit": "~2.3|~3.0",
2240
                "symfony/dom-crawler": "~2.3|~3.0",
2241
                "symfony/expression-language": "~2.4|~3.0",
2242
                "symfony/finder": "~2.3|~3.0",
2243
                "symfony/phpunit-bridge": "~2.7|~3.0",
2244
                "symfony/security-bundle": "~2.4|~3.0",
2245
                "symfony/twig-bundle": "~2.3|~3.0",
2246
                "twig/twig": "~1.11|~2.0"
2247
            },
2248
            "suggest": {
2249
                "symfony/expression-language": "",
2250
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2251
                "symfony/security-bundle": ""
2252
            },
2253
            "type": "symfony-bundle",
2254
            "extra": {
2255
                "branch-alias": {
2256
                    "dev-master": "3.0.x-dev"
2257
                }
2258
            },
2259
            "autoload": {
2260
                "psr-4": {
2261
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2262
                }
2263
            },
2264
            "notification-url": "https://packagist.org/downloads/",
2265
            "license": [
2266
                "MIT"
2267
            ],
2268
            "authors": [
2269
                {
2270
                    "name": "Fabien Potencier",
2271
                    "email": "[email protected]"
2272
                }
2273
            ],
2274
            "description": "This bundle provides a way to configure your controllers with annotations",
2275
            "keywords": [
2276
                "annotations",
2277
                "controllers"
2278
            ],
2279
            "time": "2016-03-25T17:08:27+00:00"
2280
        },
2281
        {
2282
            "name": "sensio/generator-bundle",
2283
            "version": "v2.5.3",
2284
            "target-dir": "Sensio/Bundle/GeneratorBundle",
2285
            "source": {
2286
                "type": "git",
2287
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
2288
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
2289
            },
2290
            "dist": {
2291
                "type": "zip",
2292
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
2293
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
2294
                "shasum": ""
2295
            },
2296
            "require": {
2297
                "symfony/console": "~2.5",
2298
                "symfony/framework-bundle": "~2.2"
2299
            },
2300
            "require-dev": {
2301
                "doctrine/orm": "~2.2,>=2.2.3",
2302
                "symfony/doctrine-bridge": "~2.2",
2303
                "twig/twig": "~1.11"
2304
            },
2305
            "type": "symfony-bundle",
2306
            "extra": {
2307
                "branch-alias": {
2308
                    "dev-master": "2.5.x-dev"
2309
                }
2310
            },
2311
            "autoload": {
2312
                "psr-0": {
2313
                    "Sensio\\Bundle\\GeneratorBundle": ""
2314
                }
2315
            },
2316
            "notification-url": "https://packagist.org/downloads/",
2317
            "license": [
2318
                "MIT"
2319
            ],
2320
            "authors": [
2321
                {
2322
                    "name": "Fabien Potencier",
2323
                    "email": "[email protected]"
2324
                }
2325
            ],
2326
            "description": "This bundle generates code for you",
2327
            "time": "2015-03-17T06:36:52+00:00"
2328
        },
2329
        {
2330
            "name": "sensiolabs/security-checker",
2331
            "version": "v2.0.6",
2332
            "source": {
2333
                "type": "git",
2334
                "url": "https://github.com/sensiolabs/security-checker.git",
2335
                "reference": "7aa36d5986590e45badf052a96ee5d216043f06d"
2336
            },
2337
            "dist": {
2338
                "type": "zip",
2339
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/7aa36d5986590e45badf052a96ee5d216043f06d",
2340
                "reference": "7aa36d5986590e45badf052a96ee5d216043f06d",
2341
                "shasum": ""
2342
            },
2343
            "require": {
2344
                "ext-curl": "*",
2345
                "symfony/console": "~2.0"
2346
            },
2347
            "bin": [
2348
                "security-checker"
2349
            ],
2350
            "type": "library",
2351
            "extra": {
2352
                "branch-alias": {
2353
                    "dev-master": "2.0-dev"
2354
                }
2355
            },
2356
            "autoload": {
2357
                "psr-0": {
2358
                    "SensioLabs\\Security": ""
2359
                }
2360
            },
2361
            "notification-url": "https://packagist.org/downloads/",
2362
            "license": [
2363
                "MIT"
2364
            ],
2365
            "authors": [
2366
                {
2367
                    "name": "Fabien Potencier",
2368
                    "email": "[email protected]"
2369
                }
2370
            ],
2371
            "description": "A security checker for your composer.lock",
2372
            "time": "2017-03-09T17:39:16+00:00"
2373
        },
2374
        {
2375
            "name": "surfnet/stepup-bundle",
2376
            "version": "1.7.0",
2377
            "source": {
2378
                "type": "git",
2379
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2380
                "reference": "084b1e11781ca3f526e32a486f75a7e6a953e5fc"
2381
            },
2382
            "dist": {
2383
                "type": "zip",
2384
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/084b1e11781ca3f526e32a486f75a7e6a953e5fc",
2385
                "reference": "084b1e11781ca3f526e32a486f75a7e6a953e5fc",
2386
                "shasum": ""
2387
            },
2388
            "require": {
2389
                "ext-gmp": "*",
2390
                "ext-openssl": "*",
2391
                "graylog2/gelf-php": "^1.5",
2392
                "guzzlehttp/guzzle": "^6.0",
2393
                "monolog/monolog": "~1.11",
2394
                "php": "^5.6|^7.0",
2395
                "sensio/framework-extra-bundle": "~3",
2396
                "symfony/config": "^2.7",
2397
                "symfony/dependency-injection": "^2.7",
2398
                "symfony/form": "^2.7",
2399
                "symfony/framework-bundle": "^2.7",
2400
                "symfony/http-kernel": "^2.7",
2401
                "symfony/twig-bridge": "^2.7",
2402
                "symfony/validator": "^2.7"
2403
            },
2404
            "require-dev": {
2405
                "liip/rmt": "1.1.*",
2406
                "mockery/mockery": "0.9.*",
2407
                "phpmd/phpmd": "^2.0",
2408
                "phpunit/phpunit": "^4.0",
2409
                "sebastian/phpcpd": "^2.0",
2410
                "sensiolabs/security-checker": "^2.0",
2411
                "squizlabs/php_codesniffer": "^1.0"
2412
            },
2413
            "type": "library",
2414
            "autoload": {
2415
                "psr-4": {
2416
                    "Surfnet\\StepupBundle\\": "src"
2417
                }
2418
            },
2419
            "notification-url": "https://packagist.org/downloads/",
2420
            "license": [
2421
                "Apache-2.0"
2422
            ],
2423
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2424
            "keywords": [
2425
                "stepup",
2426
                "suaas",
2427
                "surfnet"
2428
            ],
2429
            "time": "2017-03-07T13:44:04+00:00"
2430
        },
2431
        {
2432
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
2433
            "version": "v5.4.3",
2434
            "source": {
2435
                "type": "git",
2436
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2437
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
2438
            },
2439
            "dist": {
2440
                "type": "zip",
2441
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
2442
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
2443
                "shasum": ""
2444
            },
2445
            "require": {
2446
                "php": ">=5.3.3"
2447
            },
2448
            "require-dev": {
2449
                "mockery/mockery": "~0.9.1"
2450
            },
2451
            "type": "library",
2452
            "extra": {
2453
                "branch-alias": {
2454
                    "dev-master": "5.4-dev"
2455
                }
2456
            },
2457
            "autoload": {
2458
                "files": [
2459
                    "lib/swift_required.php"
2460
                ]
2461
            },
2462
            "notification-url": "https://packagist.org/downloads/",
2463
            "license": [
2464
                "MIT"
2465
            ],
2466
            "authors": [
2467
                {
2468
                    "name": "Chris Corbyn"
2469
                },
2470
                {
2471
                    "name": "Fabien Potencier",
2472
                    "email": "[email protected]"
2473
                }
2474
            ],
2475
            "description": "Swiftmailer, free feature-rich PHP mailer",
2476
            "homepage": "http://swiftmailer.org",
2477
            "keywords": [
2478
                "email",
2479
                "mail",
2480
                "mailer"
2481
            ],
2482
            "time": "2016-07-08T11:51:25+00:00"
2483
        },
2484
        {
2485
            "name": "symfony/monolog-bundle",
2486
            "version": "2.11.1",
2487
            "source": {
2488
                "type": "git",
2489
                "url": "https://github.com/symfony/monolog-bundle.git",
2490
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2491
            },
2492
            "dist": {
2493
                "type": "zip",
2494
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2495
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2496
                "shasum": ""
2497
            },
2498
            "require": {
2499
                "monolog/monolog": "~1.18",
2500
                "php": ">=5.3.2",
2501
                "symfony/config": "~2.3|~3.0",
2502
                "symfony/dependency-injection": "~2.3|~3.0",
2503
                "symfony/http-kernel": "~2.3|~3.0",
2504
                "symfony/monolog-bridge": "~2.3|~3.0"
2505
            },
2506
            "require-dev": {
2507
                "phpunit/phpunit": "^4.8",
2508
                "symfony/console": "~2.3|~3.0",
2509
                "symfony/yaml": "~2.3|~3.0"
2510
            },
2511
            "type": "symfony-bundle",
2512
            "extra": {
2513
                "branch-alias": {
2514
                    "dev-master": "2.x-dev"
2515
                }
2516
            },
2517
            "autoload": {
2518
                "psr-4": {
2519
                    "Symfony\\Bundle\\MonologBundle\\": ""
2520
                }
2521
            },
2522
            "notification-url": "https://packagist.org/downloads/",
2523
            "license": [
2524
                "MIT"
2525
            ],
2526
            "authors": [
2527
                {
2528
                    "name": "Symfony Community",
2529
                    "homepage": "http://symfony.com/contributors"
2530
                },
2531
                {
2532
                    "name": "Fabien Potencier",
2533
                    "email": "[email protected]"
2534
                }
2535
            ],
2536
            "description": "Symfony MonologBundle",
2537
            "homepage": "http://symfony.com",
2538
            "keywords": [
2539
                "log",
2540
                "logging"
2541
            ],
2542
            "time": "2016-04-13T16:21:01+00:00"
2543
        },
2544
        {
2545
            "name": "symfony/polyfill-apcu",
2546
            "version": "v1.2.0",
2547
            "source": {
2548
                "type": "git",
2549
                "url": "https://github.com/symfony/polyfill-apcu.git",
2550
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2551
            },
2552
            "dist": {
2553
                "type": "zip",
2554
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2555
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2556
                "shasum": ""
2557
            },
2558
            "require": {
2559
                "php": ">=5.3.3"
2560
            },
2561
            "type": "library",
2562
            "extra": {
2563
                "branch-alias": {
2564
                    "dev-master": "1.2-dev"
2565
                }
2566
            },
2567
            "autoload": {
2568
                "files": [
2569
                    "bootstrap.php"
2570
                ]
2571
            },
2572
            "notification-url": "https://packagist.org/downloads/",
2573
            "license": [
2574
                "MIT"
2575
            ],
2576
            "authors": [
2577
                {
2578
                    "name": "Nicolas Grekas",
2579
                    "email": "[email protected]"
2580
                },
2581
                {
2582
                    "name": "Symfony Community",
2583
                    "homepage": "https://symfony.com/contributors"
2584
                }
2585
            ],
2586
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2587
            "homepage": "https://symfony.com",
2588
            "keywords": [
2589
                "apcu",
2590
                "compatibility",
2591
                "polyfill",
2592
                "portable",
2593
                "shim"
2594
            ],
2595
            "time": "2016-05-18T14:26:46+00:00"
2596
        },
2597
        {
2598
            "name": "symfony/polyfill-mbstring",
2599
            "version": "v1.2.0",
2600
            "source": {
2601
                "type": "git",
2602
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2603
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2604
            },
2605
            "dist": {
2606
                "type": "zip",
2607
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2608
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2609
                "shasum": ""
2610
            },
2611
            "require": {
2612
                "php": ">=5.3.3"
2613
            },
2614
            "suggest": {
2615
                "ext-mbstring": "For best performance"
2616
            },
2617
            "type": "library",
2618
            "extra": {
2619
                "branch-alias": {
2620
                    "dev-master": "1.2-dev"
2621
                }
2622
            },
2623
            "autoload": {
2624
                "psr-4": {
2625
                    "Symfony\\Polyfill\\Mbstring\\": ""
2626
                },
2627
                "files": [
2628
                    "bootstrap.php"
2629
                ]
2630
            },
2631
            "notification-url": "https://packagist.org/downloads/",
2632
            "license": [
2633
                "MIT"
2634
            ],
2635
            "authors": [
2636
                {
2637
                    "name": "Nicolas Grekas",
2638
                    "email": "[email protected]"
2639
                },
2640
                {
2641
                    "name": "Symfony Community",
2642
                    "homepage": "https://symfony.com/contributors"
2643
                }
2644
            ],
2645
            "description": "Symfony polyfill for the Mbstring extension",
2646
            "homepage": "https://symfony.com",
2647
            "keywords": [
2648
                "compatibility",
2649
                "mbstring",
2650
                "polyfill",
2651
                "portable",
2652
                "shim"
2653
            ],
2654
            "time": "2016-05-18T14:26:46+00:00"
2655
        },
2656
        {
2657
            "name": "symfony/swiftmailer-bundle",
2658
            "version": "v2.3.11",
2659
            "source": {
2660
                "type": "git",
2661
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2662
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
2663
            },
2664
            "dist": {
2665
                "type": "zip",
2666
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
2667
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
2668
                "shasum": ""
2669
            },
2670
            "require": {
2671
                "php": ">=5.3.2",
2672
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2673
                "symfony/config": "~2.3|~3.0",
2674
                "symfony/dependency-injection": "~2.3|~3.0",
2675
                "symfony/http-kernel": "~2.3|~3.0",
2676
                "symfony/yaml": "~2.3|~3.0"
2677
            },
2678
            "require-dev": {
2679
                "symfony/phpunit-bridge": "~2.7|~3.0"
2680
            },
2681
            "suggest": {
2682
                "psr/log": "Allows logging"
2683
            },
2684
            "type": "symfony-bundle",
2685
            "extra": {
2686
                "branch-alias": {
2687
                    "dev-master": "2.3-dev"
2688
                }
2689
            },
2690
            "autoload": {
2691
                "psr-4": {
2692
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2693
                }
2694
            },
2695
            "notification-url": "https://packagist.org/downloads/",
2696
            "license": [
2697
                "MIT"
2698
            ],
2699
            "authors": [
2700
                {
2701
                    "name": "Symfony Community",
2702
                    "homepage": "http://symfony.com/contributors"
2703
                },
2704
                {
2705
                    "name": "Fabien Potencier",
2706
                    "email": "[email protected]"
2707
                }
2708
            ],
2709
            "description": "Symfony SwiftmailerBundle",
2710
            "homepage": "http://symfony.com",
2711
            "time": "2016-01-15T16:41:20+00:00"
2712
        },
2713
        {
2714
            "name": "symfony/symfony",
2715
            "version": "v2.7.16",
2716
            "source": {
2717
                "type": "git",
2718
                "url": "https://github.com/symfony/symfony.git",
2719
                "reference": "42199fef6e9b448947d395add058642975e59127"
2720
            },
2721
            "dist": {
2722
                "type": "zip",
2723
                "url": "https://api.github.com/repos/symfony/symfony/zipball/42199fef6e9b448947d395add058642975e59127",
2724
                "reference": "42199fef6e9b448947d395add058642975e59127",
2725
                "shasum": ""
2726
            },
2727
            "require": {
2728
                "doctrine/common": "~2.4",
2729
                "paragonie/random_compat": "~1.0",
2730
                "php": ">=5.3.9",
2731
                "psr/log": "~1.0",
2732
                "symfony/polyfill-apcu": "~1.1",
2733
                "symfony/polyfill-mbstring": "~1.1",
2734
                "twig/twig": "~1.23|~2.0"
2735
            },
2736
            "replace": {
2737
                "symfony/asset": "self.version",
2738
                "symfony/browser-kit": "self.version",
2739
                "symfony/class-loader": "self.version",
2740
                "symfony/config": "self.version",
2741
                "symfony/console": "self.version",
2742
                "symfony/css-selector": "self.version",
2743
                "symfony/debug": "self.version",
2744
                "symfony/debug-bundle": "self.version",
2745
                "symfony/dependency-injection": "self.version",
2746
                "symfony/doctrine-bridge": "self.version",
2747
                "symfony/dom-crawler": "self.version",
2748
                "symfony/event-dispatcher": "self.version",
2749
                "symfony/expression-language": "self.version",
2750
                "symfony/filesystem": "self.version",
2751
                "symfony/finder": "self.version",
2752
                "symfony/form": "self.version",
2753
                "symfony/framework-bundle": "self.version",
2754
                "symfony/http-foundation": "self.version",
2755
                "symfony/http-kernel": "self.version",
2756
                "symfony/intl": "self.version",
2757
                "symfony/locale": "self.version",
2758
                "symfony/monolog-bridge": "self.version",
2759
                "symfony/options-resolver": "self.version",
2760
                "symfony/process": "self.version",
2761
                "symfony/property-access": "self.version",
2762
                "symfony/proxy-manager-bridge": "self.version",
2763
                "symfony/routing": "self.version",
2764
                "symfony/security": "self.version",
2765
                "symfony/security-acl": "self.version",
2766
                "symfony/security-bundle": "self.version",
2767
                "symfony/security-core": "self.version",
2768
                "symfony/security-csrf": "self.version",
2769
                "symfony/security-http": "self.version",
2770
                "symfony/serializer": "self.version",
2771
                "symfony/stopwatch": "self.version",
2772
                "symfony/swiftmailer-bridge": "self.version",
2773
                "symfony/templating": "self.version",
2774
                "symfony/translation": "self.version",
2775
                "symfony/twig-bridge": "self.version",
2776
                "symfony/twig-bundle": "self.version",
2777
                "symfony/validator": "self.version",
2778
                "symfony/var-dumper": "self.version",
2779
                "symfony/web-profiler-bundle": "self.version",
2780
                "symfony/yaml": "self.version"
2781
            },
2782
            "require-dev": {
2783
                "doctrine/data-fixtures": "1.0.*",
2784
                "doctrine/dbal": "~2.4",
2785
                "doctrine/doctrine-bundle": "~1.2",
2786
                "doctrine/orm": "~2.4,>=2.4.5",
2787
                "egulias/email-validator": "~1.2,>=1.2.1",
2788
                "ircmaxell/password-compat": "~1.0",
2789
                "monolog/monolog": "~1.11",
2790
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
2791
            },
2792
            "type": "library",
2793
            "extra": {
2794
                "branch-alias": {
2795
                    "dev-master": "2.7-dev"
2796
                }
2797
            },
2798
            "autoload": {
2799
                "psr-4": {
2800
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2801
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2802
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2803
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2804
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2805
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2806
                    "Symfony\\Component\\": "src/Symfony/Component/"
2807
                },
2808
                "classmap": [
2809
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2810
                    "src/Symfony/Component/Intl/Resources/stubs"
2811
                ],
2812
                "files": [
2813
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2814
                ],
2815
                "exclude-from-classmap": [
2816
                    "**/Tests/"
2817
                ]
2818
            },
2819
            "notification-url": "https://packagist.org/downloads/",
2820
            "license": [
2821
                "MIT"
2822
            ],
2823
            "authors": [
2824
                {
2825
                    "name": "Fabien Potencier",
2826
                    "email": "[email protected]"
2827
                },
2828
                {
2829
                    "name": "Symfony Community",
2830
                    "homepage": "https://symfony.com/contributors"
2831
                }
2832
            ],
2833
            "description": "The Symfony PHP framework",
2834
            "homepage": "https://symfony.com",
2835
            "keywords": [
2836
                "framework"
2837
            ],
2838
            "time": "2016-07-30T08:15:52+00:00"
2839
        },
2840
        {
2841
            "name": "twig/extensions",
2842
            "version": "v1.3.0",
2843
            "source": {
2844
                "type": "git",
2845
                "url": "https://github.com/twigphp/Twig-extensions.git",
2846
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2847
            },
2848
            "dist": {
2849
                "type": "zip",
2850
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2851
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2852
                "shasum": ""
2853
            },
2854
            "require": {
2855
                "twig/twig": "~1.20|~2.0"
2856
            },
2857
            "require-dev": {
2858
                "symfony/translation": "~2.3"
2859
            },
2860
            "suggest": {
2861
                "symfony/translation": "Allow the time_diff output to be translated"
2862
            },
2863
            "type": "library",
2864
            "extra": {
2865
                "branch-alias": {
2866
                    "dev-master": "1.3-dev"
2867
                }
2868
            },
2869
            "autoload": {
2870
                "psr-0": {
2871
                    "Twig_Extensions_": "lib/"
2872
                }
2873
            },
2874
            "notification-url": "https://packagist.org/downloads/",
2875
            "license": [
2876
                "MIT"
2877
            ],
2878
            "authors": [
2879
                {
2880
                    "name": "Fabien Potencier",
2881
                    "email": "[email protected]"
2882
                }
2883
            ],
2884
            "description": "Common additional features for Twig that do not directly belong in core",
2885
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2886
            "keywords": [
2887
                "i18n",
2888
                "text"
2889
            ],
2890
            "time": "2015-08-22T16:38:35+00:00"
2891
        },
2892
        {
2893
            "name": "twig/twig",
2894
            "version": "v1.32.0",
2895
            "source": {
2896
                "type": "git",
2897
                "url": "https://github.com/twigphp/Twig.git",
2898
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f"
2899
            },
2900
            "dist": {
2901
                "type": "zip",
2902
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
2903
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f",
2904
                "shasum": ""
2905
            },
2906
            "require": {
2907
                "php": ">=5.2.7"
2908
            },
2909
            "require-dev": {
2910
                "psr/container": "^1.0",
2911
                "symfony/debug": "~2.7",
2912
                "symfony/phpunit-bridge": "~3.2"
2913
            },
2914
            "type": "library",
2915
            "extra": {
2916
                "branch-alias": {
2917
                    "dev-master": "1.32-dev"
2918
                }
2919
            },
2920
            "autoload": {
2921
                "psr-0": {
2922
                    "Twig_": "lib/"
2923
                }
2924
            },
2925
            "notification-url": "https://packagist.org/downloads/",
2926
            "license": [
2927
                "BSD-3-Clause"
2928
            ],
2929
            "authors": [
2930
                {
2931
                    "name": "Fabien Potencier",
2932
                    "email": "[email protected]",
2933
                    "homepage": "http://fabien.potencier.org",
2934
                    "role": "Lead Developer"
2935
                },
2936
                {
2937
                    "name": "Armin Ronacher",
2938
                    "email": "[email protected]",
2939
                    "role": "Project Founder"
2940
                },
2941
                {
2942
                    "name": "Twig Team",
2943
                    "homepage": "http://twig.sensiolabs.org/contributors",
2944
                    "role": "Contributors"
2945
                }
2946
            ],
2947
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2948
            "homepage": "http://twig.sensiolabs.org",
2949
            "keywords": [
2950
                "templating"
2951
            ],
2952
            "time": "2017-02-27T00:07:03+00:00"
2953
        }
2954
    ],
2955
    "packages-dev": [
2956
        {
2957
            "name": "doctrine/data-fixtures",
2958
            "version": "v1.2.1",
2959
            "source": {
2960
                "type": "git",
2961
                "url": "https://github.com/doctrine/data-fixtures.git",
2962
                "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4"
2963
            },
2964
            "dist": {
2965
                "type": "zip",
2966
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b3cae5efef97191a08d53d733260f7eb667c16e4",
2967
                "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4",
2968
                "shasum": ""
2969
            },
2970
            "require": {
2971
                "doctrine/common": "~2.2",
2972
                "php": "^5.6 || ^7.0"
2973
            },
2974
            "conflict": {
2975
                "doctrine/orm": "< 2.4"
2976
            },
2977
            "require-dev": {
2978
                "doctrine/dbal": "^2.5.4",
2979
                "doctrine/orm": "^2.5.4",
2980
                "phpunit/phpunit": "^5.4.6"
2981
            },
2982
            "suggest": {
2983
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
2984
                "doctrine/orm": "For loading ORM fixtures",
2985
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
2986
            },
2987
            "type": "library",
2988
            "extra": {
2989
                "branch-alias": {
2990
                    "dev-master": "1.3.x-dev"
2991
                }
2992
            },
2993
            "autoload": {
2994
                "psr-0": {
2995
                    "Doctrine\\Common\\DataFixtures": "lib/"
2996
                }
2997
            },
2998
            "notification-url": "https://packagist.org/downloads/",
2999
            "license": [
3000
                "MIT"
3001
            ],
3002
            "authors": [
3003
                {
3004
                    "name": "Jonathan Wage",
3005
                    "email": "[email protected]"
3006
                }
3007
            ],
3008
            "description": "Data Fixtures for all Doctrine Object Managers",
3009
            "homepage": "http://www.doctrine-project.org",
3010
            "keywords": [
3011
                "database"
3012
            ],
3013
            "time": "2016-06-20T18:08:26+00:00"
3014
        },
3015
        {
3016
            "name": "hamcrest/hamcrest-php",
3017
            "version": "v1.2.2",
3018
            "source": {
3019
                "type": "git",
3020
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3021
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
3022
            },
3023
            "dist": {
3024
                "type": "zip",
3025
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
3026
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
3027
                "shasum": ""
3028
            },
3029
            "require": {
3030
                "php": ">=5.3.2"
3031
            },
3032
            "replace": {
3033
                "cordoval/hamcrest-php": "*",
3034
                "davedevelopment/hamcrest-php": "*",
3035
                "kodova/hamcrest-php": "*"
3036
            },
3037
            "require-dev": {
3038
                "phpunit/php-file-iterator": "1.3.3",
3039
                "satooshi/php-coveralls": "dev-master"
3040
            },
3041
            "type": "library",
3042
            "autoload": {
3043
                "classmap": [
3044
                    "hamcrest"
3045
                ],
3046
                "files": [
3047
                    "hamcrest/Hamcrest.php"
3048
                ]
3049
            },
3050
            "notification-url": "https://packagist.org/downloads/",
3051
            "license": [
3052
                "BSD"
3053
            ],
3054
            "description": "This is the PHP port of Hamcrest Matchers",
3055
            "keywords": [
3056
                "test"
3057
            ],
3058
            "time": "2015-05-11T14:41:42+00:00"
3059
        },
3060
        {
3061
            "name": "liip/functional-test-bundle",
3062
            "version": "1.6.3",
3063
            "source": {
3064
                "type": "git",
3065
                "url": "https://github.com/liip/LiipFunctionalTestBundle.git",
3066
                "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e"
3067
            },
3068
            "dist": {
3069
                "type": "zip",
3070
                "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/f3606bff7fcf7208a482f88d4cd216ebf4af194e",
3071
                "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e",
3072
                "shasum": ""
3073
            },
3074
            "require": {
3075
                "doctrine/common": "~2.0",
3076
                "php": "^5.3.9|^7.0",
3077
                "symfony/browser-kit": "~2.3|~3.0",
3078
                "symfony/framework-bundle": "2.3.*|~2.7|~3.0"
3079
            },
3080
            "require-dev": {
3081
                "brianium/paratest": "~0.12.0|~0.13.2",
3082
                "doctrine/doctrine-fixtures-bundle": "~2.3",
3083
                "doctrine/orm": "^2.4.8",
3084
                "doctrine/phpcr-bundle": "~1.3",
3085
                "doctrine/phpcr-odm": "~1.3",
3086
                "hautelook/alice-bundle": "~0.2|~1.2",
3087
                "jackalope/jackalope-doctrine-dbal": "1.1.*|1.2.*",
3088
                "nelmio/alice": "~1.7|~2.0",
3089
                "phpunit/phpunit": "4.8.*|~5.2",
3090
                "symfony/assetic-bundle": "~2.3",
3091
                "symfony/monolog-bundle": "~2.4",
3092
                "symfony/symfony": "~2.3.1|~2.7|~3.0",
3093
                "twig/twig": "~1.12"
3094
            },
3095
            "suggest": {
3096
                "brianium/paratest": "Required when using paratest to parallelize tests",
3097
                "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite",
3098
                "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality",
3099
                "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite",
3100
                "hautelook/alice-bundle": "Required when using loadFixtureFiles functionality with custom providers",
3101
                "nelmio/alice": "Required when using loadFixtureFiles functionality",
3102
                "symfony/framework-bundle": "To use assertStatusCode and assertValidationErrors ~2.5"
3103
            },
3104
            "type": "symfony-bundle",
3105
            "extra": {
3106
                "branch-alias": {
3107
                    "dev-master": "1.6.x-dev"
3108
                }
3109
            },
3110
            "autoload": {
3111
                "psr-4": {
3112
                    "Liip\\FunctionalTestBundle\\": ""
3113
                }
3114
            },
3115
            "notification-url": "https://packagist.org/downloads/",
3116
            "license": [
3117
                "MIT"
3118
            ],
3119
            "authors": [
3120
                {
3121
                    "name": "Liip AG",
3122
                    "homepage": "http://www.liip.ch/"
3123
                },
3124
                {
3125
                    "name": "Community contributions",
3126
                    "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors"
3127
                }
3128
            ],
3129
            "description": "This bundles provides additional functional test-cases for Symfony2 applications",
3130
            "keywords": [
3131
                "Symfony2"
3132
            ],
3133
            "time": "2016-05-10T22:04:27+00:00"
3134
        },
3135
        {
3136
            "name": "liip/rmt",
3137
            "version": "1.1.9",
3138
            "source": {
3139
                "type": "git",
3140
                "url": "https://github.com/liip/RMT.git",
3141
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07"
3142
            },
3143
            "dist": {
3144
                "type": "zip",
3145
                "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07",
3146
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07",
3147
                "shasum": ""
3148
            },
3149
            "require": {
3150
                "php": ">=5.3.3",
3151
                "sensiolabs/security-checker": "~2.0",
3152
                "symfony/console": "~2.0",
3153
                "symfony/process": "~2.0",
3154
                "symfony/yaml": "~2.0",
3155
                "vierbergenlars/php-semver": "~3.0"
3156
            },
3157
            "bin": [
3158
                "RMT"
3159
            ],
3160
            "type": "library",
3161
            "autoload": {
3162
                "psr-0": {
3163
                    "Liip": "src"
3164
                }
3165
            },
3166
            "notification-url": "https://packagist.org/downloads/",
3167
            "license": [
3168
                "MIT"
3169
            ],
3170
            "authors": [
3171
                {
3172
                    "name": "Laurent Prodon",
3173
                    "email": "[email protected]",
3174
                    "role": "Developer"
3175
                },
3176
                {
3177
                    "name": "David Jeanmonod",
3178
                    "email": "[email protected]",
3179
                    "role": "Developer"
3180
                }
3181
            ],
3182
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
3183
            "homepage": "http://github.com/liip/RMT",
3184
            "keywords": [
3185
                "post-release",
3186
                "pre-release",
3187
                "release",
3188
                "semantic versioning",
3189
                "vcs tag",
3190
                "version"
3191
            ],
3192
            "time": "2015-05-06T20:11:13+00:00"
3193
        },
3194
        {
3195
            "name": "mockery/mockery",
3196
            "version": "0.9.5",
3197
            "source": {
3198
                "type": "git",
3199
                "url": "https://github.com/padraic/mockery.git",
3200
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
3201
            },
3202
            "dist": {
3203
                "type": "zip",
3204
                "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
3205
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
3206
                "shasum": ""
3207
            },
3208
            "require": {
3209
                "hamcrest/hamcrest-php": "~1.1",
3210
                "lib-pcre": ">=7.0",
3211
                "php": ">=5.3.2"
3212
            },
3213
            "require-dev": {
3214
                "phpunit/phpunit": "~4.0"
3215
            },
3216
            "type": "library",
3217
            "extra": {
3218
                "branch-alias": {
3219
                    "dev-master": "0.9.x-dev"
3220
                }
3221
            },
3222
            "autoload": {
3223
                "psr-0": {
3224
                    "Mockery": "library/"
3225
                }
3226
            },
3227
            "notification-url": "https://packagist.org/downloads/",
3228
            "license": [
3229
                "BSD-3-Clause"
3230
            ],
3231
            "authors": [
3232
                {
3233
                    "name": "Pádraic Brady",
3234
                    "email": "[email protected]",
3235
                    "homepage": "http://blog.astrumfutura.com"
3236
                },
3237
                {
3238
                    "name": "Dave Marshall",
3239
                    "email": "[email protected]",
3240
                    "homepage": "http://davedevelopment.co.uk"
3241
                }
3242
            ],
3243
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
3244
            "homepage": "http://github.com/padraic/mockery",
3245
            "keywords": [
3246
                "BDD",
3247
                "TDD",
3248
                "library",
3249
                "mock",
3250
                "mock objects",
3251
                "mockery",
3252
                "stub",
3253
                "test",
3254
                "test double",
3255
                "testing"
3256
            ],
3257
            "time": "2016-05-22T21:52:33+00:00"
3258
        },
3259
        {
3260
            "name": "moontoast/math",
3261
            "version": "1.1.0",
3262
            "source": {
3263
                "type": "git",
3264
                "url": "https://github.com/ramsey/moontoast-math.git",
3265
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3"
3266
            },
3267
            "dist": {
3268
                "type": "zip",
3269
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
3270
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
3271
                "shasum": ""
3272
            },
3273
            "require": {
3274
                "ext-bcmath": "*",
3275
                "php": ">=5.3.3"
3276
            },
3277
            "type": "library",
3278
            "autoload": {
3279
                "psr-0": {
3280
                    "Moontoast\\Math": "src/"
3281
                }
3282
            },
3283
            "notification-url": "https://packagist.org/downloads/",
3284
            "license": [
3285
                "Apache-2.0"
3286
            ],
3287
            "description": "A mathematics library, providing functionality for large numbers",
3288
            "homepage": "https://github.com/moontoast/math",
3289
            "keywords": [
3290
                "bcmath",
3291
                "math"
3292
            ],
3293
            "time": "2013-01-19T17:42:34+00:00"
3294
        },
3295
        {
3296
            "name": "pdepend/pdepend",
3297
            "version": "2.5.0",
3298
            "source": {
3299
                "type": "git",
3300
                "url": "https://github.com/pdepend/pdepend.git",
3301
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
3302
            },
3303
            "dist": {
3304
                "type": "zip",
3305
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
3306
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
3307
                "shasum": ""
3308
            },
3309
            "require": {
3310
                "php": ">=5.3.7",
3311
                "symfony/config": "^2.3.0|^3",
3312
                "symfony/dependency-injection": "^2.3.0|^3",
3313
                "symfony/filesystem": "^2.3.0|^3"
3314
            },
3315
            "require-dev": {
3316
                "phpunit/phpunit": "^4.4.0,<4.8",
3317
                "squizlabs/php_codesniffer": "^2.0.0"
3318
            },
3319
            "bin": [
3320
                "src/bin/pdepend"
3321
            ],
3322
            "type": "library",
3323
            "autoload": {
3324
                "psr-4": {
3325
                    "PDepend\\": "src/main/php/PDepend"
3326
                }
3327
            },
3328
            "notification-url": "https://packagist.org/downloads/",
3329
            "license": [
3330
                "BSD-3-Clause"
3331
            ],
3332
            "description": "Official version of pdepend to be handled with Composer",
3333
            "time": "2017-01-19T14:23:36+00:00"
3334
        },
3335
        {
3336
            "name": "phpdocumentor/reflection-common",
3337
            "version": "1.0",
3338
            "source": {
3339
                "type": "git",
3340
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3341
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3342
            },
3343
            "dist": {
3344
                "type": "zip",
3345
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3346
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3347
                "shasum": ""
3348
            },
3349
            "require": {
3350
                "php": ">=5.5"
3351
            },
3352
            "require-dev": {
3353
                "phpunit/phpunit": "^4.6"
3354
            },
3355
            "type": "library",
3356
            "extra": {
3357
                "branch-alias": {
3358
                    "dev-master": "1.0.x-dev"
3359
                }
3360
            },
3361
            "autoload": {
3362
                "psr-4": {
3363
                    "phpDocumentor\\Reflection\\": [
3364
                        "src"
3365
                    ]
3366
                }
3367
            },
3368
            "notification-url": "https://packagist.org/downloads/",
3369
            "license": [
3370
                "MIT"
3371
            ],
3372
            "authors": [
3373
                {
3374
                    "name": "Jaap van Otterdijk",
3375
                    "email": "[email protected]"
3376
                }
3377
            ],
3378
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3379
            "homepage": "http://www.phpdoc.org",
3380
            "keywords": [
3381
                "FQSEN",
3382
                "phpDocumentor",
3383
                "phpdoc",
3384
                "reflection",
3385
                "static analysis"
3386
            ],
3387
            "time": "2015-12-27T11:43:31+00:00"
3388
        },
3389
        {
3390
            "name": "phpdocumentor/reflection-docblock",
3391
            "version": "3.1.1",
3392
            "source": {
3393
                "type": "git",
3394
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3395
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3396
            },
3397
            "dist": {
3398
                "type": "zip",
3399
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3400
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3401
                "shasum": ""
3402
            },
3403
            "require": {
3404
                "php": ">=5.5",
3405
                "phpdocumentor/reflection-common": "^1.0@dev",
3406
                "phpdocumentor/type-resolver": "^0.2.0",
3407
                "webmozart/assert": "^1.0"
3408
            },
3409
            "require-dev": {
3410
                "mockery/mockery": "^0.9.4",
3411
                "phpunit/phpunit": "^4.4"
3412
            },
3413
            "type": "library",
3414
            "autoload": {
3415
                "psr-4": {
3416
                    "phpDocumentor\\Reflection\\": [
3417
                        "src/"
3418
                    ]
3419
                }
3420
            },
3421
            "notification-url": "https://packagist.org/downloads/",
3422
            "license": [
3423
                "MIT"
3424
            ],
3425
            "authors": [
3426
                {
3427
                    "name": "Mike van Riel",
3428
                    "email": "[email protected]"
3429
                }
3430
            ],
3431
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3432
            "time": "2016-09-30T07:12:33+00:00"
3433
        },
3434
        {
3435
            "name": "phpdocumentor/type-resolver",
3436
            "version": "0.2.1",
3437
            "source": {
3438
                "type": "git",
3439
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3440
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3441
            },
3442
            "dist": {
3443
                "type": "zip",
3444
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3445
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3446
                "shasum": ""
3447
            },
3448
            "require": {
3449
                "php": ">=5.5",
3450
                "phpdocumentor/reflection-common": "^1.0"
3451
            },
3452
            "require-dev": {
3453
                "mockery/mockery": "^0.9.4",
3454
                "phpunit/phpunit": "^5.2||^4.8.24"
3455
            },
3456
            "type": "library",
3457
            "extra": {
3458
                "branch-alias": {
3459
                    "dev-master": "1.0.x-dev"
3460
                }
3461
            },
3462
            "autoload": {
3463
                "psr-4": {
3464
                    "phpDocumentor\\Reflection\\": [
3465
                        "src/"
3466
                    ]
3467
                }
3468
            },
3469
            "notification-url": "https://packagist.org/downloads/",
3470
            "license": [
3471
                "MIT"
3472
            ],
3473
            "authors": [
3474
                {
3475
                    "name": "Mike van Riel",
3476
                    "email": "[email protected]"
3477
                }
3478
            ],
3479
            "time": "2016-11-25T06:54:22+00:00"
3480
        },
3481
        {
3482
            "name": "phpmd/phpmd",
3483
            "version": "2.6.0",
3484
            "source": {
3485
                "type": "git",
3486
                "url": "https://github.com/phpmd/phpmd.git",
3487
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3488
            },
3489
            "dist": {
3490
                "type": "zip",
3491
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
3492
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
3493
                "shasum": ""
3494
            },
3495
            "require": {
3496
                "ext-xml": "*",
3497
                "pdepend/pdepend": "^2.5",
3498
                "php": ">=5.3.9"
3499
            },
3500
            "require-dev": {
3501
                "phpunit/phpunit": "^4.0",
3502
                "squizlabs/php_codesniffer": "^2.0"
3503
            },
3504
            "bin": [
3505
                "src/bin/phpmd"
3506
            ],
3507
            "type": "project",
3508
            "autoload": {
3509
                "psr-0": {
3510
                    "PHPMD\\": "src/main/php"
3511
                }
3512
            },
3513
            "notification-url": "https://packagist.org/downloads/",
3514
            "license": [
3515
                "BSD-3-Clause"
3516
            ],
3517
            "authors": [
3518
                {
3519
                    "name": "Manuel Pichler",
3520
                    "email": "[email protected]",
3521
                    "homepage": "https://github.com/manuelpichler",
3522
                    "role": "Project Founder"
3523
                },
3524
                {
3525
                    "name": "Other contributors",
3526
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3527
                    "role": "Contributors"
3528
                },
3529
                {
3530
                    "name": "Marc Würth",
3531
                    "email": "[email protected]",
3532
                    "homepage": "https://github.com/ravage84",
3533
                    "role": "Project Maintainer"
3534
                }
3535
            ],
3536
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3537
            "homepage": "http://phpmd.org/",
3538
            "keywords": [
3539
                "mess detection",
3540
                "mess detector",
3541
                "pdepend",
3542
                "phpmd",
3543
                "pmd"
3544
            ],
3545
            "time": "2017-01-20T14:41:10+00:00"
3546
        },
3547
        {
3548
            "name": "phpspec/prophecy",
3549
            "version": "v1.7.0",
3550
            "source": {
3551
                "type": "git",
3552
                "url": "https://github.com/phpspec/prophecy.git",
3553
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
3554
            },
3555
            "dist": {
3556
                "type": "zip",
3557
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
3558
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
3559
                "shasum": ""
3560
            },
3561
            "require": {
3562
                "doctrine/instantiator": "^1.0.2",
3563
                "php": "^5.3|^7.0",
3564
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3565
                "sebastian/comparator": "^1.1|^2.0",
3566
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3567
            },
3568
            "require-dev": {
3569
                "phpspec/phpspec": "^2.5|^3.2",
3570
                "phpunit/phpunit": "^4.8 || ^5.6.5"
3571
            },
3572
            "type": "library",
3573
            "extra": {
3574
                "branch-alias": {
3575
                    "dev-master": "1.6.x-dev"
3576
                }
3577
            },
3578
            "autoload": {
3579
                "psr-0": {
3580
                    "Prophecy\\": "src/"
3581
                }
3582
            },
3583
            "notification-url": "https://packagist.org/downloads/",
3584
            "license": [
3585
                "MIT"
3586
            ],
3587
            "authors": [
3588
                {
3589
                    "name": "Konstantin Kudryashov",
3590
                    "email": "[email protected]",
3591
                    "homepage": "http://everzet.com"
3592
                },
3593
                {
3594
                    "name": "Marcello Duarte",
3595
                    "email": "[email protected]"
3596
                }
3597
            ],
3598
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3599
            "homepage": "https://github.com/phpspec/prophecy",
3600
            "keywords": [
3601
                "Double",
3602
                "Dummy",
3603
                "fake",
3604
                "mock",
3605
                "spy",
3606
                "stub"
3607
            ],
3608
            "time": "2017-03-02T20:05:34+00:00"
3609
        },
3610
        {
3611
            "name": "phpunit/php-code-coverage",
3612
            "version": "2.2.4",
3613
            "source": {
3614
                "type": "git",
3615
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3616
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3617
            },
3618
            "dist": {
3619
                "type": "zip",
3620
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3621
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3622
                "shasum": ""
3623
            },
3624
            "require": {
3625
                "php": ">=5.3.3",
3626
                "phpunit/php-file-iterator": "~1.3",
3627
                "phpunit/php-text-template": "~1.2",
3628
                "phpunit/php-token-stream": "~1.3",
3629
                "sebastian/environment": "^1.3.2",
3630
                "sebastian/version": "~1.0"
3631
            },
3632
            "require-dev": {
3633
                "ext-xdebug": ">=2.1.4",
3634
                "phpunit/phpunit": "~4"
3635
            },
3636
            "suggest": {
3637
                "ext-dom": "*",
3638
                "ext-xdebug": ">=2.2.1",
3639
                "ext-xmlwriter": "*"
3640
            },
3641
            "type": "library",
3642
            "extra": {
3643
                "branch-alias": {
3644
                    "dev-master": "2.2.x-dev"
3645
                }
3646
            },
3647
            "autoload": {
3648
                "classmap": [
3649
                    "src/"
3650
                ]
3651
            },
3652
            "notification-url": "https://packagist.org/downloads/",
3653
            "license": [
3654
                "BSD-3-Clause"
3655
            ],
3656
            "authors": [
3657
                {
3658
                    "name": "Sebastian Bergmann",
3659
                    "email": "[email protected]",
3660
                    "role": "lead"
3661
                }
3662
            ],
3663
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3664
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3665
            "keywords": [
3666
                "coverage",
3667
                "testing",
3668
                "xunit"
3669
            ],
3670
            "time": "2015-10-06T15:47:00+00:00"
3671
        },
3672
        {
3673
            "name": "phpunit/php-file-iterator",
3674
            "version": "1.4.2",
3675
            "source": {
3676
                "type": "git",
3677
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3678
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3679
            },
3680
            "dist": {
3681
                "type": "zip",
3682
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3683
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3684
                "shasum": ""
3685
            },
3686
            "require": {
3687
                "php": ">=5.3.3"
3688
            },
3689
            "type": "library",
3690
            "extra": {
3691
                "branch-alias": {
3692
                    "dev-master": "1.4.x-dev"
3693
                }
3694
            },
3695
            "autoload": {
3696
                "classmap": [
3697
                    "src/"
3698
                ]
3699
            },
3700
            "notification-url": "https://packagist.org/downloads/",
3701
            "license": [
3702
                "BSD-3-Clause"
3703
            ],
3704
            "authors": [
3705
                {
3706
                    "name": "Sebastian Bergmann",
3707
                    "email": "[email protected]",
3708
                    "role": "lead"
3709
                }
3710
            ],
3711
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3712
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3713
            "keywords": [
3714
                "filesystem",
3715
                "iterator"
3716
            ],
3717
            "time": "2016-10-03T07:40:28+00:00"
3718
        },
3719
        {
3720
            "name": "phpunit/php-text-template",
3721
            "version": "1.2.1",
3722
            "source": {
3723
                "type": "git",
3724
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3725
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3726
            },
3727
            "dist": {
3728
                "type": "zip",
3729
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3730
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3731
                "shasum": ""
3732
            },
3733
            "require": {
3734
                "php": ">=5.3.3"
3735
            },
3736
            "type": "library",
3737
            "autoload": {
3738
                "classmap": [
3739
                    "src/"
3740
                ]
3741
            },
3742
            "notification-url": "https://packagist.org/downloads/",
3743
            "license": [
3744
                "BSD-3-Clause"
3745
            ],
3746
            "authors": [
3747
                {
3748
                    "name": "Sebastian Bergmann",
3749
                    "email": "[email protected]",
3750
                    "role": "lead"
3751
                }
3752
            ],
3753
            "description": "Simple template engine.",
3754
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3755
            "keywords": [
3756
                "template"
3757
            ],
3758
            "time": "2015-06-21T13:50:34+00:00"
3759
        },
3760
        {
3761
            "name": "phpunit/php-timer",
3762
            "version": "1.0.9",
3763
            "source": {
3764
                "type": "git",
3765
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3766
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3767
            },
3768
            "dist": {
3769
                "type": "zip",
3770
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3771
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3772
                "shasum": ""
3773
            },
3774
            "require": {
3775
                "php": "^5.3.3 || ^7.0"
3776
            },
3777
            "require-dev": {
3778
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3779
            },
3780
            "type": "library",
3781
            "extra": {
3782
                "branch-alias": {
3783
                    "dev-master": "1.0-dev"
3784
                }
3785
            },
3786
            "autoload": {
3787
                "classmap": [
3788
                    "src/"
3789
                ]
3790
            },
3791
            "notification-url": "https://packagist.org/downloads/",
3792
            "license": [
3793
                "BSD-3-Clause"
3794
            ],
3795
            "authors": [
3796
                {
3797
                    "name": "Sebastian Bergmann",
3798
                    "email": "[email protected]",
3799
                    "role": "lead"
3800
                }
3801
            ],
3802
            "description": "Utility class for timing",
3803
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3804
            "keywords": [
3805
                "timer"
3806
            ],
3807
            "time": "2017-02-26T11:10:40+00:00"
3808
        },
3809
        {
3810
            "name": "phpunit/php-token-stream",
3811
            "version": "1.4.11",
3812
            "source": {
3813
                "type": "git",
3814
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3815
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
3816
            },
3817
            "dist": {
3818
                "type": "zip",
3819
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
3820
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
3821
                "shasum": ""
3822
            },
3823
            "require": {
3824
                "ext-tokenizer": "*",
3825
                "php": ">=5.3.3"
3826
            },
3827
            "require-dev": {
3828
                "phpunit/phpunit": "~4.2"
3829
            },
3830
            "type": "library",
3831
            "extra": {
3832
                "branch-alias": {
3833
                    "dev-master": "1.4-dev"
3834
                }
3835
            },
3836
            "autoload": {
3837
                "classmap": [
3838
                    "src/"
3839
                ]
3840
            },
3841
            "notification-url": "https://packagist.org/downloads/",
3842
            "license": [
3843
                "BSD-3-Clause"
3844
            ],
3845
            "authors": [
3846
                {
3847
                    "name": "Sebastian Bergmann",
3848
                    "email": "[email protected]"
3849
                }
3850
            ],
3851
            "description": "Wrapper around PHP's tokenizer extension.",
3852
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3853
            "keywords": [
3854
                "tokenizer"
3855
            ],
3856
            "time": "2017-02-27T10:12:30+00:00"
3857
        },
3858
        {
3859
            "name": "phpunit/phpunit",
3860
            "version": "4.8.35",
3861
            "source": {
3862
                "type": "git",
3863
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3864
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
3865
            },
3866
            "dist": {
3867
                "type": "zip",
3868
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
3869
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
3870
                "shasum": ""
3871
            },
3872
            "require": {
3873
                "ext-dom": "*",
3874
                "ext-json": "*",
3875
                "ext-pcre": "*",
3876
                "ext-reflection": "*",
3877
                "ext-spl": "*",
3878
                "php": ">=5.3.3",
3879
                "phpspec/prophecy": "^1.3.1",
3880
                "phpunit/php-code-coverage": "~2.1",
3881
                "phpunit/php-file-iterator": "~1.4",
3882
                "phpunit/php-text-template": "~1.2",
3883
                "phpunit/php-timer": "^1.0.6",
3884
                "phpunit/phpunit-mock-objects": "~2.3",
3885
                "sebastian/comparator": "~1.2.2",
3886
                "sebastian/diff": "~1.2",
3887
                "sebastian/environment": "~1.3",
3888
                "sebastian/exporter": "~1.2",
3889
                "sebastian/global-state": "~1.0",
3890
                "sebastian/version": "~1.0",
3891
                "symfony/yaml": "~2.1|~3.0"
3892
            },
3893
            "suggest": {
3894
                "phpunit/php-invoker": "~1.1"
3895
            },
3896
            "bin": [
3897
                "phpunit"
3898
            ],
3899
            "type": "library",
3900
            "extra": {
3901
                "branch-alias": {
3902
                    "dev-master": "4.8.x-dev"
3903
                }
3904
            },
3905
            "autoload": {
3906
                "classmap": [
3907
                    "src/"
3908
                ]
3909
            },
3910
            "notification-url": "https://packagist.org/downloads/",
3911
            "license": [
3912
                "BSD-3-Clause"
3913
            ],
3914
            "authors": [
3915
                {
3916
                    "name": "Sebastian Bergmann",
3917
                    "email": "[email protected]",
3918
                    "role": "lead"
3919
                }
3920
            ],
3921
            "description": "The PHP Unit Testing framework.",
3922
            "homepage": "https://phpunit.de/",
3923
            "keywords": [
3924
                "phpunit",
3925
                "testing",
3926
                "xunit"
3927
            ],
3928
            "time": "2017-02-06T05:18:07+00:00"
3929
        },
3930
        {
3931
            "name": "phpunit/phpunit-mock-objects",
3932
            "version": "2.3.8",
3933
            "source": {
3934
                "type": "git",
3935
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3936
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3937
            },
3938
            "dist": {
3939
                "type": "zip",
3940
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3941
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3942
                "shasum": ""
3943
            },
3944
            "require": {
3945
                "doctrine/instantiator": "^1.0.2",
3946
                "php": ">=5.3.3",
3947
                "phpunit/php-text-template": "~1.2",
3948
                "sebastian/exporter": "~1.2"
3949
            },
3950
            "require-dev": {
3951
                "phpunit/phpunit": "~4.4"
3952
            },
3953
            "suggest": {
3954
                "ext-soap": "*"
3955
            },
3956
            "type": "library",
3957
            "extra": {
3958
                "branch-alias": {
3959
                    "dev-master": "2.3.x-dev"
3960
                }
3961
            },
3962
            "autoload": {
3963
                "classmap": [
3964
                    "src/"
3965
                ]
3966
            },
3967
            "notification-url": "https://packagist.org/downloads/",
3968
            "license": [
3969
                "BSD-3-Clause"
3970
            ],
3971
            "authors": [
3972
                {
3973
                    "name": "Sebastian Bergmann",
3974
                    "email": "[email protected]",
3975
                    "role": "lead"
3976
                }
3977
            ],
3978
            "description": "Mock Object library for PHPUnit",
3979
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3980
            "keywords": [
3981
                "mock",
3982
                "xunit"
3983
            ],
3984
            "time": "2015-10-02T06:51:40+00:00"
3985
        },
3986
        {
3987
            "name": "sebastian/comparator",
3988
            "version": "1.2.4",
3989
            "source": {
3990
                "type": "git",
3991
                "url": "https://github.com/sebastianbergmann/comparator.git",
3992
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3993
            },
3994
            "dist": {
3995
                "type": "zip",
3996
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3997
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3998
                "shasum": ""
3999
            },
4000
            "require": {
4001
                "php": ">=5.3.3",
4002
                "sebastian/diff": "~1.2",
4003
                "sebastian/exporter": "~1.2 || ~2.0"
4004
            },
4005
            "require-dev": {
4006
                "phpunit/phpunit": "~4.4"
4007
            },
4008
            "type": "library",
4009
            "extra": {
4010
                "branch-alias": {
4011
                    "dev-master": "1.2.x-dev"
4012
                }
4013
            },
4014
            "autoload": {
4015
                "classmap": [
4016
                    "src/"
4017
                ]
4018
            },
4019
            "notification-url": "https://packagist.org/downloads/",
4020
            "license": [
4021
                "BSD-3-Clause"
4022
            ],
4023
            "authors": [
4024
                {
4025
                    "name": "Jeff Welch",
4026
                    "email": "[email protected]"
4027
                },
4028
                {
4029
                    "name": "Volker Dusch",
4030
                    "email": "[email protected]"
4031
                },
4032
                {
4033
                    "name": "Bernhard Schussek",
4034
                    "email": "[email protected]"
4035
                },
4036
                {
4037
                    "name": "Sebastian Bergmann",
4038
                    "email": "[email protected]"
4039
                }
4040
            ],
4041
            "description": "Provides the functionality to compare PHP values for equality",
4042
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4043
            "keywords": [
4044
                "comparator",
4045
                "compare",
4046
                "equality"
4047
            ],
4048
            "time": "2017-01-29T09:50:25+00:00"
4049
        },
4050
        {
4051
            "name": "sebastian/diff",
4052
            "version": "1.4.1",
4053
            "source": {
4054
                "type": "git",
4055
                "url": "https://github.com/sebastianbergmann/diff.git",
4056
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4057
            },
4058
            "dist": {
4059
                "type": "zip",
4060
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4061
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4062
                "shasum": ""
4063
            },
4064
            "require": {
4065
                "php": ">=5.3.3"
4066
            },
4067
            "require-dev": {
4068
                "phpunit/phpunit": "~4.8"
4069
            },
4070
            "type": "library",
4071
            "extra": {
4072
                "branch-alias": {
4073
                    "dev-master": "1.4-dev"
4074
                }
4075
            },
4076
            "autoload": {
4077
                "classmap": [
4078
                    "src/"
4079
                ]
4080
            },
4081
            "notification-url": "https://packagist.org/downloads/",
4082
            "license": [
4083
                "BSD-3-Clause"
4084
            ],
4085
            "authors": [
4086
                {
4087
                    "name": "Kore Nordmann",
4088
                    "email": "[email protected]"
4089
                },
4090
                {
4091
                    "name": "Sebastian Bergmann",
4092
                    "email": "[email protected]"
4093
                }
4094
            ],
4095
            "description": "Diff implementation",
4096
            "homepage": "https://github.com/sebastianbergmann/diff",
4097
            "keywords": [
4098
                "diff"
4099
            ],
4100
            "time": "2015-12-08T07:14:41+00:00"
4101
        },
4102
        {
4103
            "name": "sebastian/environment",
4104
            "version": "1.3.8",
4105
            "source": {
4106
                "type": "git",
4107
                "url": "https://github.com/sebastianbergmann/environment.git",
4108
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
4109
            },
4110
            "dist": {
4111
                "type": "zip",
4112
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4113
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4114
                "shasum": ""
4115
            },
4116
            "require": {
4117
                "php": "^5.3.3 || ^7.0"
4118
            },
4119
            "require-dev": {
4120
                "phpunit/phpunit": "^4.8 || ^5.0"
4121
            },
4122
            "type": "library",
4123
            "extra": {
4124
                "branch-alias": {
4125
                    "dev-master": "1.3.x-dev"
4126
                }
4127
            },
4128
            "autoload": {
4129
                "classmap": [
4130
                    "src/"
4131
                ]
4132
            },
4133
            "notification-url": "https://packagist.org/downloads/",
4134
            "license": [
4135
                "BSD-3-Clause"
4136
            ],
4137
            "authors": [
4138
                {
4139
                    "name": "Sebastian Bergmann",
4140
                    "email": "[email protected]"
4141
                }
4142
            ],
4143
            "description": "Provides functionality to handle HHVM/PHP environments",
4144
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4145
            "keywords": [
4146
                "Xdebug",
4147
                "environment",
4148
                "hhvm"
4149
            ],
4150
            "time": "2016-08-18T05:49:44+00:00"
4151
        },
4152
        {
4153
            "name": "sebastian/exporter",
4154
            "version": "1.2.2",
4155
            "source": {
4156
                "type": "git",
4157
                "url": "https://github.com/sebastianbergmann/exporter.git",
4158
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4159
            },
4160
            "dist": {
4161
                "type": "zip",
4162
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4163
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4164
                "shasum": ""
4165
            },
4166
            "require": {
4167
                "php": ">=5.3.3",
4168
                "sebastian/recursion-context": "~1.0"
4169
            },
4170
            "require-dev": {
4171
                "ext-mbstring": "*",
4172
                "phpunit/phpunit": "~4.4"
4173
            },
4174
            "type": "library",
4175
            "extra": {
4176
                "branch-alias": {
4177
                    "dev-master": "1.3.x-dev"
4178
                }
4179
            },
4180
            "autoload": {
4181
                "classmap": [
4182
                    "src/"
4183
                ]
4184
            },
4185
            "notification-url": "https://packagist.org/downloads/",
4186
            "license": [
4187
                "BSD-3-Clause"
4188
            ],
4189
            "authors": [
4190
                {
4191
                    "name": "Jeff Welch",
4192
                    "email": "[email protected]"
4193
                },
4194
                {
4195
                    "name": "Volker Dusch",
4196
                    "email": "[email protected]"
4197
                },
4198
                {
4199
                    "name": "Bernhard Schussek",
4200
                    "email": "[email protected]"
4201
                },
4202
                {
4203
                    "name": "Sebastian Bergmann",
4204
                    "email": "[email protected]"
4205
                },
4206
                {
4207
                    "name": "Adam Harvey",
4208
                    "email": "[email protected]"
4209
                }
4210
            ],
4211
            "description": "Provides the functionality to export PHP variables for visualization",
4212
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4213
            "keywords": [
4214
                "export",
4215
                "exporter"
4216
            ],
4217
            "time": "2016-06-17T09:04:28+00:00"
4218
        },
4219
        {
4220
            "name": "sebastian/finder-facade",
4221
            "version": "1.2.1",
4222
            "source": {
4223
                "type": "git",
4224
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4225
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4226
            },
4227
            "dist": {
4228
                "type": "zip",
4229
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4230
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4231
                "shasum": ""
4232
            },
4233
            "require": {
4234
                "symfony/finder": "~2.3|~3.0",
4235
                "theseer/fdomdocument": "~1.3"
4236
            },
4237
            "type": "library",
4238
            "autoload": {
4239
                "classmap": [
4240
                    "src/"
4241
                ]
4242
            },
4243
            "notification-url": "https://packagist.org/downloads/",
4244
            "license": [
4245
                "BSD-3-Clause"
4246
            ],
4247
            "authors": [
4248
                {
4249
                    "name": "Sebastian Bergmann",
4250
                    "email": "[email protected]",
4251
                    "role": "lead"
4252
                }
4253
            ],
4254
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4255
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4256
            "time": "2016-02-17T07:02:23+00:00"
4257
        },
4258
        {
4259
            "name": "sebastian/global-state",
4260
            "version": "1.1.1",
4261
            "source": {
4262
                "type": "git",
4263
                "url": "https://github.com/sebastianbergmann/global-state.git",
4264
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4265
            },
4266
            "dist": {
4267
                "type": "zip",
4268
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4269
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4270
                "shasum": ""
4271
            },
4272
            "require": {
4273
                "php": ">=5.3.3"
4274
            },
4275
            "require-dev": {
4276
                "phpunit/phpunit": "~4.2"
4277
            },
4278
            "suggest": {
4279
                "ext-uopz": "*"
4280
            },
4281
            "type": "library",
4282
            "extra": {
4283
                "branch-alias": {
4284
                    "dev-master": "1.0-dev"
4285
                }
4286
            },
4287
            "autoload": {
4288
                "classmap": [
4289
                    "src/"
4290
                ]
4291
            },
4292
            "notification-url": "https://packagist.org/downloads/",
4293
            "license": [
4294
                "BSD-3-Clause"
4295
            ],
4296
            "authors": [
4297
                {
4298
                    "name": "Sebastian Bergmann",
4299
                    "email": "[email protected]"
4300
                }
4301
            ],
4302
            "description": "Snapshotting of global state",
4303
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4304
            "keywords": [
4305
                "global state"
4306
            ],
4307
            "time": "2015-10-12T03:26:01+00:00"
4308
        },
4309
        {
4310
            "name": "sebastian/phpcpd",
4311
            "version": "2.0.4",
4312
            "source": {
4313
                "type": "git",
4314
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4315
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4316
            },
4317
            "dist": {
4318
                "type": "zip",
4319
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4320
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4321
                "shasum": ""
4322
            },
4323
            "require": {
4324
                "php": ">=5.3.3",
4325
                "phpunit/php-timer": ">=1.0.6",
4326
                "sebastian/finder-facade": "~1.1",
4327
                "sebastian/version": "~1.0|~2.0",
4328
                "symfony/console": "~2.7|^3.0",
4329
                "theseer/fdomdocument": "~1.4"
4330
            },
4331
            "bin": [
4332
                "phpcpd"
4333
            ],
4334
            "type": "library",
4335
            "extra": {
4336
                "branch-alias": {
4337
                    "dev-master": "2.0-dev"
4338
                }
4339
            },
4340
            "autoload": {
4341
                "classmap": [
4342
                    "src/"
4343
                ]
4344
            },
4345
            "notification-url": "https://packagist.org/downloads/",
4346
            "license": [
4347
                "BSD-3-Clause"
4348
            ],
4349
            "authors": [
4350
                {
4351
                    "name": "Sebastian Bergmann",
4352
                    "email": "[email protected]",
4353
                    "role": "lead"
4354
                }
4355
            ],
4356
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4357
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4358
            "time": "2016-04-17T19:32:49+00:00"
4359
        },
4360
        {
4361
            "name": "sebastian/recursion-context",
4362
            "version": "1.0.5",
4363
            "source": {
4364
                "type": "git",
4365
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4366
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
4367
            },
4368
            "dist": {
4369
                "type": "zip",
4370
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4371
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4372
                "shasum": ""
4373
            },
4374
            "require": {
4375
                "php": ">=5.3.3"
4376
            },
4377
            "require-dev": {
4378
                "phpunit/phpunit": "~4.4"
4379
            },
4380
            "type": "library",
4381
            "extra": {
4382
                "branch-alias": {
4383
                    "dev-master": "1.0.x-dev"
4384
                }
4385
            },
4386
            "autoload": {
4387
                "classmap": [
4388
                    "src/"
4389
                ]
4390
            },
4391
            "notification-url": "https://packagist.org/downloads/",
4392
            "license": [
4393
                "BSD-3-Clause"
4394
            ],
4395
            "authors": [
4396
                {
4397
                    "name": "Jeff Welch",
4398
                    "email": "[email protected]"
4399
                },
4400
                {
4401
                    "name": "Sebastian Bergmann",
4402
                    "email": "[email protected]"
4403
                },
4404
                {
4405
                    "name": "Adam Harvey",
4406
                    "email": "[email protected]"
4407
                }
4408
            ],
4409
            "description": "Provides functionality to recursively process PHP variables",
4410
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4411
            "time": "2016-10-03T07:41:43+00:00"
4412
        },
4413
        {
4414
            "name": "sebastian/version",
4415
            "version": "1.0.6",
4416
            "source": {
4417
                "type": "git",
4418
                "url": "https://github.com/sebastianbergmann/version.git",
4419
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4420
            },
4421
            "dist": {
4422
                "type": "zip",
4423
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4424
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4425
                "shasum": ""
4426
            },
4427
            "type": "library",
4428
            "autoload": {
4429
                "classmap": [
4430
                    "src/"
4431
                ]
4432
            },
4433
            "notification-url": "https://packagist.org/downloads/",
4434
            "license": [
4435
                "BSD-3-Clause"
4436
            ],
4437
            "authors": [
4438
                {
4439
                    "name": "Sebastian Bergmann",
4440
                    "email": "[email protected]",
4441
                    "role": "lead"
4442
                }
4443
            ],
4444
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4445
            "homepage": "https://github.com/sebastianbergmann/version",
4446
            "time": "2015-06-21T13:59:46+00:00"
4447
        },
4448
        {
4449
            "name": "squizlabs/php_codesniffer",
4450
            "version": "1.5.6",
4451
            "source": {
4452
                "type": "git",
4453
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4454
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4455
            },
4456
            "dist": {
4457
                "type": "zip",
4458
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4459
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4460
                "shasum": ""
4461
            },
4462
            "require": {
4463
                "ext-tokenizer": "*",
4464
                "php": ">=5.1.2"
4465
            },
4466
            "suggest": {
4467
                "phpunit/php-timer": "dev-master"
4468
            },
4469
            "bin": [
4470
                "scripts/phpcs"
4471
            ],
4472
            "type": "library",
4473
            "extra": {
4474
                "branch-alias": {
4475
                    "dev-phpcs-fixer": "2.0.x-dev"
4476
                }
4477
            },
4478
            "autoload": {
4479
                "classmap": [
4480
                    "CodeSniffer.php",
4481
                    "CodeSniffer/CLI.php",
4482
                    "CodeSniffer/Exception.php",
4483
                    "CodeSniffer/File.php",
4484
                    "CodeSniffer/Report.php",
4485
                    "CodeSniffer/Reporting.php",
4486
                    "CodeSniffer/Sniff.php",
4487
                    "CodeSniffer/Tokens.php",
4488
                    "CodeSniffer/Reports/",
4489
                    "CodeSniffer/CommentParser/",
4490
                    "CodeSniffer/Tokenizers/",
4491
                    "CodeSniffer/DocGenerators/",
4492
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4493
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4494
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4495
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4496
                    "CodeSniffer/Standards/Generic/Sniffs/",
4497
                    "CodeSniffer/Standards/MySource/Sniffs/",
4498
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4499
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4500
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4501
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4502
                    "CodeSniffer/Standards/Zend/Sniffs/"
4503
                ]
4504
            },
4505
            "notification-url": "https://packagist.org/downloads/",
4506
            "license": [
4507
                "BSD-3-Clause"
4508
            ],
4509
            "authors": [
4510
                {
4511
                    "name": "Greg Sherwood",
4512
                    "role": "lead"
4513
                }
4514
            ],
4515
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4516
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4517
            "keywords": [
4518
                "phpcs",
4519
                "standards"
4520
            ],
4521
            "time": "2014-12-04T22:32:15+00:00"
4522
        },
4523
        {
4524
            "name": "theseer/fdomdocument",
4525
            "version": "1.6.1",
4526
            "source": {
4527
                "type": "git",
4528
                "url": "https://github.com/theseer/fDOMDocument.git",
4529
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4530
            },
4531
            "dist": {
4532
                "type": "zip",
4533
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4534
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4535
                "shasum": ""
4536
            },
4537
            "require": {
4538
                "ext-dom": "*",
4539
                "lib-libxml": "*",
4540
                "php": ">=5.3.3"
4541
            },
4542
            "type": "library",
4543
            "autoload": {
4544
                "classmap": [
4545
                    "src/"
4546
                ]
4547
            },
4548
            "notification-url": "https://packagist.org/downloads/",
4549
            "license": [
4550
                "BSD-3-Clause"
4551
            ],
4552
            "authors": [
4553
                {
4554
                    "name": "Arne Blankerts",
4555
                    "email": "[email protected]",
4556
                    "role": "lead"
4557
                }
4558
            ],
4559
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
4560
            "homepage": "https://github.com/theseer/fDOMDocument",
4561
            "time": "2015-05-27T22:58:02+00:00"
4562
        },
4563
        {
4564
            "name": "vierbergenlars/php-semver",
4565
            "version": "3.0.1",
4566
            "source": {
4567
                "type": "git",
4568
                "url": "https://github.com/vierbergenlars/php-semver.git",
4569
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
4570
            },
4571
            "dist": {
4572
                "type": "zip",
4573
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
4574
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
4575
                "shasum": ""
4576
            },
4577
            "require": {
4578
                "php": ">=5.3.0"
4579
            },
4580
            "require-dev": {
4581
                "simpletest/simpletest": "1.1.*"
4582
            },
4583
            "bin": [
4584
                "bin/semver",
4585
                "bin/update-versions"
4586
            ],
4587
            "type": "library",
4588
            "autoload": {
4589
                "psr-0": {
4590
                    "vierbergenlars\\SemVer\\": "src/",
4591
                    "vierbergenlars\\LibJs\\": "src/"
4592
                },
4593
                "classmap": [
4594
                    "src/vierbergenlars/SemVer/internal.php"
4595
                ]
4596
            },
4597
            "notification-url": "https://packagist.org/downloads/",
4598
            "license": [
4599
                "MIT"
4600
            ],
4601
            "authors": [
4602
                {
4603
                    "name": "Lars Vierbergen",
4604
                    "email": "[email protected]"
4605
                }
4606
            ],
4607
            "description": "The Semantic Versioner for PHP",
4608
            "keywords": [
4609
                "semantic",
4610
                "semver",
4611
                "versioning"
4612
            ],
4613
            "time": "2015-05-02T19:28:54+00:00"
4614
        },
4615
        {
4616
            "name": "webmozart/assert",
4617
            "version": "1.2.0",
4618
            "source": {
4619
                "type": "git",
4620
                "url": "https://github.com/webmozart/assert.git",
4621
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
4622
            },
4623
            "dist": {
4624
                "type": "zip",
4625
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
4626
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
4627
                "shasum": ""
4628
            },
4629
            "require": {
4630
                "php": "^5.3.3 || ^7.0"
4631
            },
4632
            "require-dev": {
4633
                "phpunit/phpunit": "^4.6",
4634
                "sebastian/version": "^1.0.1"
4635
            },
4636
            "type": "library",
4637
            "extra": {
4638
                "branch-alias": {
4639
                    "dev-master": "1.3-dev"
4640
                }
4641
            },
4642
            "autoload": {
4643
                "psr-4": {
4644
                    "Webmozart\\Assert\\": "src/"
4645
                }
4646
            },
4647
            "notification-url": "https://packagist.org/downloads/",
4648
            "license": [
4649
                "MIT"
4650
            ],
4651
            "authors": [
4652
                {
4653
                    "name": "Bernhard Schussek",
4654
                    "email": "[email protected]"
4655
                }
4656
            ],
4657
            "description": "Assertions to validate method input/output with nice error messages.",
4658
            "keywords": [
4659
                "assert",
4660
                "check",
4661
                "validate"
4662
            ],
4663
            "time": "2016-11-23T20:04:58+00:00"
4664
        }
4665
    ],
4666
    "aliases": [],
4667
    "minimum-stability": "stable",
4668
    "stability-flags": {
4669
        "doctrine/migrations": 15
4670
    },
4671
    "prefer-stable": false,
4672
    "prefer-lowest": false,
4673
    "platform": {
4674
        "php": "^5.6|^7.0",
4675
        "ext-gmp": "*"
4676
    },
4677
    "platform-dev": []
4678
}
4679